@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap');

:root{
    --mall-black:#181818;
    --mall-text:#2a2929;
    --mall-muted:#777173;
    --mall-line:#e8e3e4;
    --mall-soft:#f8f4f4;
    --mall-rose:#9d4f5b;
    --mall-rose-dark:#77333e;
    --mall-pink:#ead6da;
    --mall-beige:#f1e6da;
    --mall-white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--mall-text);font-family:'Noto Sans KR',Arial,sans-serif;line-height:1.55;word-break:keep-all}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
img{max-width:100%;display:block}
.mall-width{width:min(1320px,calc(100% - 48px));margin:0 auto}
.utility-bar{height:34px;background:#f7f5f5;border-bottom:1px solid #eee9ea;font-size:12px;color:#777}
.utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between}
.utility-inner nav{display:flex;gap:22px}.utility-inner a:hover{color:var(--mall-rose)}
.mall-header{background:#fff;position:relative;z-index:50}
.header-main{height:102px;display:grid;grid-template-columns:280px minmax(300px,1fr) 280px;align-items:center;gap:36px}
.mall-logo{display:inline-flex;align-items:center;gap:13px;width:max-content}.logo-symbol{width:48px;height:48px;border:1px solid var(--mall-rose);border-radius:50%;display:grid;place-items:center;color:var(--mall-rose);font-family:'Montserrat',sans-serif;font-size:25px;font-weight:600}.logo-copy{display:flex;flex-direction:column;line-height:1.05}.logo-copy b{font-size:23px;letter-spacing:-.8px}.logo-copy small{font-family:'Montserrat',sans-serif;font-size:9px;letter-spacing:3.2px;margin-top:7px;color:#8e8587}
.header-search{height:48px;border:1px solid #222;display:flex;max-width:540px;width:100%;justify-self:center}.header-search input{flex:1;border:0;padding:0 18px;outline:none;font-size:14px;background:#fff}.header-search button{width:52px;border:0;background:#fff;font-size:18px;cursor:pointer}.header-search button:hover{color:var(--mall-rose)}
.header-icons{display:flex;justify-content:flex-end;gap:24px}.header-icons a{min-width:46px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:11px;color:#5b5557}.header-icons i{font-size:20px;color:#222}.header-icons a:hover,.header-icons a:hover i{color:var(--mall-rose)}
.mobile-menu-button{display:none;border:0;background:transparent;font-size:22px;padding:8px}
.category-nav{border-top:1px solid #eee;border-bottom:1px solid #ddd;background:#fff}.category-inner{height:54px;display:flex;align-items:center;justify-content:center;gap:42px;font-weight:600;font-size:15px}.category-inner a{position:relative;white-space:nowrap}.category-inner a:after{content:'';position:absolute;left:50%;right:50%;bottom:-17px;height:2px;background:var(--mall-rose);transition:.25s}.category-inner a:hover:after{left:0;right:0}.category-inner .nav-emphasis{color:var(--mall-rose)}

.hero-slider{height:600px;background:#f3e8e8;position:relative;overflow:hidden}.hero-track,.hero-slide{height:100%}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,visibility .7s ease}.hero-slide.active{opacity:1;visibility:visible}.hero-slide:nth-child(2){background:#eee6dc}.hero-slide:nth-child(3){background:#e4e8e4}.hero-grid{height:100%;display:grid;grid-template-columns:48% 52%;align-items:center}.hero-copy{padding-left:6%;position:relative;z-index:3}.hero-kicker{font-family:'Montserrat',sans-serif;letter-spacing:4px;font-size:12px;color:var(--mall-rose);font-weight:600}.hero-copy h1{font-size:52px;line-height:1.2;letter-spacing:-2.5px;margin:20px 0 18px;max-width:590px}.hero-copy p{font-size:17px;color:#665f61;max-width:520px;margin:0 0 22px}.hero-price{font-family:'Montserrat',sans-serif;font-size:25px;font-weight:700;margin-bottom:28px}.hero-price small{font-family:'Noto Sans KR';font-size:14px;margin-left:3px}.mall-button{display:inline-flex;height:50px;padding:0 28px;align-items:center;justify-content:center;font-weight:600;font-size:14px;transition:.25s}.mall-button.dark{background:#1b1b1b;color:#fff}.mall-button.dark:hover{background:var(--mall-rose)}.mall-button.light{background:#fff;color:#222}.mall-button.light:hover{background:#f5e6e8;color:var(--mall-rose-dark)}
.hero-image{height:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;overflow:hidden}.hero-image:before{content:'';width:500px;height:500px;border-radius:50%;background:rgba(255,255,255,.5);position:absolute;top:50%;left:50%;transform:translate(-50%,-45%)}.hero-image img{position:relative;z-index:2;width:min(600px,90%);height:88%;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(80,52,58,.18));transition:transform .6s}.hero-image:hover img{transform:scale(1.025)}.hero-orbit{position:absolute;border:1px solid rgba(121,62,73,.23);border-radius:50%}.orbit-one{width:550px;height:550px;top:20px;right:20px}.orbit-two{width:380px;height:380px;bottom:-80px;left:40px}.hero-placeholder{align-items:center;font-family:'Montserrat';font-size:180px;color:rgba(119,51,62,.18)}
.hero-controls{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);display:flex;align-items:center;gap:16px;z-index:10}.hero-controls>button{width:36px;height:36px;border:1px solid rgba(0,0,0,.25);background:rgba(255,255,255,.55);cursor:pointer}.hero-dots{display:flex;gap:7px}.hero-dots button{width:28px;height:3px;border:0;background:rgba(0,0,0,.25);padding:0;cursor:pointer}.hero-dots button.active{background:#1c1c1c}

.quick-categories{display:grid;grid-template-columns:repeat(6,1fr);gap:18px;padding:52px 0 20px}.quick-categories a{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.quick-categories a span{width:92px;height:92px;border-radius:50%;background:var(--mall-soft);display:grid;place-items:center;font-size:28px;color:var(--mall-rose);transition:.3s}.quick-categories a:nth-child(even) span{background:#f3eee8}.quick-categories a:hover span{transform:translateY(-7px);box-shadow:0 15px 28px rgba(90,49,56,.12)}.quick-categories b{font-size:14px}
.mall-section{padding:105px 0}.search-results-top{padding-top:44px;min-height:420px}.section-title-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:40px}.section-title-row span{font-family:'Montserrat';font-size:12px;letter-spacing:3px;color:var(--mall-rose);font-weight:600}.section-title-row h2{font-size:35px;letter-spacing:-1.5px;margin:9px 0 5px}.section-title-row p{margin:0;color:#8a8385;font-size:14px}.section-title-row>a{font-size:13px;border-bottom:1px solid #222;padding-bottom:5px}.center-title{text-align:center;justify-content:center}.center-title h2{margin-bottom:0}
.feature-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:repeat(2,270px);gap:20px}.feature-card{position:relative;background:#f7f5f3;overflow:hidden}.feature-card.feature-large{grid-row:1/3}.feature-image{height:100%;display:block;position:relative}.feature-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.feature-card:hover img{transform:scale(1.035)}.card-label{position:absolute;top:18px;left:18px;z-index:2;background:#202020;color:#fff;padding:6px 11px;font-family:'Montserrat';font-size:10px;letter-spacing:1px}.feature-info{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.75));color:#fff;padding:65px 24px 20px}.feature-info small{opacity:.75;font-family:'Montserrat';letter-spacing:1.2px}.feature-info h3{font-size:18px;margin:5px 0}.feature-large .feature-info h3{font-size:27px}.feature-info strong{font-size:16px}
.brand-banner{height:510px;background:var(--mall-rose-dark);color:#fff;overflow:hidden}.brand-grid{height:100%;display:grid;grid-template-columns:1fr 1fr;align-items:center}.brand-copy{padding-left:8%}.brand-copy>span{font-family:'Montserrat';font-size:11px;letter-spacing:4px;color:#e8bdc4}.brand-copy h2{font-size:42px;line-height:1.25;letter-spacing:-1.8px;margin:18px 0}.brand-copy p{color:#eadde0;max-width:520px;margin:0 0 30px}.brand-art{height:100%;position:relative;display:grid;place-items:center}.brand-circle{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.23)}.brand-circle.one{width:440px;height:440px}.brand-circle.two{width:300px;height:300px;background:rgba(255,255,255,.06)}.brand-letter{font-family:'Montserrat';font-size:190px;font-weight:500;color:#f1d5da;position:relative;z-index:2}
.best-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px 22px}.product-card{min-width:0}.product-thumb{display:block;position:relative;background:#f6f4f2;aspect-ratio:1/1;overflow:hidden}.product-thumb img{width:100%;height:100%;object-fit:cover;transition:.45s}.product-thumb:hover img{transform:scale(1.045)}.rank-badge{position:absolute;top:0;left:0;z-index:3;width:42px;height:42px;background:#1b1b1b;color:#fff;display:grid;place-items:center;font-family:'Montserrat';font-size:14px}.product-hover{position:absolute;left:50%;bottom:25px;transform:translate(-50%,15px);opacity:0;background:rgba(255,255,255,.94);padding:11px 22px;min-width:120px;text-align:center;font-size:13px;font-weight:600;transition:.3s}.product-thumb:hover .product-hover{opacity:1;transform:translate(-50%,0)}.product-card-info{padding:18px 3px 0}.product-card-info>small{font-family:'Montserrat';font-size:10px;letter-spacing:1px;color:#9b9193}.product-card-info h3{font-size:16px;font-weight:500;margin:6px 0;min-height:49px}.product-card-info h3 a:hover{color:var(--mall-rose)}.product-card-info p{font-size:13px;color:#8a8385;margin:0 0 9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-card-info>strong{font-family:'Montserrat';font-size:17px}.card-actions{display:flex;margin-top:14px;border-top:1px solid #ece8e8}.card-actions a{flex:1;padding:12px 0;text-align:center;font-size:13px;font-weight:600}.card-actions button{width:45px;border:0;border-left:1px solid #ece8e8;background:#fff;cursor:pointer}.card-actions a:hover,.card-actions button:hover{color:var(--mall-rose)}
.soft-section{background:#f8f5f5}.event-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.event-card{background:#fff}.event-card>a{display:block;aspect-ratio:1/1.05;overflow:hidden}.event-card img{width:100%;height:100%;object-fit:cover;transition:.45s}.event-card:hover img{transform:scale(1.04)}.event-card>div{padding:20px;position:relative}.event-card>div>span{position:absolute;right:18px;top:17px;font-family:'Montserrat';font-size:28px;color:#e9dadd}.event-card small{font-family:'Montserrat';letter-spacing:1px;font-size:10px;color:#9a8e90}.event-card h3{font-size:15px;margin:7px 40px 12px 0;min-height:45px}.event-card strong{font-family:'Montserrat';font-size:16px}
.all-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:42px 22px}.empty-products{text-align:center;padding:100px 20px;background:#faf8f8}.empty-products i{font-size:35px;color:#c4b5b7}.empty-products h3{font-size:20px}.empty-products a{color:var(--mall-rose);border-bottom:1px solid var(--mall-rose)}
.service-strip{border-top:1px solid #e8e4e4;border-bottom:1px solid #e8e4e4;background:#fff}.service-strip>.mall-width{display:grid;grid-template-columns:repeat(4,1fr);padding:38px 0}.service-strip>div>div{display:flex;align-items:center;justify-content:center;gap:17px;border-right:1px solid #e6e1e2}.service-strip>div>div:last-child{border-right:0}.service-strip i{font-size:25px;color:var(--mall-rose)}.service-strip p{margin:0;display:flex;flex-direction:column}.service-strip b{font-size:14px}.service-strip span{font-size:12px;color:#908789;margin-top:3px}

.mall-footer{background:#262425;color:#d8d3d4}.footer-top{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.5fr;gap:55px;padding:72px 0 58px}.footer-logo .logo-symbol{border-color:#d5abb2;color:#d5abb2}.footer-logo .logo-copy b{color:#fff}.footer-brand-block>p{font-size:13px;color:#a9a2a4;max-width:300px;margin:22px 0}.footer-kakao{display:inline-flex;align-items:center;gap:8px;background:#f5dd00;color:#342b22;padding:10px 16px;font-size:12px;font-weight:700}.footer-column{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#aaa3a5}.footer-column h3{font-family:'Montserrat';font-size:12px;color:#fff;letter-spacing:1.5px;margin:6px 0 12px}.footer-column a:hover{color:#fff}.footer-phone{font-family:'Montserrat';font-size:24px;color:#fff;margin-bottom:2px}.footer-column p{margin:0}.footer-business p{display:grid;grid-template-columns:82px 1fr}.footer-business p span{color:#777174}.footer-bottom-line{border-top:1px solid #3c393a}.footer-bottom-line>.mall-width{height:68px;display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#817a7c}.footer-bottom-line div div{display:flex;gap:22px}.floating-kakao{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;background:#f5df00;color:#342b22;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:80;box-shadow:0 8px 24px rgba(0,0,0,.18);font-size:10px}.floating-kakao i{font-size:20px;margin-bottom:2px}

/* 상품 상세 */
.breadcrumb{height:62px;display:flex;align-items:center;gap:12px;font-size:12px;color:#91898b}.breadcrumb i{font-size:8px;color:#bbb}.detail-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(430px,.95fr);gap:75px;padding:28px 0 100px}.detail-main-image{aspect-ratio:1/1;position:relative;background:#f5f3f1;overflow:hidden;cursor:zoom-in}.detail-main-image>img{width:100%;height:100%;object-fit:contain}.detail-main-image>button{position:absolute;right:18px;bottom:18px;width:43px;height:43px;border:0;background:rgba(255,255,255,.9);cursor:pointer}.detail-badge{position:absolute;left:0;top:0;background:#1b1b1b;color:#fff;padding:9px 15px;font-family:'Montserrat';font-size:10px;letter-spacing:1px;z-index:2}.detail-thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto}.detail-thumbs button{width:82px;height:82px;flex:0 0 auto;border:1px solid #e7e2e3;background:#fff;padding:0;cursor:pointer}.detail-thumbs button.active{border:2px solid #222}.detail-thumbs img{width:100%;height:100%;object-fit:cover}
.detail-summary{padding-top:8px}.detail-category{font-family:'Montserrat';font-size:11px;letter-spacing:2px;color:var(--mall-rose)}.detail-summary h1{font-size:31px;line-height:1.35;letter-spacing:-1.2px;margin:13px 0}.detail-intro{font-size:15px;color:#7b7375;margin:0 0 22px}.detail-price{display:flex;align-items:end;gap:4px;border-bottom:1px solid #dedada;padding-bottom:24px;margin-bottom:8px}.detail-price strong{font-family:'Montserrat';font-size:31px}.detail-price span{font-size:15px;padding-bottom:4px}.detail-benefits{padding:18px 0;border-bottom:1px solid #dedada}.detail-benefits>div{display:grid;grid-template-columns:105px 1fr;margin:9px 0;font-size:13px}.detail-benefits span{color:#8a8284}.detail-benefits b{font-weight:500}.detail-option{padding:20px 0;border-bottom:1px solid #e6e2e2}.option-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px}.option-title span{color:var(--mall-rose);font-size:11px}.option-buttons{display:flex;flex-wrap:wrap;gap:8px}.option-buttons button{min-width:80px;padding:10px 15px;border:1px solid #d9d3d4;background:#fff;cursor:pointer;font-size:12px}.option-buttons button.active{border-color:#222;background:#222;color:#fff}.purchase-box{margin-top:20px;background:#f8f6f6;padding:18px 20px}.quantity-row,.total-row{display:flex;align-items:center;justify-content:space-between}.quantity-row{font-size:13px;padding-bottom:15px;border-bottom:1px solid #e3dddd}.quantity-control{display:flex;border:1px solid #d7d1d2;background:#fff}.quantity-control button{width:36px;border:0;background:#fff;cursor:pointer}.quantity-control input{width:44px;border:0;text-align:center;outline:none}.total-row{padding-top:16px;font-size:14px}.total-row strong{font-family:'Montserrat';font-size:23px}.detail-buttons{display:grid;grid-template-columns:1.3fr 1fr;gap:8px;margin-top:14px}.detail-buttons button{height:55px;border:0;cursor:pointer;font-weight:700}.detail-buy{background:#1b1b1b;color:#fff}.detail-buy:hover{background:var(--mall-rose)}.detail-buy:disabled{background:#aaa;cursor:not-allowed}.detail-kakao{background:#f6df00;color:#342b22}.detail-notices{padding:18px 2px;font-size:11px;color:#8d8587}.detail-notices p{margin:5px 0}.detail-notices i{color:#bba2a6;margin-right:6px}
.detail-tabs{height:68px;border:1px solid #dedada;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:85px}.detail-tabs a{display:grid;place-items:center;border-right:1px solid #dedada;font-size:14px}.detail-tabs a:last-child{border:0}.detail-tabs a.active{background:#222;color:#fff}.detail-content-section{padding-bottom:100px}.detail-section-title{text-align:center;border-bottom:1px solid #222;padding-bottom:22px;margin-bottom:45px}.detail-section-title span{font-family:'Montserrat';font-size:11px;letter-spacing:3px;color:var(--mall-rose)}.detail-section-title h2{font-size:28px;margin:8px 0 0}.editor-detail-content{max-width:1000px;margin:0 auto}.editor-detail-content img{max-width:100%;height:auto!important;margin-left:auto;margin-right:auto}.editor-detail-content video,.editor-detail-content iframe{max-width:100%;width:100%;aspect-ratio:16/9;height:auto}.plain-description{padding:70px;text-align:center;background:#faf8f8;font-size:16px;line-height:2}.legacy-detail-images{max-width:900px;margin:35px auto 0}.legacy-detail-images img{width:100%;margin:0 auto 20px}.info-panels{background:#f7f4f4;padding:70px 0}.info-panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.info-panel-grid article{background:#fff;padding:35px}.info-panel-grid i{font-size:24px;color:var(--mall-rose)}.info-panel-grid h3{font-size:17px;margin:17px 0 10px}.info-panel-grid p{font-size:12px;color:#777;line-height:1.85;margin:0}.related-section{padding-bottom:120px}.related-product-grid{grid-template-columns:repeat(4,1fr)}
.image-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:999;align-items:center;justify-content:center;padding:50px}.image-modal.open{display:flex}.image-modal img{max-width:95vw;max-height:90vh;object-fit:contain}.image-modal button{position:absolute;right:25px;top:20px;border:0;background:transparent;color:#fff;font-size:44px;cursor:pointer}

/* 기존 주문 페이지를 같은 분위기로 보이게 하는 공통 보정 */
body.checkout-page,body.order-complete-page{background:#f5f2f2!important;color:var(--mall-text)!important}.checkout-page .navbar,.order-complete-page .navbar{background:#fff!important;border-bottom:1px solid #e8e3e4!important;box-shadow:none!important}.checkout-page .logo,.order-complete-page .logo{background:none!important;-webkit-text-fill-color:initial!important;color:var(--mall-black)!important}.checkout-page .order-container,.order-complete-page .complete-container{border-radius:0!important;box-shadow:0 10px 35px rgba(50,30,35,.08)!important}.checkout-page .btn-primary,.order-complete-page .btn-primary,.checkout-page .step.active .step-number{background:#222!important}.checkout-page h2 i,.checkout-page .product-summary h3 i{color:var(--mall-rose)!important}.order-complete-page .success-icon{background:var(--mall-rose)!important}.order-complete-page .order-number .number{color:var(--mall-rose)!important}.order-complete-page .bank-info{background:#f5eeee!important}.order-complete-page .bank-info h3{color:var(--mall-rose-dark)!important}

@media(max-width:1100px){
    .header-main{grid-template-columns:230px 1fr 220px;gap:20px}.header-icons{gap:13px}.category-inner{gap:25px}.hero-copy h1{font-size:43px}.hero-image:before{width:410px;height:410px}.feature-grid{grid-template-columns:1.5fr 1fr}.feature-card:nth-child(4){display:none}.event-grid,.all-product-grid{grid-template-columns:repeat(3,1fr)}.footer-top{grid-template-columns:1.4fr 1fr 1fr;gap:40px}.footer-business{grid-column:1/-1}.detail-layout{gap:42px;grid-template-columns:1fr 1fr}.best-grid{gap:28px 18px}
}
@media(max-width:820px){
    .mall-width{width:min(100% - 28px,1320px)}.utility-bar{display:none}.header-main{height:72px;grid-template-columns:42px 1fr 78px;gap:8px}.mobile-menu-button{display:block}.mall-logo{justify-self:center}.logo-symbol{width:38px;height:38px;font-size:20px}.logo-copy b{font-size:18px}.logo-copy small{font-size:7px;letter-spacing:2px}.header-search{display:none}.header-icons a{display:none}.header-icons a:last-child{display:flex}.header-icons a:last-child span{display:none}.category-nav{display:none;position:absolute;left:0;right:0;top:72px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.1)}.category-nav.open{display:block}.category-inner{height:auto;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px 20px}.category-inner a{padding:13px;border-bottom:1px solid #eee}.category-inner a:after{display:none}.hero-slider{height:650px}.hero-grid{grid-template-columns:1fr;grid-template-rows:45% 55%;text-align:center}.hero-copy{padding:40px 10px 0}.hero-copy h1{font-size:34px;margin:12px auto}.hero-copy p{font-size:14px;margin:0 auto 12px}.hero-price{font-size:20px;margin-bottom:15px}.mall-button{height:44px;padding:0 22px}.hero-image{align-items:center}.hero-image:before{width:320px;height:320px}.hero-image img{height:100%;max-width:420px}.hero-orbit{display:none}.hero-controls{bottom:12px;justify-content:center}.quick-categories{grid-template-columns:repeat(3,1fr);padding-top:34px;gap:24px 8px}.quick-categories a span{width:72px;height:72px;font-size:22px}.mall-section{padding:75px 0}.search-results-top{padding-top:30px}.section-title-row{align-items:start}.section-title-row h2{font-size:29px}.feature-grid{grid-template-columns:1fr 1fr;grid-template-rows:360px 230px}.feature-card.feature-large{grid-column:1/3;grid-row:auto}.feature-card:nth-child(4){display:block}.brand-banner{height:580px}.brand-grid{grid-template-columns:1fr;text-align:center}.brand-copy{padding:55px 20px 0}.brand-copy h2{font-size:33px}.brand-copy p{margin-left:auto;margin-right:auto}.brand-art{height:230px}.brand-circle.one{width:260px;height:260px}.brand-circle.two{width:180px;height:180px}.brand-letter{font-size:105px}.best-grid{grid-template-columns:repeat(2,1fr)}.event-grid,.all-product-grid{grid-template-columns:repeat(2,1fr)}.service-strip>.mall-width{grid-template-columns:repeat(2,1fr);gap:0}.service-strip>div>div{padding:18px;border-bottom:1px solid #eee}.service-strip>div>div:nth-child(2){border-right:0}.footer-top{grid-template-columns:1fr 1fr;padding:55px 0}.footer-brand-block{grid-column:1/-1}.footer-business{grid-column:1/-1}.footer-bottom-line>.mall-width{height:auto;padding:22px 0;display:block}.footer-bottom-line div div{margin-bottom:10px}.detail-layout{grid-template-columns:1fr;gap:35px;padding-top:5px}.detail-summary h1{font-size:27px}.detail-tabs{margin-bottom:60px}.info-panel-grid{grid-template-columns:1fr}.related-product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
    .mall-width{width:calc(100% - 24px)}.logo-copy small{display:none}.hero-slider{height:610px}.hero-copy{padding-top:30px}.hero-copy h1{font-size:29px}.hero-copy p{max-height:45px;overflow:hidden}.hero-price{margin-bottom:12px}.hero-image img{max-width:330px}.quick-categories a span{width:62px;height:62px}.quick-categories b{font-size:12px}.section-title-row{display:block}.section-title-row>a{display:inline-block;margin-top:16px}.section-title-row h2{font-size:26px}.feature-grid{display:block}.feature-card{height:280px;margin-bottom:12px}.feature-card.feature-large{height:380px}.feature-large .feature-info h3{font-size:21px}.best-grid,.event-grid,.all-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}.product-card-info h3{font-size:14px;min-height:43px}.product-card-info p{display:none}.product-card-info>strong{font-size:15px}.product-hover{display:none}.event-card>div{padding:14px}.event-card>div>span{font-size:20px}.event-card h3{font-size:13px;margin-right:20px}.service-strip>.mall-width{grid-template-columns:1fr}.service-strip>div>div{border-right:0;justify-content:flex-start;padding-left:12%}.footer-top{grid-template-columns:1fr;gap:32px}.footer-brand-block,.footer-business{grid-column:auto}.floating-kakao{right:14px;bottom:14px}.breadcrumb{height:48px}.detail-layout{padding-bottom:65px}.detail-thumbs button{width:66px;height:66px}.detail-summary h1{font-size:24px}.detail-price strong{font-size:26px}.detail-benefits>div{grid-template-columns:85px 1fr}.detail-buttons{grid-template-columns:1fr}.detail-tabs{width:100%;font-size:12px}.detail-tabs a{font-size:12px}.detail-content-section{padding-bottom:65px}.plain-description{padding:40px 20px}.info-panels{padding:45px 0}.related-product-grid{grid-template-columns:repeat(2,1fr)}.image-modal{padding:15px}
}

/* 상품 제목: 최대 3줄 표시, 넘치는 제목은 JS에서 마지막에 .. 처리 */
.product-card-info h3,
.feature-info h3,
.event-card h3 {
    line-height: 1.5;
    min-height: 4.5em;
    max-height: 4.5em;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}
.product-card-info h3 a,
.feature-info h3 a,
.event-card h3 a {
    display: block;
}


/* 상품 간단 설명: 내용이 없어도 한 줄 공간을 항상 유지 */
.product-card-info p {
    display: block !important;
    box-sizing: border-box;
    line-height: 1.5;
    height: 1.5em;
    min-height: 1.5em;
    max-height: 1.5em;
    margin: 0 0 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 480px) {
    .product-card-info p {
        display: block !important;
        font-size: 12px;
        height: 1.5em;
        min-height: 1.5em;
        max-height: 1.5em;
        margin-bottom: 8px;
    }
}
