p.low-price{position:absolute;bottom:20px;font-size:var(--font-size-big);font-weight:var(--font-weight-bold);color:#111;display:flex;gap:4px;align-items:baseline;font-family:'Montserrat',sans-serif}p.low-price::after{content:'원부터~';display:inline-block;font-size:var(--font-size-regular2);font-weight:var(--font-weight-regular);color:#111;vertical-align:baseline}p.low-price.foreign::after{content:'~';font-size:var(--font-size-big);font-weight:var(--font-weight-bold);margin-left:0}p.low-price.foreign::before{content:'₩';font-size:2rem;font-weight:var(--font-weight-regular);color:#111}.pro-menu{height:60px;box-shadow:0 1px 4px 0 rgba(204,204,204,0.6);background-color:#fff;position:fixed;width:100%;z-index:50;top:130px}.pro-menu>div{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.pro-menu .swiper{width:100%;padding:0 0 0 30px}.pro-menu .swiper-wrapper{justify-content:flex-start}.pro-menu .swiper-button-prev{width:80px;left:-2px;background:linear-gradient(to right,#fff 0,transparent 70%);justify-content:flex-start}.pro-menu .swiper-button-prev:after{content:'';display:inline-block;width:20px;height:20px;background:url(/resources/images/price/Icon_prdMenuArrow.svg) no-repeat center center}.pro-menu .swiper-slide{width:auto;cursor:pointer;opacity:.7;display:flex;align-items:center;margin:0 1px}.pro-menu .swiper-slide span{color:#111;font-size:var(--font-size-regular2);font-weight:var(--font-weight-regular);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 15px;line-height:30px}.pro-menu .swiper-slide.active span{border-radius:15px;box-shadow:0 0 0 2px var(--main-color) inset;font-weight:var(--font-weight-bold)}.pro-menu .swiper-slide i::before{content:'/';display:block;color:#555;opacity:.2}.pro-menu .swiper-slide:hover,.pro-menu .swiper-slide.active{font-weight:var(--font-weight-bold);opacity:1}.pro-menu.active{height:auto;max-height:100%;min-height:60px;display:flex;align-items:center}.pro-menu.active>div{padding:0 20px 0;align-items:flex-start}.pro-menu.active .swiper{padding:0}.pro-menu.active .swiper-wrapper{flex-wrap:wrap;padding:15px 0 0 0}.pro-menu.active .swiper-slide{margin-bottom:15px}.pro-menu.active .swiper-button-prev,.pro-menu.active .swiper-button-prev::after,.pro-menu .swiper-slide:last-child i,.menu-bar.active::before{display:none}.menu-bar{height:60px;display:flex;align-items:center;justify-content:flex-end}.menu-bar.active{align-items:flex-start}.menu-bar::before{content:'';display:inline-block;width:20px;height:100%;background:linear-gradient(to left,#fff 0,transparent 70%);position:absolute;right:40px;z-index:5000}.menu-bar p{font-size:var(--font-size-regular);font-weight:var(--font-weight-regular);color:#111;display:none}.menu-bar p.active{display:block}.show-menu{background-image:url(/resources/images/price/Icon_prdMenuPlus.svg);background-repeat:no-repeat;background-position:center;background-size:16px;cursor:pointer;min-width:20px;height:100%;background-color:#fff}.menu-bar.active .show-menu{background-image:url(/resources/images/price/Icon_prdMenuMinus.svg)}.product-wrap{padding:50px 0 215px;text-align:center;margin-top:190px}.product-wrap>div>span{font-size:var(--font-size-regular);font-weight:var(--font-weight-light);color:#767676;display:inline-block}.product-wrap>div>h2{font-size:3rem;font-weight:var(--font-weight-bold);color:#111}.product-wrap hr{margin:20px auto 80px}.m-pro-option{width:100%;justify-content:space-between;align-items:center;padding:10px 20px;display:none;border-bottom:1px solid #efefef}.m-pro-option p{font-size:var(--font-size-regular);font-weight:var(--font-weight-regular)}.m-pro-option span{color:var(--main-color);font-size:var(--font-size-regular1);font-weight:var(--font-weight-bold)}.view-option{display:flex;align-items:center}.view-option i.list{width:28px;height:30px;display:block;cursor:pointer;background:url(/resources/images/price/mIcon_prdListOff.svg) no-repeat center center;background-size:contain}.view-option i.list.active{background-image:url(/resources/images/price/mIcon_prdListOn.svg)}.view-option i.img{width:28px;height:30px;background:url(/resources/images/price/mIcon_prdImgOff.svg) no-repeat center center;background-size:contain;display:block;cursor:pointer}.view-option i.img.active{background-image:url(/resources/images/price/mIcon_prdImgOn.svg)}.search-area{position:relative;max-width:400px;margin:0 auto}.search-area::before{content:'';display:inline-block;width:0;height:1px;background-color:#111;position:absolute;bottom:0;transition:.5s ease-in-out}.search-area::after{content:'';display:inline-block;width:20px;height:20px;background:url(/resources/images/price/Icon_search_black.svg) no-repeat center center;background-size:contain;position:absolute;right:5px;top:50%;transform:translateY(-50%)}.search-area:hover::before{transition:.5s ease-in-out;width:100%}.search-area input{border-bottom:1px solid #cfcfcfd3;width:100%;padding:10px 0 10px 10px;font-size:var(--font-size-regular2);font-weight:var(--font-weight-regular)}.search-area input::placeholder{opacity:.4}.product-wrap .no-result{margin:115px auto 0}.product-wrap .no-result i{width:52px;height:52px}.product-list{margin-top:50px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px 0;margin:50px 0 0;justify-items:center}.product-list li{width:280px;height:400px;border:solid 1px #f6f6f6;background-color:#fff;position:relative;transition:.3s;cursor:pointer}.product-list li:hover{background-color:#fff;transition:.3s;box-shadow:rgb(99 99 99 / 20%) 0 2px 8px 0}.product-list li figure{overflow:hidden;border-bottom:solid 1px #f6f6f6;height:160px}.product-list li figure img,.product-list li figure video{transition:.25s ease-in-out}.product-list li:hover figure img,.product-list li:hover figure video{transform:scale(1.1)}.product-list li figure.no-img{background-color:#f8f8f8;display:flex;justify-content:center;align-items:center;min-height:160px}.product-list li figure.no-img img{width:auto;height:15px}figure.embed-container{position:relative;width:100%;padding-bottom:56.25%}figure.embed-container iframe{width:100%;vertical-align:middle;position:absolute;width:100%;height:100%;left:0;top:0}.product-list .txt{padding:16px 16px 24px 24px;text-align:left}.product-list p.pro-name{font-size:var(--font-size-regular4);font-weight:var(--font-weight-bold);color:#111;margin-bottom:10px}.product-list span.pro-desc{font-size:var(--font-size-regular2);font-weight:var(--font-weight-light);color:#666;line-height:var(--line-height-base)}.product-list button.look-detail{display:none}.recent-pop button.look-detail{display:flex;margin-left:auto}@media(max-width:1199px){footer{display:none}p.low-price{font-size:var(--font-size-regular4);position:initial}p.low-price::after{font-size:var(--font-size-small)}p.low-price.foreign::before{font-size:var(--font-size-regular2)}p.low-price.foreign::after{font-size:var(--font-size-regular4)}#pageTop.fixed{bottom:75px;position:fixed}.pro-menu{top:60px;height:52px}.pro-menu .swiper{padding:0 25px}.pro-menu .swiper-slide{padding:0}.pro-menu .swiper-slide span::before{display:none}.pro-menu .swiper-slide span{font-size:var(--font-size-regular1);padding:0 10px 0;line-height:2;text-align:center}.pro-menu .swiper-slide i::before{padding:0}.pro-menu .swiper-button-prev:after{background:url(/resources/images/price/mIcon_prdMenuArrow.svg) no-repeat center center}.pro-menu.active{z-index:9999;height:calc(100vh - 60px);height:calc(100dvh - 60px)}.pro-menu.active>div{flex-direction:column-reverse;justify-content:flex-end;padding:0}.pro-menu.active .swiper-wrapper{overflow-y:auto;max-height:-webkit-fill-available;justify-items:center;align-items:center;padding:0;border-top:1px solid #eee;display:block}.pro-menu.active .swiper-slide{width:100%;border-bottom:1px #eee solid;border-right:1px #eee solid;margin:0;min-height:52px;height:fit-content;gap:20px;padding:0 20px;justify-content:space-between}.pro-menu.active .swiper-slide::after{content:'';display:inline-block;background:url(/resources/images/price/mIcon_menuArrow.svg) no-repeat center center;background-size:contain;min-width:24px;height:24px}.pro-menu.active .swiper-slide.active{background-color:var(--main-color)}.pro-menu.active .swiper-slide i::before{display:none}.pro-menu.active .swiper-slide:hover span{border-radius:0;border:0;box-shadow:none;font-weight:400}.pro-menu.active .swiper-slide span{text-align:left;padding:0;line-height:var(--line-height-base);color:#333}.pro-menu.active .swiper-slide.active span{border-radius:0;border:0;color:#fff}.menu-bar{height:52px;position:absolute;z-index:7000;right:18px;top:47%;transform:translateY(-47%)}.menu-bar::before{width:30px;right:20px}.show-menu{background-image:url(/resources/images/price/mIcon_prdMenuPlus.svg);min-width:20px;background-size:13px;height:100%}.menu-bar.active .show-menu{background-image:url(/resources/images/price/mIcon_prdMenuMinus.svg);background-size:contain;min-width:24px}.pro-menu.active .menu-bar{padding:15px 23px 15px 20px;justify-content:space-between;align-items:center;position:initial;top:0;transform:translateY(0);width:100%}.pro-menu.active .menu-bar p{display:block}.pro-menu.active .menu-bar::before{display:none}.product-wrap{margin-top:112px;padding:0}.product-wrap>div{padding:0 0 55px}.product-wrap>div>span,.product-wrap>div>h2,.product-wrap hr,.search-area,.product-list li.list figure{display:none}.m-pro-option{display:flex}.product-list{grid-template-columns:1fr;margin-top:0;gap:0}.product-list li{border:0;border-bottom:1px solid #efefef;background-color:#fff;height:auto;width:100%}.product-list li figure{width:auto;height:auto}.product-list li figure.no-img{height:180px}.product-list li figure img{display:inherit}.product-list .txt{padding:14px 20px 20px}.product-list p.pro-name{font-size:var(--font-size-regular3)}.product-list span.pro-desc{font-size:var(--font-size-regular)}.product-list button.look-detail{display:block;width:20px;height:20px;margin:0 0 0 10px}.product-list .price{flex-direction:initial;align-items:center;justify-content:flex-end;margin-top:15px}}