@charset "utf-8";

/* gallery base */
.g5bm-gallery-wrap{width:100%;font-size:16px!important;line-height:1.6!important}
.g5bm-gallery-wrap *{box-sizing:border-box}
.g5bm-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.g5bm-gallery-card{position:relative;border:1px solid #e8ece8;border-radius:18px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.g5bm-gallery-card:hover{transform:translateY(-3px);border-color:#08763b;box-shadow:0 14px 34px rgba(0,0,0,.08)}
.g5bm-gallery-check{position:absolute;top:12px;right:12px;z-index:3;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.g5bm-gallery-check input{width:18px;height:18px;cursor:pointer}
.g5bm-gallery-thumb{position:relative;display:block;aspect-ratio:1/1;background:#f7faf7;overflow:hidden}
.g5bm-gallery-thumb img{width:100%;height:100%;object-fit:contain;display:block;padding:24px;transition:transform .25s ease}
.g5bm-gallery-card:hover .g5bm-gallery-thumb img{transform:scale(1.04)}
.g5bm-gallery-noimg,.shop-product-noimg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#999;font-size:14px;font-weight:700;background:linear-gradient(135deg,#f7f7f7 0%,#ededed 100%)}
.g5bm-gallery-badge{position:absolute;left:14px;top:14px;display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:30px;padding:0 12px;border-radius:999px;background:#6b7280;color:#fff;font-size:12px;font-weight:800}
.g5bm-gallery-body{padding:18px}
.g5bm-gallery-subject{display:flex;align-items:flex-start;gap:6px;min-height:48px;color:#111;font-weight:800;line-height:1.45;text-decoration:none}
.g5bm-gallery-subject span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:keep-all}
.g5bm-gallery-comment{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:12px;font-style:normal;font-weight:700;flex:0 0 auto}
.g5bm-gallery-empty{padding:80px 20px;border:1px solid #ececec;border-radius:20px;background:#fff;text-align:center;color:#777;font-size:15px}
.g5bm-gallery-bottom-area{margin-top:28px}

/* product list */
.shop-product-wrap .g5bm-inner{max-width:1400px;margin:0 auto;padding:0 20px}
.shop-product-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
.shop-product-head .g5bm-board-title{position:relative;font-size:30px!important;font-weight:800!important;color:#111!important}
.shop-product-head .g5bm-board-title:after{content:"";display:block;width:42px;height:3px;margin-top:12px;background:#08763b}
.shop-product-search{width:460px;max-width:100%;margin-top:0!important}
.shop-product-cate{margin-bottom:26px!important}
.shop-product-cate ul{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:0!important;padding:0!important;list-style:none!important}
.shop-product-cate a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 16px!important;border:1px solid #dce6dc!important;border-radius:999px!important;background:#fff!important;color:#334033!important;font-size:14px!important;text-decoration:none!important}
.shop-product-cate a:hover,.shop-product-cate #bo_cate_on{background:#08763b!important;border-color:#08763b!important;color:#fff!important}
.shop-product-admin-check{margin:0 0 14px}.shop-product-admin-check label{display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.shop-product-thumb{background:#fbfdfb;border-bottom:1px solid #edf1ed}
.shop-badge-new{background:#08763b!important}.shop-badge-best{background:#111!important}
.shop-product-category{display:inline-flex;align-items:center;min-height:26px;margin-bottom:10px;padding:0 10px;border-radius:999px;background:#edf7f0;color:#08763b;font-size:12px;font-weight:800}
.shop-product-name{font-size:18px!important;min-height:52px!important}
.shop-product-spec{display:flex;flex-wrap:wrap;gap:4px 8px;min-height:24px;margin-top:8px;color:#777;font-size:13px}
.shop-product-spec span:not(:last-child):after{content:"·";margin-left:8px;color:#c5c5c5}
.shop-product-price{margin-top:14px;min-height:34px}.shop-product-price del{display:block;margin-bottom:2px;color:#999;font-size:13px}.shop-product-price strong{display:block;color:#111;font-size:21px;font-weight:900}.shop-product-price .shop-product-inquiry{color:#08763b}
.shop-product-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding-top:14px;border-top:1px solid #f0f0f0}.shop-product-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 16px;border-radius:999px;background:#08763b;color:#fff!important;font-size:14px;font-weight:800;text-decoration:none}.shop-product-status{color:#666;font-size:13px;font-weight:700}

/* write */
.shop-write-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.shop-write-grid label{display:block}.shop-write-grid label>span{display:block;margin-bottom:7px;color:#333;font-size:14px;font-weight:800}.shop-product-write .g5bm-textarea{min-height:300px}

/* view */
.shop-product-view{max-width:1400px;margin:0 auto;padding:0 20px}.shop-product-detail{display:grid;grid-template-columns:minmax(0,560px) minmax(0,1fr);gap:50px;margin:40px 0 60px}.shop-product-photo{display:flex;align-items:center;justify-content:center;min-height:560px;border:1px solid #e8ece8;border-radius:22px;background:#fbfdfb;overflow:hidden}.shop-product-photo img{display:block;max-width:100%;max-height:560px;object-fit:contain;padding:34px}.shop-product-summary{padding-top:8px}.shop-product-summary-top{display:flex;gap:8px;align-items:center;margin-bottom:14px}.shop-product-summary .bo_v_cate,.shop-detail-badge{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 13px;border-radius:999px;background:#edf7f0;color:#08763b;font-size:13px;font-weight:800}.shop-detail-badge{background:#111;color:#fff}.shop-product-summary .bo_v_tit{margin:0 0 22px!important;font-size:36px!important;line-height:1.3!important;font-weight:900!important;color:#111!important;word-break:keep-all}.shop-detail-price{padding:22px 0;border-top:2px solid #111;border-bottom:1px solid #e8e8e8}.shop-detail-price del{display:block;margin-bottom:4px;color:#999;font-size:17px}.shop-detail-price strong{color:#111;font-size:34px;font-weight:900}.shop-detail-info{margin:24px 0 0}.shop-detail-info div{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:13px 0;border-bottom:1px solid #f0f0f0}.shop-detail-info dt{color:#666;font-weight:800}.shop-detail-info dd{margin:0;color:#222}.shop-detail-actions{display:flex;gap:10px;margin-top:30px}.shop-detail-btn{display:inline-flex;align-items:center;justify-content:center;min-width:150px;height:52px;padding:0 22px;border:1px solid #08763b;border-radius:10px;background:#fff;color:#08763b!important;font-weight:900;text-decoration:none}.shop-detail-btn.primary{background:#08763b;color:#fff!important}.shop-detail-admin{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.shop-detail-content{margin-top:30px}.shop-detail-content h3{margin:0 0 18px;padding-bottom:14px;border-bottom:2px solid #111;font-size:24px;color:#111;font-weight:900}.shop-product-view #bo_v_con{padding:30px!important;border:1px solid #e8e8e8!important;border-radius:18px!important;background:#fff!important}.shop-product-view #bo_v_con img{max-width:100%;height:auto}.g5bm-comment-toggle-wrap{max-width:1400px;margin:20px auto 0;padding:0 20px}.g5bm-comment-toggle{width:100%;height:54px;border:1px solid #e8e8e8;border-radius:14px;background:#fff;color:#111;font-weight:800;cursor:pointer}

@media (max-width:1200px){.g5bm-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-product-detail{grid-template-columns:1fr 1fr;gap:34px}.shop-product-photo{min-height:440px}.shop-product-photo img{max-height:440px}}
@media (max-width:991px){.g5bm-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.shop-product-head{display:block}.shop-product-search{width:100%;margin-top:18px!important}.shop-product-detail{grid-template-columns:1fr;gap:28px}.shop-product-photo{min-height:360px}.shop-product-summary .bo_v_tit{font-size:30px!important}}
@media (max-width:767px){.shop-product-wrap .g5bm-inner,.shop-product-view{padding:0 15px}.g5bm-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.g5bm-gallery-card{border-radius:14px}.g5bm-gallery-thumb img{padding:16px}.g5bm-gallery-body{padding:14px}.shop-product-name{font-size:15px!important;min-height:44px!important}.shop-product-category{font-size:11px}.shop-product-spec{font-size:12px}.shop-product-price strong{font-size:17px}.shop-product-actions{display:block}.shop-product-btn{width:100%;height:36px}.shop-product-status{display:block;margin-top:8px;text-align:center}.shop-write-grid{grid-template-columns:1fr}.shop-product-detail{margin:24px 0 42px}.shop-product-photo{min-height:300px;border-radius:16px}.shop-product-photo img{max-height:300px;padding:22px}.shop-product-summary .bo_v_tit{font-size:25px!important}.shop-detail-price strong{font-size:28px}.shop-detail-info div{grid-template-columns:90px 1fr;gap:12px}.shop-detail-actions{flex-direction:column}.shop-detail-btn{width:100%}.shop-detail-content h3{font-size:21px}.shop-product-view #bo_v_con{padding:20px!important}.g5bm-gallery-bottom-area{flex-direction:row!important;align-items:center!important}.g5bm-gallery-bottom-area .g5bm-btn{width:auto!important}}
@media (max-width:420px){.g5bm-gallery-grid{grid-template-columns:1fr}}


/* order modal */
.shop-buy-box{
    margin-top:28px;
    padding:20px;
    border:1px solid #e8ece8;
    border-radius:16px;
    background:#fbfdfb;
}
.shop-buy-row,
.shop-buy-total{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
}
.shop-buy-row span,
.shop-buy-total span{
    color:#333;
    font-weight:800;
}
.shop-qty-control{
    display:inline-flex;
    align-items:center;
    height:42px;
    border:1px solid #dce6dc;
    border-radius:10px;
    background:#fff;
    overflow:hidden;
}
.shop-qty-btn{
    width:42px;
    height:42px;
    border:0;
    background:#fff;
    color:#111;
    font-size:18px;
    font-weight:900;
    cursor:pointer;
}
.shop-qty-btn:hover{
    background:#edf7f0;
    color:#08763b;
}
#shopOrderQty{
    width:58px;
    height:42px;
    border:0;
    border-left:1px solid #edf1ed;
    border-right:1px solid #edf1ed;
    text-align:center;
    color:#111;
    font-weight:900;
    background:#fff;
}
.shop-buy-total{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid #edf1ed;
}
.shop-buy-total strong{
    color:#08763b;
    font-size:24px;
    font-weight:900;
}
.shop-detail-actions button.shop-detail-btn{
    cursor:pointer;
}
.shop-order-modal{
    display:none;
    position:fixed;
    inset:0;
    z-index:99999;
}
.shop-order-modal.open{
    display:block;
}
.shop-order-dim{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}
.shop-order-box{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:620px;
    max-width:calc(100% - 30px);
    max-height:calc(100vh - 40px);
    overflow-y:auto;
    border-radius:20px;
    background:#fff;
    box-shadow:0 24px 70px rgba(0,0,0,.24);
}
.shop-order-head{
    position:sticky;
    top:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:22px 26px;
    border-bottom:1px solid #e8e8e8;
    background:#fff;
}
.shop-order-head h3{
    margin:0;
    color:#111;
    font-size:24px;
    font-weight:900;
}
.shop-order-close{
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:#f3f5f3;
    color:#111;
    font-size:26px;
    line-height:1;
    cursor:pointer;
}
.shop-order-product{
    margin:24px 26px 0;
    padding:18px;
    border:1px solid #e8ece8;
    border-radius:14px;
    background:#fbfdfb;
}
.shop-order-product strong{
    display:block;
    margin-bottom:8px;
    color:#111;
    font-size:18px;
    font-weight:900;
}
.shop-order-product span{
    display:block;
    color:#666;
    font-size:14px;
}
.shop-order-product div{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
    margin-top:12px;
}
.shop-order-product em{
    font-style:normal;
    color:#333;
    font-weight:800;
}
.shop-order-product b{
    color:#08763b;
}
.shop-order-form{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px;
    padding:22px 26px 0;
}
.shop-order-form label{
    display:block;
}
.shop-order-form label.full{
    grid-column:1 / -1;
}
.shop-order-form span{
    display:block;
    margin-bottom:7px;
    color:#333;
    font-size:14px;
    font-weight:800;
}
.shop-order-form b{
    color:#e53935;
}
.shop-order-form .g5bm-textarea{
    min-height:120px;
}
.shop-order-submit{
    padding:22px 26px 26px;
}
.shop-order-submit .shop-detail-btn{
    width:100%;
}
body.shop-modal-open{
    overflow:hidden;
}

@media (max-width:767px){
    .shop-buy-row,
    .shop-buy-total{
        align-items:flex-start;
        flex-direction:column;
    }
    .shop-qty-control{
        width:100%;
    }
    #shopOrderQty{
        flex:1;
        width:auto;
    }
    .shop-order-box{
        top:auto;
        bottom:0;
        transform:translateX(-50%);
        max-width:100%;
        width:100%;
        max-height:92vh;
        border-radius:20px 20px 0 0;
    }
    .shop-order-form{
        grid-template-columns:1fr;
        padding-left:18px;
        padding-right:18px;
    }
    .shop-order-head,
    .shop-order-product,
    .shop-order-submit{
        margin-left:0;
        margin-right:0;
        padding-left:18px;
        padding-right:18px;
    }
}
