.modal-wrapper{align-items:center;display:flex;flex-direction:column;height:100%;margin:0 auto;position:fixed;top:0;width:500px;z-index:9000}@media (max-width:600px){.modal-wrapper{width:100%}}.modal{height:100%;width:100%}.modal-container{animation-duration:.3s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.5,0,.13,1);background-color:#fff;display:flex;flex-direction:column;height:calc(100% - 200px);overflow:hidden;right:0}.modal-container,.modal:before{left:0;position:absolute;width:100%}.modal:before{animation:modalDimm .3s ease-out forwards;background-color:#0009;content:"";display:block;height:100%;opacity:0;top:0}.modal[data-position=top] .modal-container{animation-name:modalFromTop;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow:0 5px 15px #0003;top:0}.modal[data-position=bottom] .modal-container{animation-name:modalFromBottom;border-top-left-radius:30px;border-top-right-radius:30px;bottom:0;box-shadow:0 -5px 15px #0003}@keyframes modalDimm{0%{opacity:0}to{opacity:1}}@keyframes modalFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes modalFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-header{border-bottom:1px solid #ccc;height:50px}.modal-body{flex:1 1;overflow-y:auto;position:relative}.search-global .modal-header{align-items:center;display:flex}.search-global .search-input-wrap{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;flex:1 1;height:100%;padding:10px 15px 10px 0}.search-global .search-input-wrap>input.search-input{border:none;box-shadow:none;display:block;font-size:16px;height:100%;outline:none;width:100%}.search-global .search-input-wrap .search-icon{height:40px;width:40px}.search-global .modal-header .modal-close{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.search-global .modal-body section{padding:20px}.search-global .modal-body section h3{font-size:16px;font-weight:700;margin:0 0 14px}.search-global .recent-keyword ul{margin:-4px;padding:0}.search-global .recent-keyword li{display:inline-block;list-style:none;padding:4px}.search-global .recent-keyword .keyword{align-items:center;border:1px solid #ccc;border-radius:2em;display:inline-flex;height:32px;padding-left:14px;padding-right:6px}.search-global .recent-keyword .keyword>span{color:#666;font-size:13px;font-weight:500}.search-global .recent-keyword .keyword .delete-keyword{display:inline-block;height:16px;margin-left:8px;opacity:.4;padding:0;width:16px}.search-global .recent-keyword .keyword .delete-keyword img{height:100%;width:100%}.search-global .frequently-used-keyword ol{display:flex;flex-wrap:wrap;padding-left:16px}.search-global .frequently-used-keyword li{padding:4px 0;width:50%}.search-global .frequently-used-keyword li::marker{color:red;font-size:12px;font-weight:500}.autocomplete-list{background-color:#fff;bottom:0;height:100%;left:0;padding:20px;position:absolute;top:0;width:100%;z-index:1}.autocomplete-list ul{margin:0;padding:0}.autocomplete-list li{list-style:none;padding:4px 0}.autocomplete-list .autocomplete-keyword{align-items:center;cursor:pointer;display:flex;gap:10px;min-height:36px}.autocomplete-list .autocomplete-keyword .product-item{flex:1 1;font-size:16px;line-height:1.2}.autocomplete-list .autocomplete-keyword:after,.autocomplete-list .autocomplete-keyword:before{content:"";display:inline-block;height:24px;width:24px}.autocomplete-list .autocomplete-keyword:before{background:url(/static/media/search_autocomplete.d54fade360591bba0b53.svg) no-repeat 50%/100%}.autocomplete-list .autocomplete-keyword:after{background:url(/static/media/search_autocomplete_apply.ca5314553444e6e0c0f9.svg) no-repeat 50%/100%}.no-search{color:#999;font-size:16px;padding:30% 0;text-align:center}.bottom-purchase-bar{align-items:center;background-color:#fff;bottom:0;display:flex;gap:8px;justify-content:space-between;left:0;padding:0 10px calc(var(--safeBtm) + 10px);position:fixed;width:100%;z-index:1000}.bottom-purchase-bar:before{background:linear-gradient(0deg,#fff,#fff0);bottom:100%;content:"";display:block;height:40px;left:0;position:absolute;width:100%}.bottom-purchase-bar>button{border-radius:8px;height:50px}.bottom-purchase-bar .toggle-like{align-items:center;border:1px solid #ccc;display:flex;flex-direction:column;justify-content:center;width:50px}.bottom-purchase-bar .toggle-like>img{height:24px;opacity:.2;width:24px}.bottom-purchase-bar .toggle-like>span{color:#666;font-size:11px;font-weight:500}.bottom-purchase-bar .purchase-product{align-items:center;background-color:#e31e24;color:#fff;display:flex;flex:1 1;font-size:16px;font-weight:700;justify-content:center}.bottom-purchase-bar-purchase-button-text{color:#fff;font-size:16px;font-weight:600;height:100%;width:100%}.footer{background:#fff;border-top:1px solid #eee;bottom:0;height:70px;padding-bottom:6px;position:fixed;width:500px;z-index:1000}@media (max-width:600px){.footer{width:100%}}.footer-container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:space-around;width:100%}.footer-icon-container{align-items:center;display:flex;flex-direction:column;font-size:12px}.footer-icon-container:active{transform:translateY(1px)}.footer-icon{height:36px;width:36px}.footer-icon.active{filter:brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%)}.footer-text{color:#999;font-size:10px;font-weight:700}.loading-container{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:center;width:100%}.loading-spinner{animation:spin 1s linear infinite;border:7px solid #f3f3f3;border-radius:50%;border-top-color:#dc3545;height:40px;margin-bottom:20px;width:40px}.loading-text{color:#666;font-size:16px;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header-container{box-sizing:border-box;height:50px;left:0;position:fixed;top:0;width:100%;z-index:500}@media (max-width:600px){.header-container{width:100%}}.header{align-items:center;background:#fff;display:flex;gap:10px;height:50px;justify-content:space-between;margin:0 auto;max-width:500px;position:relative}#header-logo{height:16px;margin-left:20px}#header-left-icon{height:80%;margin-left:10px;position:relative}#header-title{align-items:center;display:flex;font-size:20px;font-weight:400;height:72%}.header-right-icons{align-items:center;display:flex;height:100%;margin-right:7px}.header-right-icon{height:36px;position:relative;width:36px;width:auto}.click-menu-container{cursor:pointer;position:absolute;right:7px;top:50px;transform:scale(.9) + scale(1)}.click-menu{background-color:#e04a4a;border-radius:10px;color:#fff;font-weight:700;padding:5px;position:relative;z-index:5000}.click-menu:before{border-bottom:8px solid #e04a4a;border-left:8px solid #0000;border-right:8px solid #0000;content:"";height:0;position:absolute;right:15px;top:-8px;width:0}.store-layout{align-items:center;background-color:#fff;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;margin:0 auto;min-height:100vh;width:500px}@media (max-width:600px){.store-layout{height:100%;width:100%}}.container{background-color:#fff;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;margin:0 auto;min-height:100vh;width:500px}@media (max-width:600px){.container{width:100%}}.my-interest-title{margin:0;padding:20px}.product-card{padding:10px;position:relative}.product-detail{color:inherit;display:block}.product-thumb{align-items:center;background:#f8f9fa;border-radius:10px;display:flex;flex-direction:column;position:relative;text-align:center}.discount-badge{background:#e60012;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;left:-6px;padding:4px 8px;position:absolute;top:12px;z-index:2}.image-container{align-items:center;display:flex;justify-content:center;position:relative}.image-container,.product-image{border-radius:10px;height:100%;width:100%}.product-image{object-fit:contain}.product-actions{left:10px;padding-top:calc(100% - 20px);pointer-events:none;position:absolute;top:10px;width:calc(100% - 20px)}.product-action-buttons{bottom:6px;display:flex;gap:8px;position:absolute;right:6px}.action-button{background-color:#fff;border-radius:50%;cursor:pointer;height:32px;margin:0;outline:none;overflow:hidden;padding:0;pointer-events:auto;width:32px}.action-button img{height:100%;width:auto}.action-button:active{transform:translateY(1px)}.icon-red{filter:invert(27%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);transform:scale(1.1)}.product-info{flex-shrink:0;padding:8px 0}.product-name{font-size:14px;line-height:1.2;margin-bottom:6px}.product-name strong{color:#e60012;margin-right:4px}.product-name span{color:#333}.product-price{display:flex;flex-direction:column;gap:2px}.current-price{align-items:center;display:flex;gap:4px}.discount-percent{color:#e60012;font-size:16px;font-weight:500}.price-amount{color:#333;font-size:16px;font-weight:500}.price-amount em{color:#666;font-size:.9rem;font-style:normal}.original-price{color:#999;font-size:.8rem;text-decoration:line-through}.product-list[data-type=list] .product-card{padding:0}.product-list[data-type=list] .product-card+.product-card{margin-top:20px}.product-list[data-type=list] .product-detail{display:flex;flex-wrap:nowrap}.product-list[data-type=list] .product-thumb{height:84px;width:84px}.product-list[data-type=list] .product-info{flex:1 1;margin-left:12px;padding:0}.product-list[data-type=list] .product-actions{bottom:0;left:auto;padding-top:0;right:0;top:auto}.product-list[data-type=list] .discount-badge{font-size:11px;left:-4px;padding:3px 6px;top:8px}.product-card-horizontal{background:#fff;box-sizing:border-box;height:120px;position:relative;width:100%}.product-card-horizontal+.product-card-horizontal{margin-top:20px}.pch-to-detail{color:inherit;display:flex;flex-direction:row;height:100%;justify-content:space-between;text-decoration:none;width:100%}.pch-thumb{align-items:center;aspect-ratio:1/1;background-color:#f8f9fa;border-radius:10px;display:flex;height:100%}.pch-info{flex:1 1;padding:0 10px}.pch-display-goods-name{padding:10px 0}.pch-image{border-radius:10px;height:100%;width:auto}.product-list-container{margin-bottom:70px;margin-top:20px;padding:0 20px;width:100%}.product-grid-2-2{grid-gap:12px;display:grid;gap:12px;grid-auto-rows:350px;grid-template-columns:repeat(2,225px);justify-content:center;max-width:484px;padding:0 8px;width:100%}.product-list[data-type=grid]{display:flex;flex-wrap:wrap;margin:-10px}.product-list[data-type=grid] .product-card{width:50%}.result-list{margin-top:50px;padding:20px}.result-title{font-size:24px;font-weight:700;margin-bottom:20px;margin-top:0}.total-count{align-items:center;display:flex;gap:3px}.total-count>span,.total-count>strong{font-size:14px}.total-count>strong{color:#e60012}.search-result-type-select{margin-top:10px}.result-list .product-list-container{margin-left:-20px;margin-right:-20px;width:auto}.result-list .no-search{color:#999;font-size:16px;padding:30% 0;text-align:center}.login{margin-top:50px;padding:0 20px}.page-login{padding-top:50px}.page-login>.container{padding:0 20px}.page-login h1{font-size:20px;font-weight:700;margin-bottom:30px}.page-login h1>span{color:#e60012}.google-oauth-button{align-items:center;background-color:initial;border:1px solid #999;border-radius:10px;cursor:pointer;display:flex;padding:20px;width:100%}.google-oauth-button>span{color:#333;font-size:18px;font-weight:700;text-align:left}.google-oauth-button>span>small{color:#999;font-weight:500}.google-oauth-button+.google-oauth-button{margin-top:20px}.google-oauth-button>img{height:48px;margin-right:12px;width:48px}.category-bar{background:#fff;height:52px;margin-top:50px;position:sticky;top:50px;z-index:100}.category-bar:after{border-top:1px solid #eee;bottom:0;content:"";display:block;left:0;position:absolute;width:100%}.category-button-container{align-items:center;box-sizing:border-box;display:flex;gap:30px;height:100%;overflow-x:auto;overflow-y:hidden;padding:0 20px;width:100%}.category-button-container>a>div{align-items:center;display:flex;font-size:16px;height:100%;position:relative;white-space:nowrap}.category-button-active-true{color:#000;font-weight:700}.category-button-active-true:after{border-top:2px solid #000;bottom:0;content:"";display:block;left:0;position:absolute;width:100%;z-index:1}.category-button-active-false{color:#666;font-weight:400}.category-name{color:inherit;font-weight:inherit}a{height:100%;text-decoration:none}.detail-wrap{margin-top:50px}.product-thumbnail{display:block;height:auto;width:100%}.detail-item-label{background-color:#dc3545;border-radius:2px;color:#fff;font-size:12px;font-weight:700;left:20px;padding:4px 8px;position:absolute;top:60px;z-index:10}.detail-basic{padding:24px 20px}.detail-name{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:10px}.detail-price{margin-bottom:20px}.price{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.price [class^=price-]{font-size:20px;font-weight:500}.price [class^=price-]>em{font-size:85%;font-style:normal}.price .price-discount-rate{color:#dc3545}.price .price-discount-rate>em{font-size:100%}.price .price-discounted+.price-prime{color:#999;font-size:14px;font-weight:400}.price .price-discounted+.price-prime>span{text-decoration:line-through}.btn-share{background:none;border:none;cursor:pointer;padding:8px;position:absolute;right:20px;top:60px;z-index:10}.btn-share img{height:20px;opacity:.7;width:20px}.btn-share:hover img{opacity:1}.item-delivery{background-color:#f8f9fa;border-radius:8px;padding:15px}.item-delivery>div{margin-bottom:15px}.item-delivery>div:last-child{margin-bottom:0}.item-delivery label{color:#333;display:block;font-size:14px;font-weight:700;margin-bottom:5px}.item-delivery div{color:#666;font-size:13px;line-height:1.4}.fc-red{color:#dc3545;font-weight:700}.detail-info-area{margin-bottom:100px;margin-top:20px}.detail-info-area,.detail-info-area img{height:auto;width:100%}.detail-info-area-title{color:#333;font-size:18px;font-weight:700;padding:20px}.error-message{color:#dc3545;font-size:18px;padding:40px;text-align:center}*,:after,:before{box-sizing:border-box}p{margin:0}button{background-color:initial;border:none;cursor:pointer}@font-face{font-family:Gotham;font-style:normal;font-weight:400;src:local("Gotham Book"),local("Gotham-Book"),url(/static/media/Gotham-Book.7720b9a4474e2455d8a9.woff) format("woff")}@font-face{font-family:Gotham;font-style:normal;font-weight:500;src:local("Gotham Medium"),local("Gotham-Medium"),url(/static/media/Gotham-Medium.710f5401415133c0a0bc.woff) format("woff")}@font-face{font-family:Gotham;font-style:normal;font-weight:700;src:local("Gotham Bold"),local("Gotham-Bold"),url(/static/media/Gotham-Bold.4b999f0a23d4a97ed85d.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:100;src:local("Pretendard Thin"),url(/static/media/Pretendard-Thin.subset.034defed5b8917a54fc5.woff2) format("woff2"),url(/static/media/Pretendard-Thin.subset.139ff039115ce2f071ca.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:300;src:local("Pretendard Light"),url(/static/media/Pretendard-Light.subset.9953895a605e0ac94459.woff2) format("woff2"),url(/static/media/Pretendard-Light.subset.6a84ca8f1fbc23ee5737.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:400;src:local("Pretendard Regular"),url(/static/media/Pretendard-Regular.subset.1762e729640d53b3c814.woff2) format("woff2"),url(/static/media/Pretendard-Regular.subset.ffd17e934db1986f29b3.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:500;src:local("Pretendard Medium"),url(/static/media/Pretendard-Medium.subset.828838fffd5fb9bf1c35.woff2) format("woff2"),url(/static/media/Pretendard-Medium.subset.1455c9e0b1448d800a96.woff) format("woff")}@font-face{font-family:Pretendard;font-style:normal;font-weight:700;src:local("Pretendard Bold"),url(/static/media/Pretendard-Bold.subset.9bf28d88b4d9a2db2358.woff2) format("woff2"),url(/static/media/Pretendard-Bold.subset.2ec52c5390b1973fcbca.woff) format("woff")}:root{--safeTop:env(safe-area-inset-top);--safeBtm:env(safe-area-inset-bottom)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Gotham,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;letter-spacing:-.05em;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.4a034623.css.map*/