*{box-sizing:border-box}
body{margin:0;font-family:Arial,'Noto Sans KR',sans-serif;background:#f3f4f6;color:#111}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font-family:inherit}

/* 쇼핑몰 상단 */
.shop-header{background:#fff;border-bottom:1px solid #e5e7eb;position:relative;z-index:10}
.shop-header-inner{max-width:1400px;margin:0 auto;padding:28px 20px 18px;display:grid;grid-template-columns:1fr 360px 1fr;align-items:center;gap:20px}
.brand-logo{display:flex;justify-content:center;align-items:center}
.brand-logo img{width:320px;max-height:90px;object-fit:contain}
.header-left-empty{min-height:1px}.top-search{display:none}
.top-search input{flex:1;min-width:0;height:100%;border:0;background:transparent;padding:0 8px 0 14px;font-size:13px;outline:none}
.top-search button{width:34px;height:100%;border:0;background:transparent;cursor:pointer;color:#222;font-size:18px;line-height:1}
.header-icons{display:flex;justify-content:flex-end;gap:24px;align-items:center;font-size:14px;color:#111;white-space:nowrap}
.header-icons a{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:50px;font-weight:600}
.header-icons .icon{height:24px;font-size:22px;line-height:24px}
.header-icons em{font-style:normal;font-size:14px;letter-spacing:-.04em}
.main-category-nav{border-top:1px solid #f1f1f1;text-align:center;height:56px;display:flex;justify-content:center;align-items:center;gap:58px;font-size:20px;font-weight:600;background:#fff}
.main-category-nav a{display:flex;align-items:center;height:56px;border-bottom:4px solid transparent}
.main-category-nav a:hover{color:#b91c1c;border-bottom-color:#b91c1c}

.flash{max-width:1400px;margin:16px auto 0;padding:12px 18px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:12px}
.shop-main{background:#f3f4f6;min-height:700px;padding-bottom:70px}

/* 메인 */
.main-visual{background:#000;width:100%;height:310px;margin:0 0 32px;color:#fff}
.visual-inner{max-width:1400px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;padding:0 28px}
.visual-inner p{margin:0 0 14px;font-size:20px;font-weight:600;letter-spacing:-.06em;color:#fff}
.visual-inner strong{font-size:26px;line-height:1.75;font-weight:600;letter-spacing:-.06em;color:#fff}
.product-section{max-width:1400px;margin:0 auto 28px;background:#fff;padding:30px 28px 34px}
.product-section.first-section{margin-top:0}
.section-title-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:26px}
.section-title-row h2{margin:0;font-size:27px;line-height:1.2;letter-spacing:-.06em;color:#111}
.section-label{display:block;margin:0 0 8px;font-size:11px;font-weight:600;color:#777;letter-spacing:.02em}
.section-label.sale{color:#e11d28}
.section-desc{margin:6px 0 0;color:#666}
.more-link{font-size:14px;color:#666;font-weight:700}
.more-link:hover{color:#b91c1c}
.main-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.main-product-card{display:block;min-width:0;color:#111}
.product-img-wrap{display:block;width:100%;aspect-ratio:1/1;overflow:hidden;background:#f5f5f5;border-radius:4px}
.product-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.main-product-card:hover .product-img-wrap img{transform:scale(1.04)}
.product-info{display:block;padding-top:13px}
.product-category{display:block;color:#888;font-size:11px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-info strong{display:block;font-size:15px;line-height:1.35;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.04em}
.product-summary{display:block;min-height:35px;color:#777;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-price-row{display:flex;align-items:center;gap:6px;margin-top:9px;flex-wrap:wrap}
.discount-badge{display:inline-block;background:#e11d28;color:#fff;border-radius:4px;padding:2px 5px;font-size:11px;line-height:1.3}
.product-price{font-size:16px;font-weight:600;color:#111;letter-spacing:-.03em}
.product-price-row del{font-size:12px;color:#999}
.empty-text{grid-column:1/-1;text-align:center;color:#777;padding:30px 0}

/* 기존 쇼핑몰 페이지 공통 */
.container{max-width:1400px;margin:24px auto;padding:0 20px}
.shop-main>h1,.shop-main>h2,.shop-main>p,.shop-main>.grid,.shop-main>.form-box,.shop-main>.table,.shop-main>.summary-box,.shop-main>.admin-card{max-width:1400px;margin-left:auto;margin-right:auto}
.shop-main>h1,.shop-main>h2{padding:0 20px;margin-top:26px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding:0 20px}
.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.03)}
.product-card img{width:100%;height:210px;object-fit:cover;background:#f1f1f1}
.product-card .body{padding:15px}
.product-card h3{margin:0 0 8px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-card p{color:#777;font-size:14px;line-height:1.5;min-height:42px}
.price{font-size:20px;font-weight:600;color:#b91c1c}
.badge{display:inline-block;padding:4px 8px;background:#fee2e2;color:#991b1b;border-radius:999px;font-size:12px}
.btn{display:inline-block;border:0;background:#c91517;color:#fff;padding:11px 16px;border-radius:10px;font-weight:600;cursor:pointer;vertical-align:middle}
.btn.gray{background:#4b5563}.btn.light{background:#fff;color:#111;border:1px solid #d1d5db}
.table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}
.table th,.table td{padding:12px;border-bottom:1px solid #e5e7eb;text-align:left;vertical-align:middle}
.table th{background:#f9fafb}
.form-box{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:24px;max-width:760px;margin:24px auto}
.form-row{margin-bottom:14px}.form-row label{display:block;font-weight:600;margin-bottom:6px}
.input,textarea,select{width:100%;padding:11px;border:1px solid #d1d5db;border-radius:10px;font-size:15px;background:#fff}
textarea{min-height:120px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.summary-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:18px;margin:18px auto}
.detail{max-width:1400px;margin:28px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:32px;background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:24px;margin-bottom:14px}
.detail img{width:100%;border-radius:12px;background:#f1f1f1}

/* 상품 상세/에디터 */
.wide-form{max-width:1400px}.help-text{font-size:13px;color:#6b7280;margin-top:-6px}
.image-admin-list{display:flex;gap:12px;flex-wrap:wrap;margin:10px 0 16px}.image-admin-item{width:130px;border:1px solid #e5e7eb;border-radius:12px;padding:8px;background:#fff}.image-admin-item img{width:100%;height:90px;object-fit:cover;border-radius:8px;background:#f3f4f6}.image-admin-item span{display:block;font-size:13px;margin-top:6px}
.editor-toolbar{display:flex;gap:6px;flex-wrap:wrap;border:1px solid #d1d5db;border-bottom:0;background:#f9fafb;border-radius:10px 10px 0 0;padding:8px}.editor-toolbar button{border:1px solid #d1d5db;background:#fff;border-radius:7px;padding:7px 10px;cursor:pointer}.editor-toolbar .editor-select{width:auto;min-width:96px;border:1px solid #d1d5db;background:#fff;border-radius:7px;padding:7px 8px;font-size:13px}.editor-toolbar .editor-color{width:42px;height:34px;border:1px solid #d1d5db;background:#fff;border-radius:7px;padding:3px;cursor:pointer}
.editor-box{height:420px;min-height:420px;max-height:420px;border:1px solid #d1d5db;border-radius:0 0 10px 10px;background:#fff;padding:16px;line-height:1.7;overflow-y:auto;overflow-x:hidden}.editor-box img,.product-description img{max-width:100%;height:auto}.editor-box video,.product-description video{max-width:100%;height:auto}.video-wrap{position:relative;width:100%;padding-top:56.25%;margin:14px 0}.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.thumb-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.thumb-list button{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:4px;cursor:pointer}.thumb-list img{width:72px;height:72px;object-fit:cover;border-radius:6px}.spec-table{width:100%;border-collapse:collapse;margin:16px 0;background:#fff}.spec-table th,.spec-table td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left}.spec-table th{width:110px;color:#555;background:#fafafa}.product-description{line-height:1.8}.product-description iframe{max-width:100%}

/* 관리자 */
.admin-layout{display:flex}.admin-sidebar{width:220px;background:#111827;color:#fff;min-height:100vh;padding:20px;position:fixed}.admin-sidebar h2{font-size:20px}.admin-sidebar a{display:block;padding:11px;border-radius:10px;color:#e5e7eb}.admin-sidebar a:hover{background:#374151}.admin-main{margin-left:220px;padding:28px;width:calc(100% - 220px)}.admin-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e5e7eb;margin-bottom:18px}.admin-search{display:flex;gap:8px;margin-bottom:14px}.admin-search input,.admin-search select{width:auto}.option-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 86px;gap:8px;margin-bottom:8px;align-items:center}.option-head{font-size:14px;color:#374151}.option-add-area{margin:8px 0 18px}.option-delete-btn{width:100%;text-align:center;padding:10px 8px}.pagination a,.pagination strong{display:inline-block;padding:8px 11px;border:1px solid #ddd;margin:2px;border-radius:8px;background:#fff}

/* 하단 */
.shop-footer{background:#fff;border-top:1px solid #e5e7eb;text-align:center;padding:36px 20px;color:#666}
.footer-inner{max-width:1400px;margin:0 auto}.shop-footer img{width:190px;margin:0 auto 10px}.shop-footer p{margin:5px 0}.footer-help{font-weight:600;color:#333}

@media(max-width:900px){
    .shop-header-inner{grid-template-columns:1fr;gap:12px;padding:18px 16px}.header-left-empty{display:none}.top-search{order:2;width:100%;margin:0}.brand-logo{order:1}.brand-logo img{width:240px}.header-icons{order:3;justify-content:center;gap:14px;flex-wrap:wrap}.main-category-nav{height:auto;min-height:42px;gap:18px;flex-wrap:wrap;padding:8px 12px}.main-category-nav a{height:30px}.main-visual{height:240px}.visual-inner strong{font-size:22px}.product-section{margin-left:14px;margin-right:14px;padding:24px 18px}.main-product-grid,.grid{grid-template-columns:repeat(2,1fr);gap:18px}.detail,.two-col{grid-template-columns:1fr;display:block}.admin-sidebar{position:relative;width:100%;min-height:auto}.admin-main{margin-left:0;width:100%}.admin-layout{display:block}
}
@media(max-width:520px){
    .main-product-grid,.grid{grid-template-columns:1fr}.product-section{margin-bottom:18px}.section-title-row h2{font-size:23px}.main-visual{height:220px}.visual-inner{padding:0 24px}.visual-inner strong{font-size:21px}.product-card img{height:240px}.table{font-size:13px}.table th,.table td{padding:9px}.btn{padding:9px 12px}
}

/* 고객센터 공지사항 */
.board-wrap{max-width:1400px;margin:34px auto 0;background:#fff;border-radius:18px;padding:34px 34px 40px;border:1px solid #e5e7eb}
.board-title-box{margin-bottom:24px;border-bottom:1px solid #111;padding-bottom:18px}
.board-title-box h1{margin:0 0 8px;font-size:26px;letter-spacing:-.05em}
.board-title-box p{margin:0;color:#666;font-size:15px}
.board-search{display:flex;gap:10px;margin-bottom:18px;align-items:center;justify-content:flex-end}
.board-search .input{max-width:320px}
.board-table th,.board-table td{text-align:center}
.board-table .board-subject{text-align:left;font-weight:500}
.board-table .board-subject a:hover{color:#b91c1c;text-decoration:underline}
.notice-badge{display:inline-block;background:#c91517;color:#fff;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:500;line-height:1.2}
.empty-board{text-align:center;padding:44px 0;color:#777;background:#fff}
.pagination{display:flex;justify-content:center;gap:6px;margin-top:24px}
.pagination a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-weight:600;color:#333}
.pagination a.active{background:#c91517;color:#fff;border-color:#c91517}
.notice-view-head{border-bottom:1px solid #111;padding-bottom:18px;margin-bottom:24px}
.notice-view-head h1{margin:0 0 12px;font-size:24px;line-height:1.35;letter-spacing:-.05em}
.notice-view-info{display:flex;gap:18px;color:#666;font-size:14px}
.notice-view-content{min-height:260px;font-size:16px;line-height:1.85;color:#222;padding:12px 0 28px;border-bottom:1px solid #e5e7eb;white-space:normal}
.board-actions{margin-top:20px;text-align:right}
.notice-admin-content{min-height:360px;line-height:1.7}

@media (max-width:900px){
    .board-wrap{margin:20px 12px 0;padding:22px 14px;border-radius:14px}
    .board-search{
        display:grid;
        grid-template-columns:minmax(0,1fr) 78px;
        gap:8px;
        align-items:center;
        justify-content:stretch;
        flex-wrap:nowrap;
    }
    .board-search .input{
        max-width:none;
        width:100%;
        height:42px;
        min-width:0;
    }
    .board-search .btn{
        width:78px;
        height:42px;
        padding:0;
        display:flex;
        align-items:center;
        justify-content:center;
        border-radius:10px;
        white-space:nowrap;
        font-size:14px;
    }
    .board-table th:nth-child(3),.board-table td:nth-child(3){display:none}
    .board-table th,.board-table td{padding:10px 7px;font-size:13px}
    .notice-view-head h1{font-size:18px}
    .notice-view-info{display:block;line-height:1.7}
}

/* 포인트 */
.point-guide{display:inline-block;margin-top:6px;color:#b91c1c;font-weight:600;line-height:1.5}
.point-summary-box{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:16px 18px;margin:18px 0;color:#111}
.point-summary-box span{font-weight:600;color:#555}
.point-summary-box strong{font-size:26px;color:#c91517;letter-spacing:-.04em}
.point-plus{color:#c91517;font-weight:600}
.point-minus{color:#2563eb;font-weight:600}
.muted{color:#777;font-size:13px}

/* 회사정보/푸터 */
.company-footer{background:#2f3338;color:#d1d5db;border-top:1px solid #1f2328;margin-top:0}
.company-footer-inner{max-width:1400px;margin:0 auto;padding:28px 20px 34px;text-align:left}
.footer-link-row{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.16);padding-bottom:16px;margin-bottom:18px;flex-wrap:wrap}
.footer-link-row a{font-size:15px;font-weight:600;color:#fff;padding:0 18px;border-right:1px solid rgba(255,255,255,.22);line-height:1.1}
.footer-link-row a:first-child{padding-left:0}
.footer-link-row a:last-child{border-right:0}
.footer-link-row a:hover{color:#ffdddd}
.footer-company-info{font-size:14px;line-height:1.75;color:#d6d6d6;letter-spacing:-.03em}
.footer-company-info p{margin:2px 0}
.footer-company-info strong{color:#fff;margin-right:8px}
.footer-company-info .copyright-text{margin-top:10px;color:#aaa;font-size:13px}
.company-page-wrap{max-width:1400px;margin:30px auto 0;background:#fff;border-radius:16px;padding:34px 36px;min-height:480px}
.company-page-wrap h1{margin:0 0 24px;font-size:30px;letter-spacing:-.05em;border-bottom:1px solid #111;padding-bottom:16px}
.company-page-content{font-size:16px;line-height:1.9;color:#222;white-space:normal;min-height:260px}
.company-info-form h2{margin:30px 0 16px;padding-bottom:10px;border-bottom:1px solid #e5e7eb;font-size:21px}
.company-info-form h2:first-of-type{margin-top:0}
.company-info-form .large-textarea{min-height:190px;line-height:1.7}
.company-info-form .policy-textarea{min-height:340px}
.company-preview-box{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin:18px 0;font-size:14px;line-height:1.75;color:#333}
.company-preview-box strong{display:block;margin-bottom:8px;font-size:16px;color:#111}
.company-preview-box p{margin:3px 0}

@media (max-width:900px){
    .company-footer-inner{padding:24px 16px 30px}
    .footer-link-row{display:grid;grid-template-columns:1fr 1fr;gap:10px 0}
    .footer-link-row a{border-right:0;padding:0;font-size:14px}
    .footer-company-info{font-size:13px;line-height:1.7}
    .company-page-wrap{margin:20px 12px 0;padding:24px 16px;border-radius:14px}
    .company-page-wrap h1{font-size:24px}
}

/* 회사소개 에디터 출력 */
.company-page-content img{max-width:100%;height:auto}
.company-page-content video{max-width:100%;height:auto}
.company-page-content iframe{max-width:100%}
.company-intro-editor-box img{max-width:100%;height:auto}
.company-intro-editor-box video{max-width:100%;height:auto}

/* 회사정보관리 추가 입력란 */
.company-small-textarea{height:74px;min-height:74px;resize:vertical;line-height:1.5;padding:12px 14px;}
.company-footer .footer-company-info p{line-height:1.65;}


/* footer v2 */
.footer-v2{background:#fff;color:#111;border-top:1px solid #e6e6e6;padding:44px 0 40px;margin-top:40px}
.footer-v2-inner{max-width:1400px;margin:0 auto;padding:0 40px;box-sizing:border-box}
.footer-v2-top-links{display:flex;justify-content:flex-end;align-items:center;gap:28px;margin-bottom:42px;flex-wrap:wrap}
.footer-v2-top-links a{font-size:15px;font-weight:500;color:#111;text-decoration:none;letter-spacing:-.02em}
.footer-v2-top-links a:hover{text-decoration:underline}
.footer-v2-body{display:flex;justify-content:space-between;gap:80px;align-items:flex-start}
.footer-v2-left{flex:0 0 460px;max-width:460px}
.footer-v2-logo{display:inline-flex;align-items:center;margin-bottom:46px}
.footer-v2-logo img{width:238px;max-width:100%;height:auto;display:block}
.footer-v2-section{margin-bottom:26px}
.footer-v2-section:last-child{margin-bottom:0}
.footer-v2-section h3,
.footer-v2-right-title{margin:0 0 14px;font-size:22px;font-weight:600;line-height:1.2;letter-spacing:-.04em;color:#111}
.footer-v2-section p,
.footer-v2-info-list p,
.footer-v2-copy{margin:0 0 8px;font-size:16px;line-height:1.65;letter-spacing:-.02em;color:#111}
.footer-v2-section p strong,
.footer-v2-info-list p strong{display:inline-block;font-weight:500;color:#111;margin-right:8px}
.footer-v2-section p span,
.footer-v2-info-list p span{color:#111}
.footer-v2-right{flex:1 1 auto;text-align:right}
.footer-v2-info-list{display:flex;flex-direction:column;gap:6px}
.footer-v2-info-list .inline-gap{margin-left:12px}
.footer-v2-copy{margin-top:24px;color:#555}
.footer-v2 .biz-link{color:#111;text-decoration:none}
.footer-v2 .biz-link:hover{text-decoration:underline}

@media (max-width:1100px){
  .footer-v2-inner{padding:0 20px}
  .footer-v2-body{gap:40px}
  .footer-v2-left{flex-basis:380px;max-width:380px}
}
@media (max-width:900px){
  .footer-v2{padding:34px 0 30px}
  .footer-v2-top-links{justify-content:flex-start;gap:16px 18px;margin-bottom:28px}
  .footer-v2-body{display:block}
  .footer-v2-left,.footer-v2-right{max-width:none;flex:none;text-align:left}
  .footer-v2-logo{margin-bottom:28px}
  .footer-v2-section h3,.footer-v2-right-title{font-size:24px}
  .footer-v2-right{margin-top:28px}
  .footer-v2-section p,.footer-v2-info-list p,.footer-v2-copy{font-size:14px}
}


/* header category center + order lookup */
.header-bottom-row{
  position:absolute;
  left:0;
  right:0;
  bottom:31px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.main-category-nav.clean-nav{
  position:static !important;
  left:auto !important;
  bottom:auto !important;
  width:auto !important;
  justify-content:center !important;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:48px;
  overflow:visible;
}
.header-icon-links{
  top:96px !important;
}
.header-top-links{
  gap:22px;
}
.order-lookup-wrap{
  max-width:1400px;
  margin:0 auto;
  padding:34px 0 70px;
}
.order-lookup-title{
  background:#fff;
  padding:34px 36px;
  margin-bottom:20px;
  border-bottom:1px solid #111;
}
.order-lookup-title h1{
  margin:0 0 10px;
  font-size:34px;
  font-weight:600;
  letter-spacing:-.05em;
}
.order-lookup-title p{
  margin:0;
  color:#666;
  font-size:16px;
}
.order-lookup-form{
  background:#fff;
  padding:28px 36px;
  margin-bottom:20px;
  border:1px solid #e5e5e5;
}
.order-lookup-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}
.order-lookup-btn{
  margin-top:12px;
  min-width:160px;
}
.order-lookup-message{
  background:#fff6f6;
  color:#c00;
  border:1px solid #ffd6d6;
  padding:18px 20px;
  margin-bottom:20px;
  font-weight:700;
}
.order-lookup-result{
  background:#fff;
  padding:30px 36px;
  border:1px solid #e5e5e5;
}
.order-lookup-result h2{
  margin:0 0 14px;
  font-size:22px;
  font-weight:600;
}
.order-lookup-result h2:not(:first-child){
  margin-top:32px;
}
.order-lookup-info-table,
.order-lookup-items-table{
  width:100%;
  border-collapse:collapse;
  border-top:2px solid #111;
}
.order-lookup-info-table th,
.order-lookup-info-table td,
.order-lookup-items-table th,
.order-lookup-items-table td{
  padding:14px 12px;
  border-bottom:1px solid #e5e5e5;
  font-size:15px;
}
.order-lookup-info-table th{
  width:130px;
  background:#fafafa;
  text-align:left;
  font-weight:600;
}
.order-lookup-items-table th{
  background:#fafafa;
  font-weight:600;
  text-align:center;
}
.order-lookup-items-table td{
  text-align:center;
}
.order-lookup-items-table td:first-child{
  text-align:left;
}
.order-state-badge{
  display:inline-block;
  padding:5px 12px;
  border-radius:999px;
  background:#f1f1f1;
  font-weight:600;
  font-size:13px;
}
.order-state-badge.delivery{
  background:#eef8ef;
  color:#26733d;
}
.order-lookup-total-box{
  margin-top:24px;
  background:#f7f7f7;
  padding:22px 24px;
  max-width:420px;
  margin-left:auto;
}
.order-lookup-total-box p{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin:0 0 10px;
  font-size:16px;
}
.order-lookup-total-box p.total{
  border-top:1px solid #ddd;
  padding-top:14px;
  margin-top:14px;
  font-size:20px;
}
.order-lookup-total-box p.total strong{
  color:#e60012;
  font-size:26px;
}
.empty-cell{
  text-align:center !important;
  padding:34px !important;
  color:#777;
}
@media (max-width:900px){
  .header-bottom-row{
    position:static;
    display:block;
  }
  .main-category-nav.clean-nav{
    justify-content:flex-start !important;
    margin:0;
    overflow-x:auto;
  }
  .order-lookup-wrap{
    padding:20px 0 50px;
  }
  .order-lookup-title,
  .order-lookup-form,
  .order-lookup-result{
    padding:22px 16px;
  }
  .order-lookup-grid{
    grid-template-columns:1fr;
    gap:10px;
  }
  .order-lookup-info-table,
  .order-lookup-info-table tbody,
  .order-lookup-info-table tr,
  .order-lookup-info-table th,
  .order-lookup-info-table td{
    display:block;
    width:100%;
  }
  .order-lookup-info-table th{
    border-bottom:0;
    padding-bottom:6px;
  }
  .order-lookup-info-table td{
    padding-top:0;
  }
  .order-lookup-items-table{
    font-size:13px;
  }
  .order-lookup-items-table th,
  .order-lookup-items-table td{
    padding:10px 6px;
    font-size:13px;
  }
  .order-lookup-total-box{
    max-width:none;
  }
}




/* header final restored alignment - non sticky */
.top-benefit-bar{background:#B61218;color:#fff;position:relative;z-index:20}
.top-benefit-inner{max-width:1680px;margin:0 auto;padding:0;height:52px;display:flex;align-items:center;justify-content:center;position:relative}
.top-benefit-message{font-size:14px;font-weight:500;letter-spacing:-.03em;line-height:1;text-align:center;color:#fff}
.top-benefit-actions{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:16px;color:#fff}
.top-benefit-hide{font-size:14px;display:flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;color:#fff}
.top-benefit-hide input{width:14px;height:14px;margin:0}
.top-benefit-close{border:0;background:transparent;color:#fff;font-size:26px;line-height:1;cursor:pointer;padding:0 2px}
.shop-header.fixed-align-header,.shop-header.top-style-header,.shop-header{position:relative!important;top:auto!important;background:#fff;border-bottom:1px solid #e5e5e5;z-index:10}
.shop-header-inner.v3{max-width:1680px!important;height:150px!important;margin:0 auto!important;padding:0!important;position:relative!important;display:block!important; }
.header-layout{height:150px!important;position:relative!important;display:block!important;padding:0!important}
.header-logo-col{position:absolute!important;left:0!important;top:26px!important;width:auto!important;display:block!important;flex:none!important}
.brand-logo.brand-left{display:block!important;align-items:unset!important;justify-content:unset!important;min-height:0!important}
.brand-logo.brand-left img{width:248px!important;height:auto!important;max-height:none!important;object-fit:contain!important}
.header-menu-col{display:block!important;width:auto!important;min-width:0!important}
.header-top-links{position:absolute!important;right:0!important;top:20px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:22px!important;flex-wrap:nowrap!important}
.header-top-links a{font-size:14px!important;font-weight:500!important;color:#60636b!important;line-height:1!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important}
.header-top-links .top-link-arrow{font-size:18px;line-height:0;position:relative;top:1px}
.header-bottom-row{position:static!important;display:block!important;width:auto!important;height:auto!important}
.main-category-nav.clean-nav{position:absolute!important;left:50%!important;right:auto!important;bottom:34px!important;transform:translateX(-50%)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:48px!important;width:auto!important;max-width:900px!important;min-width:0!important;margin:0!important;padding:0!important;overflow:visible!important;white-space:nowrap!important;flex-wrap:nowrap!important;border:0!important;background:transparent!important;height:auto!important;min-height:0!important}
.main-category-nav.clean-nav a{font-size:20px!important;font-weight:700!important;color:#111!important;line-height:1!important;padding:0!important;height:auto!important;border:0!important;flex:0 0 auto!important;display:inline-flex!important;align-items:center!important}
.main-category-nav.clean-nav a:hover{color:#b91c1c!important;border:0!important}
.header-icon-links{position:absolute!important;right:0!important;top:58px!important;bottom:auto!important;transform:none!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:30px!important;padding:0!important;margin:0!important;z-index:5!important}
.header-icon-links a{width:32px!important;height:32px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#222!important;min-width:0!important;font-weight:400!important;gap:0!important;flex-direction:row!important}
.header-icon-links svg{width:30px!important;height:30px!important;display:block!important}
.header-icons{display:none!important}
.header-left-empty,.top-search{display:none!important}
.page-framed-main{padding-left:24px!important;padding-right:24px!important}
.main-visual{max-width:1400px!important;margin-left:auto!important;margin-right:auto!important}
.flash{max-width:1400px;margin:16px auto 0;padding:12px 18px;background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0;border-radius:12px}
@media (max-width:1760px){.top-benefit-inner,.shop-header-inner.v3{max-width:none!important;margin-left:56px!important;margin-right:56px!important}}
@media (max-width:1200px){.shop-header-inner.v3,.header-layout{height:210px!important}.header-logo-col{top:74px!important}.brand-logo.brand-left img{width:220px!important}.main-category-nav.clean-nav{gap:30px!important;max-width:720px!important}.header-icon-links{top:104px!important;gap:24px!important}}
@media (max-width:900px){.top-benefit-inner{height:auto;min-height:54px;padding:10px 14px;max-width:none;margin:0}.top-benefit-message{font-size:15px;line-height:1.35;max-width:calc(100% - 125px);text-align:left}.top-benefit-actions{right:12px}.shop-header-inner.v3{height:auto!important;margin:0!important;padding:16px 14px 14px!important}.header-layout{height:auto!important;display:flex!important;flex-direction:column!important;gap:14px!important}.header-logo-col,.header-top-links,.header-icon-links,.main-category-nav.clean-nav{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important}.header-top-links{order:1!important;justify-content:flex-start!important;gap:14px!important;flex-wrap:wrap!important}.header-logo-col{order:2!important}.brand-logo.brand-left img{width:180px!important}.header-icon-links{order:3!important;justify-content:flex-start!important;gap:20px!important}.main-category-nav.clean-nav{order:4!important;justify-content:flex-start!important;gap:22px!important;overflow-x:auto!important;width:100%!important;max-width:none!important;padding-bottom:4px!important}.main-category-nav.clean-nav a{font-size:16px!important}.page-framed-main{padding-left:12px!important;padding-right:12px!important}}


/* 상품상세 선택옵션 스타일 복구 */
.product-detail-page{grid-template-columns:1fr 1.05fr;gap:54px;padding:46px;background:#fff;border-radius:10;box-shadow:none}
.product-image-area{min-width:0}
.product-image-area img{width:100%;display:block;border-radius:0;background:#f5f5f5}
.product-buy-panel{padding:4px 4px 0;min-width:0}
.product-buy-panel h1{margin:0 0 22px;font-size:26px;line-height:1.22;letter-spacing:-.07em;font-weight:700;color:#050505}
.product-buy-summary{margin:0 0 40px;font-size:18px;line-height:1.55;color:#777;letter-spacing:-.04em}
.buy-info-list{margin:0 0 36px}
.buy-info-row{display:grid;grid-template-columns:105px 1fr;gap:18px;align-items:center;margin-bottom:19px;font-size:18px;line-height:1.45;color:#111;letter-spacing:-.04em}
.buy-info-row strong{font-size:18px;font-weight:600;color:#000}
.buy-info-row.price-row{align-items:baseline}
.buy-info-row del{display:inline-block;margin-right:14px;font-size:31px;line-height:1;font-weight:600;color:#8e8e8e;text-decoration-thickness:3px;letter-spacing:-.06em}
.display-price{display:inline-block;font-size:20px;line-height:1;font-weight:700;color:#111;letter-spacing:-.06em}
.buy-point-text{font-weight:600;color:#000}
.free-shipping-text{font-weight:500;color:#f00}
.shipping-sub-text{color:#000}
.product-order-form{margin-top:0}
.option-select-row{display:grid;grid-template-columns:105px 1fr;gap:18px;align-items:center;margin-bottom:24px}
.option-select-row label{font-size:18px;font-weight:600;color:#000;letter-spacing:-.04em}
.option-select-row .input{height:54px;border-radius:0;border-color:#d1d5db;font-size:18px;color:#000;padding:0 22px;background:#fff}
.selected-options-container{margin:0 0 12px}
.selected-option-box{background:#f4f6fb;border-radius:14px;padding:25px 28px;margin:0 0 26px}
.selected-option-name{font-size:18px;line-height:1.4;color:#111;margin-bottom:14px;letter-spacing:-.04em}
.selected-option-control{display:flex;justify-content:space-between;align-items:center;gap:18px}
.qty-control{display:flex;align-items:center;gap:0;flex-wrap:nowrap}
.qty-control button,.qty-control input{width:31px;height:31px;border:1px solid #aeb4bf;background:#fff;text-align:center;font-size:17px;line-height:29px;color:#111;border-radius:0;padding:0;box-sizing:border-box}
.qty-control button{cursor:pointer;flex:0 0 31px}
.qty-control input{width:96px;min-width:96px;font-weight:600;border-left:0;border-right:0;flex:0 0 96px}
.qty-control .remove-option-btn{margin-left:6px;border-color:#a4a8b0;background:#a4a8b0;color:#fff;font-weight:600;font-size:18px}
.selected-option-control strong{font-size:20px;font-weight:600;color:#000;letter-spacing:-.05em;white-space:nowrap;flex:0 0 auto}
.product-total-row{display:flex;justify-content:flex-end;align-items:baseline;gap:14px;margin:0 0 31px;text-align:right}
.product-total-row span{font-size:17px;font-weight:600;color:#111;letter-spacing:-.04em}
.product-total-row strong{font-size:25px;line-height:1;font-weight:600;color:#000;letter-spacing:-.06em}
.product-action-buttons{display:flex;gap:14px;align-items:center}
.product-action-buttons .btn{width:200px;height:62px;border-radius:13px;font-size:22px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0}
.buy-now-btn{background:#e60000;color:#fff}
.cart-add-btn{background:#fff;color:#e60000;border:1px solid #d6d6d6}
.product-spec-card{max-width:1400px;margin-left:auto;margin-right:auto}
.product-description{max-width:1400px;margin-left:auto;margin-right:auto}

@media(max-width:900px){
    .product-detail-page{grid-template-columns:1fr;display:block;padding:24px 16px;margin:18px 12px 0;gap:0}
    .product-buy-panel{padding-top:24px}
    .product-buy-panel h1{font-size:30px;margin-bottom:14px}
    .product-buy-summary{font-size:16px;margin-bottom:24px}
    .buy-info-row,.option-select-row{grid-template-columns:76px 1fr;gap:10px;font-size:15px;margin-bottom:13px}
    .buy-info-row strong,.option-select-row label{font-size:15px}
    .buy-info-row del,.display-price{font-size:24px}
    .option-select-row .input{height:50px;font-size:15px;padding:0 14px}
    .selected-option-box{padding:18px 16px;margin-bottom:24px}
    .selected-option-control{display:block}
    .qty-control{margin-bottom:12px}
    .selected-option-control strong{display:block;font-size:22px;text-align:right}
    .product-total-row strong{font-size:24px}
    .product-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}
    .product-action-buttons .btn{width:100%;height:58px;font-size:18px}
}


/* 상품 판매상태 표시 */
.soldout-price{color:#d60000 !important;font-weight:700 !important;}
.product-status-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;padding:0 10px;border-radius:999px;font-size:13px;font-weight:700;}
.product-status-badge.status-selling{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;}
.product-status-badge.status-soldout{background:#fff1f2;color:#e11d48;border:1px solid #fecdd3;}
.product-status-badge.status-stopped{background:#f3f4f6;color:#4b5563;border:1px solid #d1d5db;}
.product-soldout-notice{background:#fff1f2;border:1px solid #fecdd3;color:#be123c;border-radius:14px;padding:22px 24px;margin:0 0 24px;font-size:18px;font-weight:700;letter-spacing:-.04em;text-align:center;}
.soldout-disabled-btn{opacity:.55;cursor:not-allowed !important;}


/* 카테고리 타이틀 */
.category-page-wrap{max-width:1400px;margin:26px auto 0;padding:0 20px 10px}
.category-title-box{margin:0 0 24px;padding:0 0 16px;border-bottom:1px solid #111}
.category-title-box h1{margin:0;font-size:24px;line-height:1.1;font-weight:600;letter-spacing:-.06em;color:#111}
.category-product-grid{padding:0}
.category-empty-text{grid-column:1/-1;text-align:center;color:#777;padding:40px 0;background:#fff;border-radius:14px;border:1px solid #e5e7eb}

@media (max-width:900px){
    .category-page-wrap{margin-top:18px;padding:0 12px 8px}
    .category-title-box{margin-bottom:18px;padding-bottom:12px}
    .category-title-box h1{font-size:24px}
}


/* 카테고리 상품목록 메인화면 스타일 */
.category-main-style-section{margin-bottom:0}
.category-main-product-grid{gap:24px}
.category-main-product-grid .main-product-card{display:block;min-width:0;color:#111}
.category-main-product-grid .product-img-wrap{border-radius:4px}
.category-main-product-grid .product-info{display:block;padding-top:13px}
.category-main-product-grid .product-category{display:block;color:#888;font-size:11px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.category-main-product-grid .product-summary{display:block;min-height:35px;color:#777;font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.category-main-product-grid .product-price-row{display:flex;align-items:center;gap:6px;margin-top:9px;flex-wrap:wrap}
.main-list-soldout{font-size:16px;font-weight:700;color:#dc2626;letter-spacing:-.03em}
.category-empty-main{grid-column:1/-1;text-align:center;color:#777;padding:40px 0;background:#fff}

@media (max-width:900px){
    .category-main-style-section{padding:24px 18px}
}



/* 헤더 아이콘 메뉴명 줄바꿈 오류 수정 */
.icon-only-header .icon-menu-links,
.icon-only-header .header-icon-links{
    align-items:flex-start !important;
    gap:26px !important;
}

.icon-only-header .icon-menu-links a,
.icon-only-header .header-icon-links a{
    width:auto !important;
    min-width:62px !important;
    height:auto !important;
    min-height:52px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    text-align:center !important;
    line-height:1 !important;
    white-space:nowrap !important;
    word-break:keep-all !important;
    overflow:visible !important;
}

.icon-only-header .icon-menu-links svg,
.icon-only-header .header-icon-links svg{
    width:28px !important;
    height:28px !important;
    display:block !important;
    flex:0 0 auto !important;
}

.icon-only-header .icon-visual-wrap{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:32px !important;
    height:30px !important;
    flex:0 0 auto !important;
}

.icon-only-header .icon-menu-label{
    display:block !important;
    width:auto !important;
    max-width:none !important;
    font-size:11px !important;
    font-weight:500 !important;
    color:#333 !important;
    letter-spacing:-.04em !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
    word-break:keep-all !important;
    overflow:visible !important;
    text-align:center !important;
}

.icon-only-header .cart-count-badge{
    position:absolute !important;
    top:-8px !important;
    right:-10px !important;
    min-width:20px !important;
    height:20px !important;
    padding:0 5px !important;
    border-radius:999px !important;
    background:#c91517 !important;
    color:#fff !important;
    font-size:11px !important;
    font-weight:600 !important;
    line-height:20px !important;
    text-align:center !important;
    box-sizing:border-box !important;
    z-index:3 !important;
}

@media(max-width:900px){
    .icon-only-header .icon-menu-links,
    .icon-only-header .header-icon-links{
        gap:14px !important;
        flex-wrap:wrap !important;
    }

    .icon-only-header .icon-menu-links a,
    .icon-only-header .header-icon-links a{
        min-width:54px !important;
    }

    .icon-only-header .icon-menu-label{
        font-size:10px !important;
    }
}


/* 메인 비주얼 100% 풀와이드 + 김치쇼핑몰 스타일 */
.shop-main.page-framed-main .main-visual,
.page-framed-main .main-visual,
.main-visual{
    position:relative !important;
    width:100vw !important;
    max-width:none !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    margin-top:0 !important;
    margin-bottom:38px !important;
    min-height:420px !important;
    height:420px !important;
    overflow:hidden !important;
    background:
        radial-gradient(circle at 18% 22%, rgba(255,255,255,.10) 0 7%, transparent 7.5%),
        radial-gradient(circle at 82% 24%, rgba(255,255,255,.08) 0 8%, transparent 8.5%),
        radial-gradient(circle at 74% 78%, rgba(255,255,255,.08) 0 9%, transparent 9.5%),
        linear-gradient(135deg, #5f090b 0%, #9c1014 35%, #c91517 68%, #6b080a 100%) !important;
    color:#fff !important;
}
.main-visual::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 38%, rgba(0,0,0,.02) 100%);
    z-index:0;
}
.main-visual::after{
    content:'';
    position:absolute;
    right:-120px;
    bottom:-120px;
    width:540px;
    height:540px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 38%, rgba(255,255,255,0) 72%);
    z-index:0;
    pointer-events:none;
}
.visual-inner{
    position:relative;
    z-index:1;
    max-width:1400px !important;
    height:100%;
    margin:0 auto !important;
    padding:0 48px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:flex-start !important;
}
.visual-inner p{
    display:inline-flex;
    align-items:center;
    margin:0 0 18px !important;
    padding:10px 18px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    border:1px solid rgba(255,255,255,.18);
    backdrop-filter:blur(2px);
    font-size:18px !important;
    font-weight:700 !important;
    letter-spacing:-.05em !important;
    color:#fff !important;
    box-shadow:0 10px 26px rgba(0,0,0,.12);
}
.visual-inner strong{
    display:block;
    max-width:700px;
    margin:0;
    font-size:52px !important;
    line-height:1.32 !important;
    font-weight:600 !important;
    letter-spacing:-.07em !important;
    color:#fff !important;
    text-shadow:0 10px 24px rgba(0,0,0,.18);
}
.visual-inner strong br{display:block;content:''}

@media (max-width:1400px){
    .visual-inner strong{font-size:46px !important;max-width:640px}
}
@media (max-width:900px){
    .shop-main.page-framed-main .main-visual,
    .page-framed-main .main-visual,
    .main-visual{
        height:300px !important;
        min-height:300px !important;
        margin-bottom:24px !important;
    }
    .main-visual::after{
        width:320px;
        height:320px;
        right:-80px;
        bottom:-80px;
    }
    .visual-inner{
        padding:0 22px !important;
    }
    .visual-inner p{
        margin-bottom:14px !important;
        padding:8px 14px;
        font-size:14px !important;
    }
    .visual-inner strong{
        max-width:100%;
        font-size:26px !important;
        line-height:1.38 !important;
    }
}



/* 좌우 가로스크롤 제거 */
html,
body{
    max-width:100% !important;
    overflow-x:hidden !important;
}

.shop-main,
.page-framed-main{
    max-width:100% !important;
    overflow-x:hidden !important;
}

/*
 * 메인 비주얼 100vw 사용 시 브라우저 세로 스크롤바 폭 때문에
 * 1~20px 정도 가로스크롤이 생길 수 있어 보정합니다.
 */
.shop-main.page-framed-main .main-visual,
.page-framed-main .main-visual,
.main-visual{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    box-sizing:border-box !important;
}

/* 하단 상품영역은 기존 중앙 1400px 유지 */
.product-section,
.category-page-wrap,
.company-page-wrap,
.board-wrap,
.order-lookup-wrap,
.product-spec-card,
.product-description{
    max-width:1400px;
}

/* 로그인/아이디찾기/비밀번호찾기 링크 버튼 우측정렬 */
.login-find-button-row{
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:8px !important;
    margin-top:14px !important;
    text-align:right !important;
}
.login-find-button-row span{
    display:none !important;
}
.login-find-button-row a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:112px !important;
    height:38px !important;
    padding:0 14px !important;
    border:1px solid #d1d5db !important;
    border-radius:9px !important;
    background:#fff !important;
    color:#333 !important;
    font-size:14px !important;
    font-weight:700 !important;
    line-height:1 !important;
    text-decoration:none !important;
    box-sizing:border-box !important;
}
.login-find-button-row a:hover{
    border-color:#c91517 !important;
    color:#c91517 !important;
    text-decoration:none !important;
}
@media(max-width:640px){
    .login-find-button-row{
        justify-content:stretch !important;
        flex-wrap:wrap !important;
    }
    .login-find-button-row a{
        flex:1 1 calc(50% - 8px) !important;
        min-width:0 !important;
    }
}



/* 배송/교환/환불 안내 */
.policy-guide-textarea{
    min-height:170px !important;
    line-height:1.7;
    resize:vertical;
}
.shopping-policy-admin-form h2{
    margin:28px 0 14px;
    padding-bottom:10px;
    border-bottom:1px solid #e5e7eb;
    font-size:22px;
}
.shopping-policy-admin-form h2:first-of-type{
    margin-top:14px;
}
.shopping-guide-wrap{
    max-width:1400px;
    margin:30px auto 0;
    padding:0 20px 30px;
}
.shopping-guide-title{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:34px 36px;
    margin-bottom:22px;
}
.shopping-guide-title h1{
    margin:0 0 10px;
    font-size:36px;
    line-height:1.25;
    font-weight:600;
    letter-spacing:-.06em;
    color:#111;
}
.shopping-guide-title p{
    margin:0;
    font-size:16px;
    line-height:1.6;
    color:#666;
}
.shopping-guide-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:16px;
}
.shopping-guide-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:28px 30px;
    min-height:0;
    box-shadow:0 10px 24px rgba(0,0,0,.035);
}
.shopping-guide-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    background:#fff1f2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:27px;
    margin-bottom:18px;
}
.shopping-guide-card h2{
    margin:0 0 14px;
    font-size:24px;
    line-height:1.25;
    font-weight:600;
    letter-spacing:-.05em;
    color:#111;
}
.shopping-guide-content{
    font-size:15px;
    line-height:1.85;
    color:#444;
    word-break:keep-all;
}
.shopping-guide-notice{
    margin-top:20px;
    background:#fff7ed;
    border:1px solid #fed7aa;
    border-radius:16px;
    padding:18px 22px;
    color:#333;
}
.shopping-guide-notice strong{
    display:block;
    margin-bottom:6px;
    font-size:17px;
    color:#b91c1c;
}
.shopping-guide-notice p{
    margin:0;
    font-size:15px;
    line-height:1.6;
}
@media(max-width:900px){
    .shopping-guide-wrap{
        margin-top:20px;
        padding:0 12px 20px;
    }
    .shopping-guide-title{
        padding:24px 18px;
        border-radius:14px;
    }
    .shopping-guide-title h1{
        font-size:24px;
    }
    .shopping-guide-grid{
        gap:14px;
    }
    .shopping-guide-card{
        min-height:0;
        padding:22px 18px;
        border-radius:14px;
    }
}


/* 배송/교환/환불 안내 에디터/확인사항 */
.policy-editor-box{
    height:260px !important;
    min-height:260px !important;
    max-height:260px !important;
}
.policy-editor-toolbar input[type="file"]{
    display:none !important;
}
.shopping-guide-content p{
    margin:0 0 8px;
}
.shopping-guide-content p:last-child{
    margin-bottom:0;
}
.shopping-guide-content img,
.shopping-guide-notice img{
    max-width:100%;
    height:auto;
}
.shopping-guide-content video,
.shopping-guide-notice video{
    max-width:100%;
    height:auto;
}
.shopping-guide-notice div{
    font-size:15px;
    line-height:1.7;
    color:#333;
}
.shopping-guide-notice div p{
    margin:0 0 6px;
}
.shopping-guide-notice div p:last-child{
    margin-bottom:0;
}


/* header horizontal align + sticky shrink */
.shop-header.top-style-header.icon-only-header,
.shop-header.icon-only-header{
    position:sticky!important;
    top:0!important;
    left:auto!important;
    right:auto!important;
    z-index:999!important;
    background:#fff!important;
    border-bottom:1px solid #e5e7eb!important;
    transition:height .22s ease, box-shadow .22s ease, border-color .22s ease!important;
}
.shop-header.top-style-header.icon-only-header.is-scrolled,
.shop-header.icon-only-header.is-scrolled{
    box-shadow:0 4px 16px rgba(0,0,0,.06)!important;
    border-bottom-color:#e2e2e2!important;
}
.shop-header-inner.v3.icon-only-inner{
    max-width:1680px!important;
    height:150px!important;
    margin:0 auto!important;
    padding:0 34px!important;
    display:flex!important;
    align-items:center!important;
    box-sizing:border-box!important;
    transition:height .22s ease, padding .22s ease!important;
}
.shop-header.is-scrolled .shop-header-inner.v3.icon-only-inner{
    height:86px!important;
}
.header-layout.icon-header-layout{
    width:100%!important;
    height:100%!important;
    position:relative!important;
    display:grid!important;
    grid-template-columns:300px minmax(420px,1fr) 520px!important;
    align-items:center!important;
    gap:28px!important;
    padding:0!important;
    box-sizing:border-box!important;
}
.header-logo-col{
    position:static!important;
    left:auto!important;
    top:auto!important;
    width:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    grid-column:1!important;
}
.brand-logo.brand-left{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:0!important;
}
.brand-logo.brand-left img{
    width:248px!important;
    max-height:86px!important;
    height:auto!important;
    object-fit:contain!important;
    transition:width .22s ease, max-height .22s ease!important;
}
.shop-header.is-scrolled .brand-logo.brand-left img{
    width:190px!important;
    max-height:62px!important;
}
.header-menu-col.icon-menu-col,
.header-bottom-row.icon-bottom-row{
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:auto!important;
    height:auto!important;
    display:contents!important;
    padding:0!important;
    margin:0!important;
}
.main-category-nav.clean-nav{
    grid-column:2!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:56px!important;
    overflow:visible!important;
    white-space:nowrap!important;
    font-size:22px!important;
    font-weight:600!important;
    line-height:1!important;
    transition:gap .22s ease, font-size .22s ease!important;
}
.main-category-nav.clean-nav a{
    height:auto!important;
    min-height:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:8px 0!important;
    border-bottom:3px solid transparent!important;
    color:#111!important;
    text-decoration:none!important;
}
.shop-header.is-scrolled .main-category-nav.clean-nav{
    gap:42px!important;
    font-size:19px!important;
}
.header-icon-links.icon-menu-links{
    grid-column:3!important;
    position:static!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:none!important;
    height:auto!important;
    margin:0!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:34px!important;
    white-space:nowrap!important;
    overflow:visible!important;
    transition:gap .22s ease!important;
}
.header-icon-links.icon-menu-links .icon-link{
    position:relative!important;
    min-width:58px!important;
    width:auto!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    color:#111!important;
    text-decoration:none!important;
    font-weight:600!important;
    line-height:1!important;
    white-space:nowrap!important;
}
.header-icon-links.icon-menu-links .icon-link svg,
.header-icon-links.icon-menu-links .icon-visual-wrap svg{
    width:28px!important;
    height:28px!important;
    display:block!important;
    transition:width .22s ease, height .22s ease!important;
}
.header-icon-links.icon-menu-links .icon-menu-label{
    display:block!important;
    font-size:12px!important;
    font-weight:500!important;
    letter-spacing:-.04em!important;
    line-height:1!important;
    color:#111!important;
    transition:font-size .22s ease!important;
}
.header-icon-links.icon-menu-links .icon-visual-wrap{
    position:relative!important;
    display:block!important;
    line-height:1!important;
}
.header-icon-links.icon-menu-links .cart-count-badge{
    position:absolute!important;
    top:-9px!important;
    right:-10px!important;
    min-width:18px!important;
    height:18px!important;
    padding:0 5px!important;
    border-radius:999px!important;
    background:#e60012!important;
    color:#fff!important;
    font-size:11px!important;
    font-weight:600!important;
    line-height:18px!important;
    text-align:center!important;
}
.shop-header.is-scrolled .header-icon-links.icon-menu-links{
    gap:26px!important;
}
.shop-header.is-scrolled .header-icon-links.icon-menu-links .icon-link{
    gap:5px!important;
}
.shop-header.is-scrolled .header-icon-links.icon-menu-links .icon-link svg,
.shop-header.is-scrolled .header-icon-links.icon-menu-links .icon-visual-wrap svg{
    width:23px!important;
    height:23px!important;
}
.shop-header.is-scrolled .header-icon-links.icon-menu-links .icon-menu-label{
    font-size:11px!important;
}
@media(max-width:1200px){
    .header-layout.icon-header-layout{
        grid-template-columns:240px minmax(320px,1fr) 430px!important;
        gap:20px!important;
    }
    .brand-logo.brand-left img{width:220px!important;}
    .main-category-nav.clean-nav{gap:34px!important;font-size:19px!important;}
    .header-icon-links.icon-menu-links{gap:22px!important;}
}
@media(max-width:900px){
    .shop-header.top-style-header.icon-only-header,
    .shop-header.icon-only-header{
        position:relative!important;
        top:auto!important;
        box-shadow:none!important;
    }
    .shop-header-inner.v3.icon-only-inner,
    .shop-header.is-scrolled .shop-header-inner.v3.icon-only-inner{
        height:auto!important;
        min-height:0!important;
        padding:18px 14px 14px!important;
        display:block!important;
    }
    .header-layout.icon-header-layout{
        display:block!important;
        height:auto!important;
    }
    .header-logo-col{
        justify-content:center!important;
        margin-bottom:14px!important;
    }
    .brand-logo.brand-left,
    .shop-header.is-scrolled .brand-logo.brand-left{
        justify-content:center!important;
    }
    .brand-logo.brand-left img,
    .shop-header.is-scrolled .brand-logo.brand-left img{
        width:230px!important;
        max-height:76px!important;
    }
    .header-menu-col.icon-menu-col,
    .header-bottom-row.icon-bottom-row{
        display:block!important;
    }
    .main-category-nav.clean-nav,
    .shop-header.is-scrolled .main-category-nav.clean-nav{
        display:flex!important;
        flex-wrap:wrap!important;
        gap:16px 24px!important;
        font-size:17px!important;
        margin:0 0 14px!important;
    }
    .header-icon-links.icon-menu-links,
    .shop-header.is-scrolled .header-icon-links.icon-menu-links{
        justify-content:center!important;
        gap:18px!important;
        flex-wrap:wrap!important;
    }
}


/* fixed header correction */
.shop-header.top-style-header.icon-only-header,
.shop-header.icon-only-header{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    width:100%!important;
}
.shop-header.top-style-header.icon-only-header.is-fixed,
.shop-header.icon-only-header.is-fixed{
    position:fixed!important;
    top:0!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    z-index:9999!important;
    background:#fff!important;
}
@media(max-width:900px){
    .shop-header.top-style-header.icon-only-header.is-fixed,
    .shop-header.icon-only-header.is-fixed{
        position:fixed!important;
        top:0!important;
        left:0!important;
        right:0!important;
        width:100%!important;
        z-index:9999!important;
    }
}


/* main visual sample layout */
.main-visual.main-sample-visual{
    width:100%;
    height:auto;
    margin:0 0 32px;
    background:#b0000f;
    color:#fff;
    overflow:hidden;
}
.main-sample-visual .main-visual-red{
    position:relative;
    height:420px;
    background:linear-gradient(115deg,#5d0008 0%,#b80010 52%,#8f151c 100%);
    overflow:hidden;
}
.main-sample-visual .visual-inner{
    position:relative;
    z-index:2;
    max-width:1400px;
    height:100%;
    margin:0 auto;
    padding:0 44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    box-sizing:border-box;
}
.main-sample-visual .visual-inner p{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:46px;
    padding:0 22px;
    margin:0 0 30px;
    border:1px solid rgba(255,255,255,.34);
    border-radius:999px;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:18px;
    font-weight:600;
    letter-spacing:-.04em;
    line-height:1;
}
.main-sample-visual .visual-inner strong{
    color:#fff;
    font-size:54px;
    line-height:1.32;
    font-weight:600;
    letter-spacing:-.07em;
}
.main-visual-circle{
    position:absolute;
    display:block;
    border-radius:50%;
    background:rgba(255,255,255,.09);
    filter:blur(.2px);
    pointer-events:none;
}
.main-visual-circle.circle-a{
    width:245px;
    height:245px;
    left:11.5%;
    top:-30px;
}
.main-visual-circle.circle-b{
    width:270px;
    height:270px;
    right:10.5%;
    top:-28px;
}
.main-visual-circle.circle-c{
    width:300px;
    height:300px;
    right:18.5%;
    bottom:-120px;
    background:rgba(255,255,255,.07);
}
.main-sample-visual .main-visual-photo{
    position:relative;
    height:350px;
    background-color:#ddd;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}
.main-sample-visual .main-visual-photo:before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.04);
    pointer-events:none;
}
.main-visual-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
    width:54px;
    height:72px;
    border:0;
    background:transparent;
    color:#fff;
    font-size:82px;
    font-weight:200;
    line-height:1;
    cursor:default;
    opacity:.9;
}
.main-visual-arrow.prev{
    left:12%;
}
.main-visual-arrow.next{
    right:11%;
}
@media(max-width:900px){
    .main-sample-visual .main-visual-red{
        height:300px;
    }
    .main-sample-visual .visual-inner{
        padding:0 26px;
    }
    .main-sample-visual .visual-inner p{
        height:38px;
        padding:0 16px;
        margin-bottom:20px;
        font-size:14px;
    }
    .main-sample-visual .visual-inner strong{
        font-size:34px;
        line-height:1.35;
    }
    .main-visual-circle.circle-a{
        width:170px;
        height:170px;
        left:48%;
        top:-40px;
    }
    .main-visual-circle.circle-b{
        width:190px;
        height:190px;
        right:-70px;
        top:80px;
    }
    .main-visual-circle.circle-c{
        display:none;
    }
    .main-sample-visual .main-visual-photo{
        height:230px;
    }
    .main-visual-arrow{
        width:38px;
        height:54px;
        font-size:58px;
    }
    .main-visual-arrow.prev{
        left:18px;
    }
    .main-visual-arrow.next{
        right:18px;
    }
}
@media(max-width:520px){
    .main-sample-visual .main-visual-red{
        height:260px;
    }
    .main-sample-visual .visual-inner strong{
        font-size:29px;
    }
    .main-sample-visual .main-visual-photo{
        height:190px;
    }
}


/* main visual image exact fit correction */
.main-sample-visual .main-visual-photo{
    position:relative!important;
    height:auto!important;
    min-height:0!important;
    background:none!important;
    overflow:hidden!important;
}
.main-sample-visual .main-visual-photo img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
}
.main-sample-visual .main-visual-photo:before{
    display:none!important;
}
.main-visual-arrow{
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:3!important;
}
@media(max-width:900px){
    .main-sample-visual .main-visual-photo{
        height:auto!important;
    }
    .main-sample-visual .main-visual-photo img{
        width:100%!important;
        height:auto!important;
    }
}
@media(max-width:520px){
    .main-sample-visual .main-visual-photo{
        height:auto!important;
    }
}


/* main visual real swiper */
.main-sample-visual .main-visual-swiper{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    background:none!important;
    overflow:hidden!important;
}
.main-sample-visual .main-visual-track{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    transition:transform .45s ease!important;
    will-change:transform!important;
}
.main-sample-visual .main-visual-slide{
    flex:0 0 100%!important;
    width:100%!important;
    height:auto!important;
    min-width:100%!important;
}
.main-sample-visual .main-visual-slide img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-width:none!important;
}
.main-sample-visual .main-visual-swiper:before,
.main-sample-visual .main-visual-photo:before{
    display:none!important;
}
.main-sample-visual .main-visual-arrow{
    position:absolute!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:5!important;
    width:70px!important;
    height:90px!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:82px!important;
    font-weight:200!important;
    line-height:1!important;
    cursor:pointer!important;
    opacity:.92!important;
}
.main-sample-visual .main-visual-arrow.prev{
    left:12%!important;
}
.main-sample-visual .main-visual-arrow.next{
    right:11%!important;
}
.main-sample-visual .main-visual-arrow:hover{
    opacity:1!important;
}
@media(max-width:900px){
    .main-sample-visual .main-visual-swiper,
    .main-sample-visual .main-visual-slide{
        height:auto!important;
    }
    .main-sample-visual .main-visual-slide img{
        width:100%!important;
        height:auto!important;
    }
    .main-sample-visual .main-visual-arrow{
        width:44px!important;
        height:62px!important;
        font-size:58px!important;
    }
    .main-sample-visual .main-visual-arrow.prev{
        left:18px!important;
    }
    .main-sample-visual .main-visual-arrow.next{
        right:18px!important;
    }
}


/* main visual height final fix */
.main-visual.main-sample-visual{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0 0 32px!important;
    padding:0!important;
    overflow:visible!important;
    background:transparent!important;
}
.main-visual.main-sample-visual .main-visual-photo,
.main-visual.main-sample-visual .main-visual-swiper{
    position:relative!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
    background:none!important;
    line-height:0!important;
}
.main-visual.main-sample-visual .main-visual-track{
    display:flex!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    align-items:flex-start!important;
    transition:transform .45s ease!important;
}
.main-visual.main-sample-visual .main-visual-slide{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    height:auto!important;
    min-height:0!important;
    line-height:0!important;
}
.main-visual.main-sample-visual .main-visual-slide img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center top!important;
}
.main-visual.main-sample-visual .main-visual-photo > img{
    display:block!important;
    width:100%!important;
    height:auto!important;
    max-height:none!important;
    object-fit:contain!important;
}
.main-visual.main-sample-visual .main-visual-photo:before,
.main-visual.main-sample-visual .main-visual-swiper:before{
    display:none!important;
}
@media(max-width:900px){
    .main-visual.main-sample-visual,
    .main-visual.main-sample-visual .main-visual-photo,
    .main-visual.main-sample-visual .main-visual-swiper,
    .main-visual.main-sample-visual .main-visual-slide{
        height:auto!important;
        max-height:none!important;
    }
    .main-visual.main-sample-visual .main-visual-slide img{
        width:100%!important;
        height:auto!important;
        max-height:none!important;
    }
}
@media(max-width:520px){
    .main-visual.main-sample-visual,
    .main-visual.main-sample-visual .main-visual-photo,
    .main-visual.main-sample-visual .main-visual-swiper{
        height:auto!important;
        max-height:none!important;
    }
}


/* main visual height ratio + auto slider final */
.main-visual.main-sample-visual{
    display:block!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    margin:0 0 32px!important;
    padding:0!important;
    background:transparent!important;
    overflow:hidden!important;
}
.main-visual.main-sample-visual .main-visual-photo.main-visual-swiper{
    position:relative!important;
    display:block!important;
    width:100%!important;
    aspect-ratio:1920 / 748!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
    background:#eee!important;
    line-height:0!important;
}
.main-visual.main-sample-visual .main-visual-track{
    display:flex!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    align-items:stretch!important;
    transition:transform .55s ease!important;
    will-change:transform!important;
}
.main-visual.main-sample-visual .main-visual-slide{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    height:100%!important;
    min-height:100%!important;
    line-height:0!important;
    overflow:hidden!important;
}
.main-visual.main-sample-visual .main-visual-slide img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center center!important;
}
.main-visual.main-sample-visual .main-visual-photo:before,
.main-visual.main-sample-visual .main-visual-swiper:before{
    display:none!important;
}
.main-visual.main-sample-visual .main-visual-arrow{
    position:absolute!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    z-index:5!important;
    width:70px!important;
    height:90px!important;
    border:0!important;
    background:transparent!important;
    color:#fff!important;
    font-size:82px!important;
    font-weight:200!important;
    line-height:1!important;
    cursor:pointer!important;
    opacity:.92!important;
}
.main-visual.main-sample-visual .main-visual-arrow.prev{
    left:12%!important;
}
.main-visual.main-sample-visual .main-visual-arrow.next{
    right:11%!important;
}
@media(max-width:900px){
    .main-visual.main-sample-visual .main-visual-photo.main-visual-swiper{
        aspect-ratio:1920 / 748!important;
        height:auto!important;
    }
    .main-visual.main-sample-visual .main-visual-arrow{
        width:44px!important;
        height:62px!important;
        font-size:58px!important;
    }
    .main-visual.main-sample-visual .main-visual-arrow.prev{
        left:18px!important;
    }
    .main-visual.main-sample-visual .main-visual-arrow.next{
        right:18px!important;
    }
}


/* main visual forced height + seamless slider */
.main-visual.main-sample-visual .main-visual-photo.main-visual-swiper{
    height:748px!important;
    min-height:748px!important;
}
@media(max-width:1920px){
    .main-visual.main-sample-visual .main-visual-photo.main-visual-swiper{
        height:calc(100vw * 748 / 1920)!important;
        min-height:calc(100vw * 748 / 1920)!important;
    }
}
.main-visual.main-sample-visual .main-visual-track,
.main-visual.main-sample-visual .main-visual-slide{
    height:100%!important;
    min-height:100%!important;
}
.main-visual.main-sample-visual .main-visual-slide img{
    width:100%!important;
    height:100%!important;
    object-fit:cover!important;
    object-position:center center!important;
}


/* main visual final css: pc fixed 748, mobile ratio only */
.main-visual.main-sample-visual,
.main-visual.main-sample-visual .main-visual-photo.main-visual-swiper,
.main-visual.main-sample-visual .main-visual-track,
.main-visual.main-sample-visual .main-visual-slide{
    width:100%!important;
    height:748px!important;
    min-height:748px!important;
    max-height:748px!important;
}
.main-visual.main-sample-visual .main-visual-slide img{
    width:100%!important;
    height:748px!important;
    min-height:748px!important;
    object-fit:cover!important;
    object-position:center center!important;
}
@media(max-width:900px){
    .main-visual.main-sample-visual,
    .main-visual.main-sample-visual .main-visual-photo.main-visual-swiper,
    .main-visual.main-sample-visual .main-visual-track,
    .main-visual.main-sample-visual .main-visual-slide{
        height:calc(100vw * 748 / 1920)!important;
        min-height:calc(100vw * 748 / 1920)!important;
        max-height:none!important;
    }
    .main-visual.main-sample-visual .main-visual-slide img{
        height:100%!important;
        min-height:100%!important;
    }
}


/* main visual final override */
section.main-visual.main-sample-visual[data-main-visual="1"]{
    width:100%!important;
    height:748px!important;
    min-height:748px!important;
    max-height:748px!important;
    overflow:hidden!important;
}
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-photo.main-visual-swiper,
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-track,
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide{
    width:100%!important;
    height:748px!important;
    min-height:748px!important;
}
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide img{
    width:100%!important;
    height:748px!important;
    min-height:748px!important;
    object-fit:cover!important;
    object-position:center center!important;
}
@media(max-width:900px){
    section.main-visual.main-sample-visual[data-main-visual="1"],
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-photo.main-visual-swiper,
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-track,
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide{
        height:calc(100vw * 748 / 1920)!important;
        min-height:calc(100vw * 748 / 1920)!important;
        max-height:none!important;
    }
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide img{
        height:100%!important;
        min-height:100%!important;
    }
}


/* main visual 500px full-bleed final override */
section.main-visual.main-sample-visual[data-main-visual="1"]{
    position:relative!important;
    left:50%!important;
    width:100vw!important;
    max-width:100vw!important;
    height:500px!important;
    min-height:500px!important;
    max-height:500px!important;
    margin-left:-50vw!important;
    margin-right:0!important;
    overflow:hidden!important;
}
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-photo.main-visual-swiper,
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-track,
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide{
    width:100vw!important;
    max-width:100vw!important;
    height:500px!important;
    min-height:500px!important;
}
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide{
    flex:0 0 100%!important;
    min-width:100%!important;
}
section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide img{
    width:100%!important;
    height:500px!important;
    min-height:500px!important;
    object-fit:cover!important;
    object-position:center center!important;
}
@media(max-width:900px){
    section.main-visual.main-sample-visual[data-main-visual="1"],
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-photo.main-visual-swiper,
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-track,
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide{
        height:calc(100vw * 500 / 1920)!important;
        min-height:calc(100vw * 500 / 1920)!important;
        max-height:none!important;
    }
    section.main-visual.main-sample-visual[data-main-visual="1"] .main-visual-slide img{
        height:100%!important;
        min-height:100%!important;
    }
}


/* mobile top benefit bar align fix */
@media(max-width:900px){
    .top-benefit-bar{
        height:auto!important;
        min-height:0!important;
    }
    .top-benefit-inner{
        width:100%!important;
        height:auto!important;
        min-height:46px!important;
        padding:7px 12px!important;
        display:flex!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:8px!important;
        box-sizing:border-box!important;
    }
    .top-benefit-message{
        flex:1 1 auto!important;
        min-width:0!important;
        text-align:left!important;
        font-size:13px!important;
        line-height:1.35!important;
        font-weight:700!important;
        letter-spacing:-.04em!important;
        white-space:normal!important;
        color:#fff!important;
    }
    .top-benefit-actions{
        position:static!important;
        right:auto!important;
        top:auto!important;
        transform:none!important;
        flex:0 0 auto!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:8px!important;
        color:#fff!important;
    }
    .top-benefit-hide{
        display:flex!important;
        align-items:center!important;
        gap:4px!important;
        font-size:12px!important;
        line-height:1.2!important;
        white-space:nowrap!important;
        color:#fff!important;
    }
    .top-benefit-hide input{
        width:13px!important;
        height:13px!important;
        margin:0!important;
        flex:0 0 auto!important;
    }
    .top-benefit-close{
        width:24px!important;
        height:24px!important;
        padding:0!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        font-size:22px!important;
        line-height:1!important;
        color:#fff!important;
    }
}
@media(max-width:430px){
    .top-benefit-inner{
        padding:7px 8px!important;
        gap:6px!important;
    }
    .top-benefit-message{
        font-size:12px!important;
    }
    .top-benefit-hide{
        font-size:11px!important;
        gap:3px!important;
    }
    .top-benefit-close{
        width:22px!important;
        height:22px!important;
        font-size:20px!important;
    }
}


/* mobile top benefit full text + no fixed header */
@media(max-width:900px){
    .top-benefit-bar{
        position:relative!important;
        height:auto!important;
        min-height:0!important;
        overflow:visible!important;
    }
    .top-benefit-inner{
        width:100%!important;
        max-width:none!important;
        height:auto!important;
        min-height:46px!important;
        padding:6px 8px!important;
        display:grid!important;
        grid-template-columns:minmax(0,1fr) auto!important;
        align-items:center!important;
        column-gap:6px!important;
        box-sizing:border-box!important;
        overflow:visible!important;
    }
    .top-benefit-message{
        min-width:0!important;
        text-align:left!important;
        font-size:12px!important;
        line-height:1.25!important;
        font-weight:700!important;
        letter-spacing:-.05em!important;
        white-space:normal!important;
        word-break:keep-all!important;
        color:#fff!important;
    }
    .top-benefit-actions{
        position:static!important;
        right:auto!important;
        top:auto!important;
        transform:none!important;
        display:flex!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:5px!important;
        min-width:max-content!important;
        color:#fff!important;
        overflow:visible!important;
    }
    .top-benefit-hide{
        display:flex!important;
        align-items:center!important;
        gap:3px!important;
        font-size:11px!important;
        line-height:1!important;
        letter-spacing:-.06em!important;
        white-space:nowrap!important;
        color:#fff!important;
        margin:0!important;
    }
    .top-benefit-hide input{
        width:12px!important;
        height:12px!important;
        margin:0!important;
        flex:0 0 auto!important;
    }
    .top-benefit-close{
        width:22px!important;
        height:22px!important;
        padding:0!important;
        margin:0!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 auto!important;
        font-size:20px!important;
        line-height:1!important;
        color:#fff!important;
    }

    /* 모바일에서는 헤더 고정 완전 해제 */
    .shop-header,
    .shop-header.top-style-header,
    .shop-header.icon-only-header,
    .shop-header.top-style-header.icon-only-header,
    .shop-header.is-fixed,
    .shop-header.is-scrolled,
    .shop-header.top-style-header.icon-only-header.is-fixed,
    .shop-header.icon-only-header.is-fixed{
        position:relative!important;
        top:auto!important;
        left:auto!important;
        right:auto!important;
        width:100%!important;
        z-index:10!important;
        box-shadow:none!important;
    }
    body{
        padding-top:0!important;
    }
}
@media(max-width:430px){
    .top-benefit-inner{
        grid-template-columns:1fr!important;
        row-gap:4px!important;
        justify-items:stretch!important;
        padding:6px 8px!important;
    }
    .top-benefit-message{
        text-align:center!important;
        font-size:12px!important;
    }
    .top-benefit-actions{
        justify-content:center!important;
    }
    .top-benefit-hide{
        font-size:11px!important;
    }
}


/* mobile top benefit left-right alignment final */
@media(max-width:900px){
    .top-benefit-bar{
        height:auto!important;
        min-height:0!important;
        overflow:visible!important;
    }

    .top-benefit-inner{
        width:100%!important;
        max-width:none!important;
        height:46px!important;
        min-height:46px!important;
        padding:0 8px!important;
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:6px!important;
        box-sizing:border-box!important;
        overflow:hidden!important;
    }

    .top-benefit-message{
        flex:1 1 auto!important;
        min-width:0!important;
        width:auto!important;
        text-align:left!important;
        font-size:11px!important;
        line-height:1.2!important;
        font-weight:700!important;
        letter-spacing:-0.06em!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        color:#fff!important;
    }

    .top-benefit-actions{
        position:static!important;
        right:auto!important;
        top:auto!important;
        transform:none!important;
        flex:0 0 auto!important;
        width:auto!important;
        min-width:auto!important;
        max-width:none!important;
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:5px!important;
        overflow:visible!important;
        color:#fff!important;
    }

    .top-benefit-hide{
        display:flex!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:3px!important;
        margin:0!important;
        font-size:11px!important;
        line-height:1!important;
        letter-spacing:-0.07em!important;
        white-space:nowrap!important;
        color:#fff!important;
    }

    .top-benefit-hide input{
        width:11px!important;
        height:11px!important;
        margin:0!important;
        flex:0 0 auto!important;
    }

    .top-benefit-close{
        width:18px!important;
        height:18px!important;
        padding:0!important;
        margin:0!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 auto!important;
        font-size:18px!important;
        line-height:1!important;
        color:#fff!important;
    }
}

@media(max-width:430px){
    .top-benefit-inner{
        display:flex!important;
        flex-direction:row!important;
        grid-template-columns:none!important;
        height:46px!important;
        min-height:46px!important;
        padding:0 6px!important;
        gap:4px!important;
    }

    .top-benefit-message{
        text-align:left!important;
        font-size:10px!important;
        white-space:nowrap!important;
    }

    .top-benefit-actions{
        justify-content:flex-end!important;
        gap:4px!important;
    }

    .top-benefit-hide{
        font-size:10px!important;
        gap:2px!important;
    }

    .top-benefit-hide input{
        width:10px!important;
        height:10px!important;
    }

    .top-benefit-close{
        width:16px!important;
        height:16px!important;
        font-size:16px!important;
    }
}


/* mobile top benefit strict left-right final */
@media(max-width:900px){
    .top-benefit-bar{
        height:40px!important;
        min-height:40px!important;
        overflow:hidden!important;
    }

    .top-benefit-inner{
        width:100%!important;
        max-width:100%!important;
        height:40px!important;
        min-height:40px!important;
        padding:0 26px 0 8px!important;
        margin:0!important;
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:space-between!important;
        gap:6px!important;
        box-sizing:border-box!important;
        overflow:visible!important;
    }

    .top-benefit-message{
        flex:1 1 auto!important;
        min-width:0!important;
        max-width:calc(100% - 150px)!important;
        width:auto!important;
        margin:0!important;
        padding:0!important;
        text-align:left!important;
        font-size:11px!important;
        line-height:40px!important;
        font-weight:700!important;
        letter-spacing:-0.07em!important;
        white-space:nowrap!important;
        overflow:hidden!important;
        text-overflow:ellipsis!important;
        color:#fff!important;
    }

    .top-benefit-actions{
        position:static!important;
        right:auto!important;
        top:auto!important;
        transform:none!important;
        flex:0 0 auto!important;
        width:144px!important;
        min-width:144px!important;
        max-width:144px!important;
        height:40px!important;
        margin:0!important;
        padding:0!important;
        display:flex!important;
        flex-direction:row!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:5px!important;
        overflow:visible!important;
        color:#fff!important;
    }

    .top-benefit-hide{
        display:flex!important;
        flex:0 0 auto!important;
        align-items:center!important;
        justify-content:flex-end!important;
        gap:3px!important;
        width:auto!important;
        margin:0!important;
        padding:0!important;
        font-size:10px!important;
        line-height:1!important;
        letter-spacing:-0.08em!important;
        white-space:nowrap!important;
        color:#fff!important;
    }

    .top-benefit-hide input{
        width:10px!important;
        height:10px!important;
        margin:0!important;
        padding:0!important;
        flex:0 0 auto!important;
    }

    .top-benefit-close{
        width:16px!important;
        height:16px!important;
        min-width:16px!important;
        padding:0!important;
        margin:0!important;
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        flex:0 0 16px!important;
        font-size:16px!important;
        line-height:16px!important;
        color:#fff!important;
    }
}

@media(max-width:430px){
    .top-benefit-inner{
        height:40px!important;
        min-height:40px!important;
        padding:0 22px 0 6px!important;
        gap:4px!important;
    }

    .top-benefit-message{
        max-width:calc(100% - 132px)!important;
        font-size:10px!important;
        line-height:40px!important;
    }

    .top-benefit-actions{
        width:128px!important;
        min-width:128px!important;
        max-width:128px!important;
        gap:4px!important;
    }

    .top-benefit-hide{
        font-size:9.5px!important;
        gap:2px!important;
    }

    .top-benefit-hide input{
        width:9px!important;
        height:9px!important;
    }

    .top-benefit-close{
        width:14px!important;
        height:14px!important;
        min-width:14px!important;
        flex-basis:14px!important;
        font-size:14px!important;
        line-height:14px!important;
    }
}


/* mobile header and product section gap */
@media(max-width:900px){
    .main-visual.main-sample-visual + .product-section.first-section,
    .shop-main > .product-section.first-section:first-of-type{
        margin-top:24px!important;
    }
}
@media(max-width:430px){
    .main-visual.main-sample-visual + .product-section.first-section,
    .shop-main > .product-section.first-section:first-of-type{
        margin-top:22px!important;
    }
}

/* 로고 넓이 421px 변경 */
@media (min-width:901px){
    .brand-logo img{
        width:421px!important;
        max-width:421px!important;
        height:auto!important;
        object-fit:contain!important;
    }

    .brand-logo.brand-left img{
        width:421px!important;
        max-width:421px!important;
        height:auto!important;
        object-fit:contain!important;
    }

    .header-layout.icon-header-layout{
        grid-template-columns:460px minmax(420px,1fr) 520px!important;
    }

    .header-logo-col{
        min-width:421px!important;
    }

    .shop-header.is-scrolled .brand-logo.brand-left img{
        width:300px!important;
        max-width:300px!important;
        height:auto!important;
    }

    .shop-header.is-scrolled .header-layout.icon-header-layout{
        grid-template-columns:340px minmax(420px,1fr) 520px!important;
    }
}

@media (max-width:1200px) and (min-width:901px){
    .brand-logo img,
    .brand-logo.brand-left img{
        width:320px!important;
        max-width:320px!important;
    }

    .header-layout.icon-header-layout{
        grid-template-columns:340px minmax(320px,1fr) 430px!important;
    }

    .header-logo-col{
        min-width:320px!important;
    }

    .shop-header.is-scrolled .brand-logo.brand-left img{
        width:260px!important;
        max-width:260px!important;
    }
}

