/* 상품페이지 전용 UI. 공통 헤더/카테고리/주문 화면에는 적용하지 않습니다. */
#sit.oerep-product {
    --opu-ink:#222c27;
    --opu-muted:#657169;
    --opu-line:#e0e6e1;
    --opu-soft:#f6f8f6;
    --opu-green:#264b39;
    --opu-hover:#edf3ee;
    margin:0 auto 40px;
    color:var(--opu-ink);
}
body:has(#sit.oerep-product) #sct_location {
    max-width:1280px;
    margin:0 auto;
    padding:16px 32px;
    min-height:0;
}
body:has(#sit.oerep-product) :is(#hd,#wrapper) {min-width:0}
#sit.oerep-product #sit_ov_wrap {
    align-items:start;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    max-width:1280px;
    padding:32px 32px 16px;
    gap:48px;
}
#sit.oerep-product #sit_pvi_big,
#sit.oerep-product-mobile #sit_pvi {border-color:var(--opu-line);border-radius:10px;background:var(--opu-soft)}
#sit.oerep-product #sit_pvi_big .popup_item_image {cursor:zoom-in}
#sit.oerep-product #sit_pvi_big img {border-radius:9px}
#sit.oerep-product #sit_pvi_thumb {gap:9px;margin-top:12px}
#sit.oerep-product #sit_pvi_thumb a {width:58px;height:58px;border-radius:5px;border-color:var(--opu-line);transition:border-color 180ms ease,box-shadow 180ms ease}
#sit.oerep-product #sit_pvi_thumb a.is-active {border-color:var(--opu-green);outline:none;box-shadow:0 0 0 1px var(--opu-green)}
#sit.oerep-product .oerep-product-photo-note {display:flex;align-items:flex-start;gap:10px;box-sizing:border-box;margin:12px 0 0;padding:12px 14px;border:1px solid var(--opu-line);border-radius:6px;background:var(--opu-soft);text-align:left;word-break:keep-all;overflow-wrap:anywhere}
#sit.oerep-product .oerep-product-photo-note>.fa {flex:0 0 18px;margin-top:3px;color:var(--opu-green);font-size:16px;line-height:20px;text-align:center}
#sit.oerep-product .oerep-product-photo-note>div {min-width:0}
#sit.oerep-product .oerep-product-photo-note strong {display:block;color:var(--opu-ink);font-size:14px;font-weight:600;line-height:1.6;letter-spacing:-.025em;word-break:keep-all}
#sit.oerep-product .oerep-product-photo-note p {margin:3px 0 0;padding:0;color:var(--opu-muted);font-size:13px;font-weight:400;line-height:1.65;letter-spacing:-.015em;word-break:keep-all}
#sit.oerep-product .oerep-product-heading {margin:0 0 18px;padding:0}
#sit.oerep-product .oerep-product-eyebrow {margin:0 0 9px;padding:0;color:var(--opu-muted);font-size:13px;line-height:1.5;letter-spacing:.02em}
#sit.oerep-product .oerep-product-tags {display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 16px}
#sit.oerep-product .oerep-product-tag {display:inline-flex;align-items:center;box-sizing:border-box;min-height:36px;padding:7px 12px;border:1px solid #dcdfe2;border-radius:3px;font-size:14px;font-weight:600;line-height:20px;text-decoration:none;transition:background-color 180ms ease,border-color 180ms ease}
#sit.oerep-product .oerep-product-tag--factory {gap:10px;min-height:36px;padding:7px 12px;background:#4b5157;border-color:#4b5157;color:#fff}
#sit.oerep-product .oerep-product-tag--factory strong {font-size:15px;line-height:20px;font-weight:700;letter-spacing:.015em}
#sit.oerep-product .oerep-product-tag-label {padding-right:10px;border-right:1px solid #7b8289;color:#e8ebed;font-size:11px;font-weight:400;line-height:16px}
#sit.oerep-product .oerep-product-tag--domestic {border-color:#c9ded4;background:#eef6f1;color:#276348}
#sit.oerep-product .oerep-product-tag--overseas {border-color:#cbd9e9;background:#eff4fb;color:#365f8b}
#sit.oerep-product #sit_title {display:block;margin:0;padding:0;color:var(--opu-ink);font-size:29px;line-height:1.38;font-weight:600;letter-spacing:-.045em;word-break:keep-all;overflow-wrap:anywhere}
#sit.oerep-product .oerep-product-subtitle {margin:8px 0 0;color:#414e45;font-size:16px;line-height:1.65;word-break:keep-all;overflow-wrap:anywhere}
#sit.oerep-product .oerep-product-meta {display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 16px;margin-top:8px}
#sit.oerep-product .oerep-product-meta:empty {display:none}
#sit.oerep-product .oerep-product-serial {margin:0;color:var(--opu-muted);font-size:12px;line-height:1.8}
#sit.oerep-product .oerep-product-serial span {margin-left:5px;color:var(--opu-ink);font-weight:500}
#sit.oerep-product .oerep-product-meta .oerep-product-fullname {margin:0}
#sit.oerep-product .oerep-product-meta .oerep-product-fullname[open] {flex-basis:100%}
#sit.oerep-product .oerep-product-fullname {margin-top:8px;color:var(--opu-muted);font-size:12px;line-height:1.7}
#sit.oerep-product .oerep-product-fullname summary {display:list-item;width:fit-content;max-width:100%;cursor:pointer;padding:3px 0;text-underline-offset:3px}
#sit.oerep-product .oerep-product-fullname p {margin:8px 0 0;padding:12px 14px;border-left:2px solid #ccd8cf;background:var(--opu-soft);overflow-wrap:anywhere}
#sit.oerep-product #sit_desc {margin:10px 0 16px;font-size:14px;line-height:1.7;color:var(--opu-muted)}
#sit.oerep-product .sit_info_price {margin:0 0 22px;padding:0;border:0}
#sit.oerep-product .sit_info_price .sit_ov_tbl {margin:0;border:0}
#sit.oerep-product .sit_info_price .sit_ov_tbl th {position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
#sit.oerep-product .sit_info_price .sit_ov_tbl td {padding:0;line-height:1.4;color:var(--opu-ink)}
#sit.oerep-product .sit_info_price strong {display:block;font-size:30px;line-height:1.35;font-weight:650;letter-spacing:-.045em;font-variant-numeric:tabular-nums}
#sit.oerep-product .sit_info_price tr:not(:last-child) td {padding-bottom:5px;color:var(--opu-muted);font-size:14px;text-decoration:line-through}
#sit.oerep-product .oerep-product-specs {margin:0 0 28px;padding:0;border:1px solid var(--opu-line);border-radius:6px;overflow:hidden;background:#fff;box-shadow:none}
#sit.oerep-product .oerep-product-specs:not(:has(tr)) {display:none}
#sit.oerep-product .oerep-product-specs table {width:100%;margin:0;table-layout:fixed;border-collapse:collapse;border:0;font-size:14px;line-height:1.65}
#sit.oerep-product .oerep-product-specs tr+tr {border-top:1px solid #edf0ed}
#sit.oerep-product .oerep-product-specs th {width:100px;padding:12px 15px;color:var(--opu-muted);background:#f8faf8;font-weight:400;vertical-align:top;text-align:left;border:0}
#sit.oerep-product .oerep-product-specs td {padding:12px 18px;color:var(--opu-ink);font-weight:400;text-align:left;border:0;overflow-wrap:anywhere}
#sit.oerep-product .oerep-product-spec-detail {display:block;margin-top:3px;font-size:12px;line-height:1.6;color:var(--opu-muted)}
#sit.oerep-product .sit_option {padding:0 0 18px;border:0}
#sit.oerep-product .sit_option select {border:1px solid var(--opu-line);background:var(--opu-soft);border-radius:5px;color:var(--opu-ink)}
#sit.oerep-product #sit_sel_option {margin:0;border:0}
#sit.oerep-product #sit_opt_added {margin:0;padding:0;border:0;background:transparent}
#sit.oerep-product #sit_opt_added .sit_opt_list,
#sit.oerep-product #sit_opt_added .sit_spl_list {display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:8px 0 0;padding:14px 16px;border:1px solid var(--opu-line);border-radius:6px;background:var(--opu-soft);box-sizing:border-box}
#sit.oerep-product #sit_opt_added li:first-child {margin-top:0}
#sit.oerep-product #sit_opt_added .sit_opt_subj {font-size:14px;font-weight:500;color:var(--opu-ink);line-height:1.6}
#sit.oerep-product #sit_opt_added .opt_count {flex-wrap:nowrap;justify-content:flex-end;width:auto;max-width:100%;min-width:0}
#sit.oerep-product #sit_opt_added .opt_count button,
#sit.oerep-product #sit_opt_added .opt_count .num_input {box-sizing:border-box;flex:0 0 42px;float:none;width:42px;min-width:0;height:42px;line-height:40px;margin:0;padding:0;border:1px solid #d4ddd6;background:#fff;color:var(--opu-ink);font-size:15px;text-align:center;vertical-align:middle;border-radius:0;transition:background-color 180ms ease,border-color 180ms ease,color 180ms ease}
#sit.oerep-product #sit_opt_added .opt_count .num_input {border-left:0;border-right:0;font-size:16px;font-variant-numeric:tabular-nums}
#sit.oerep-product #sit_opt_added .sit_qty_minus {border-radius:4px 0 0 4px}
#sit.oerep-product #sit_opt_added .sit_qty_plus {border-radius:0 4px 4px 0}
#sit.oerep-product #sit_opt_added .opt_count .sit_opt_del {margin-left:6px;border-radius:4px}
#sit.oerep-product #sit_opt_added .sit_opt_prc {padding-left:10px;margin-left:0;font-size:12px;line-height:1.5;white-space:nowrap;color:var(--opu-muted)}
#sit.oerep-product #sit_tot_price {padding:16px 0 12px;margin:0;border:0;text-align:right;line-height:32px;font-size:15px;font-weight:500;color:var(--opu-ink);font-variant-numeric:tabular-nums}
#sit.oerep-product #sit_tot_price>span {float:left;padding:0;font-size:13px;line-height:34px;font-weight:400;color:var(--opu-muted)}
#sit.oerep-product #sit_tot_price strong {font-size:24px;line-height:32px;font-weight:650;letter-spacing:-.035em;color:var(--opu-ink)}
#sit.oerep-product #sit_ov_btn {gap:8px;padding:0;margin:0}
#sit.oerep-product #sit_ov_btn button,
#sit.oerep-product #sit_ov_btn input[type=submit],
#sit.oerep-product #sit_ov_btn>a {box-sizing:border-box;min-height:50px;height:50px;line-height:48px;margin:0;padding:0 12px;border:1px solid var(--opu-line);border-radius:5px;background:#fff;color:var(--opu-ink);font-size:15px;font-weight:600;box-shadow:none;text-align:center;transition:background-color 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease}
#sit.oerep-product #sit_ov_btn #sit_btn_buy {flex:1.12;background:var(--opu-green);border-color:var(--opu-green);color:#fff}
#sit.oerep-product #sit_ov_btn #sit_btn_cart {flex:1;background:#fff;border-color:#cdd8d0;color:var(--opu-ink)}
#sit.oerep-product #sit_ov_btn #sit_btn_wish {flex:0 0 50px;width:50px;padding:0;color:var(--opu-green);font-size:19px}
#sit.oerep-product .oerep-inspection-item {margin:14px 0 0;padding:0}
#sit.oerep-product .oerep-inspection-item .oerep-inspection-button {display:flex;align-items:center;justify-content:flex-start;gap:10px;min-height:54px;width:100%;padding:13px 16px;border:1px solid var(--opu-line);border-radius:5px;background:#fff;color:var(--opu-muted);font-size:13px;font-weight:400;line-height:1.65;text-align:left;text-decoration:none;box-sizing:border-box;transition:background-color 180ms ease,border-color 180ms ease,color 180ms ease}
#sit.oerep-product .oerep-inspection-button>span:first-of-type {flex:1;min-width:0;color:var(--opu-ink);word-break:keep-all;overflow-wrap:anywhere;font-weight:500}
#sit.oerep-product .oerep-inspection-count {flex:0 0 auto;min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--opu-muted);font-size:12px;font-weight:400;white-space:nowrap}
#sit.oerep-product .oerep-inspection-button .fa-camera {color:var(--opu-muted)}
#sit.oerep-product .oerep-inspection-button .fa-angle-right {transition:transform 180ms ease}
#sit.oerep-product .oerep-product-write-links {padding-top:12px;font-size:12px}
#sit.oerep-product .sit_sns_wr {min-height:0;max-width:1280px;padding:8px 32px 20px;margin:0 auto}
#sit.oerep-product .sanchor {max-width:1216px;margin:0 auto;padding:0;border-top:0;border-bottom:1px solid var(--opu-line);background:#fff;gap:24px}
#sit.oerep-product .sanchor li {margin:0;background:transparent;border:0}
#sit.oerep-product .sanchor a {display:block;height:52px;margin:0;padding:0 4px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--opu-muted);font-size:14px;font-weight:500;line-height:50px}
#sit.oerep-product .sanchor a.sanchor_on {border-color:var(--opu-green);background:transparent;color:var(--opu-green)}
#sit.oerep-product .sanchor a.sanchor_on::before {display:none}
#sit.oerep-product .sanchor a.sanchor_on :is(.item_qa_count,.item_use_count) {background:var(--opu-green);color:#fff}
#sit.oerep-product .sit_con_wr {max-width:1280px;margin:0 auto;padding:28px 32px}
#sit.oerep-product #sit_inf {border-top:0}
#sit.oerep-product #sit_pvi a:focus-visible,
#sit.oerep-product #sit_ov a:focus-visible,
#sit.oerep-product #sit_ov button:focus-visible,
#sit.oerep-product #sit_ov input:focus-visible,
#sit.oerep-product #sit_buy :is(button,input,a):focus-visible,
#sit.oerep-product summary:focus-visible {outline:2px solid #387151;outline-offset:3px}
@media (hover:hover) and (pointer:fine) {
    #sit.oerep-product a.oerep-product-tag--factory:hover {background:#343a40;border-color:#343a40;color:#fff}
    #sit.oerep-product #sit_pvi_thumb a:hover {border-color:var(--opu-green)}
    #sit.oerep-product #sit_opt_added .opt_count button:hover {background:var(--opu-hover);color:var(--opu-green)}
    #sit.oerep-product #sit_ov_btn #sit_btn_buy:hover {background:#376349;border-color:#376349}
    #sit.oerep-product #sit_ov_btn #sit_btn_cart:hover,
    #sit.oerep-product #sit_ov_btn #sit_btn_wish:hover {background:var(--opu-hover);border-color:var(--opu-green);color:var(--opu-green)}
    #sit.oerep-product .oerep-inspection-button:hover {background:var(--opu-hover);border-color:#b2c5b8;color:var(--opu-green)}
    #sit.oerep-product .oerep-inspection-button:hover .fa-angle-right {transform:translateX(2px)}
    #sit.oerep-product .oerep-product-fullname summary:hover {color:var(--opu-green);text-decoration:underline}
}
#sit.oerep-product #sit_ov_btn :is(button,input[type=submit]):active {transform:translateY(1px)}
@media (max-width:1100px) {
    #sit.oerep-product #sit_ov_wrap {gap:32px;padding:28px 24px 16px}
    #sit.oerep-product #sit_title {font-size:26px}
    #sit.oerep-product .sanchor {margin:0 24px}
    #sit.oerep-product #sit_opt_added .sit_opt_list:not(.oerep-product-base),
    #sit.oerep-product #sit_opt_added .sit_spl_list {grid-template-columns:minmax(0,1fr)}
}
@media (max-width:760px) {
    body:has(#sit.oerep-product) #sct_location {padding:12px 16px}
    #sit.oerep-product #sit_ov_wrap {grid-template-columns:minmax(0,1fr);gap:24px;padding:20px 16px}
    #sit.oerep-product #sit_title {font-size:24px}
    #sit.oerep-product .oerep-product-subtitle {font-size:15px}
    #sit.oerep-product .oerep-product-specs th {width:88px;padding:12px}
    #sit.oerep-product .oerep-product-specs td {padding:12px 14px}
    #sit.oerep-product #sit_opt_added :is(.sit_opt_list,.sit_spl_list) {padding:12px}
    #sit.oerep-product .sit_sns_wr {padding:0 16px 20px}
    #sit.oerep-product .sanchor {gap:16px;margin:0 16px}
    #sit.oerep-product .sit_con_wr {padding:22px 16px}
}
/* 기존 모바일 슬라이더와 하단 구매 패널의 동작을 유지합니다. */
body:has(#sit.oerep-product-mobile) {min-width:0}
#sit.oerep-product-mobile #sit_ov_wrap {display:block;max-width:760px;padding:16px;margin:0 auto}
#sit.oerep-product-mobile #sit_pvi:has(+.oerep-product-photo-note) {margin-bottom:0}
#sit.oerep-product-mobile #sit_ov_wrap>.oerep-product-photo-note {max-width:580px;margin:12px auto 24px}
#sit.oerep-product-mobile .sit_price {margin:0 0 22px;padding:0}
#sit.oerep-product-mobile .sit_price .price_wr {margin:0}
#sit.oerep-product-mobile .sit_price strong {position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
#sit.oerep-product-mobile .sit_price .price span {font-size:29px;line-height:1.4;letter-spacing:-.045em;color:var(--opu-ink);font-weight:650}
#sit.oerep-product-mobile .sit_price .price_og {margin-bottom:4px;font-size:14px}
#sit.oerep-product-mobile .oerep-product-specs col.grid_2 {width:88px}
#sit.oerep-product-mobile #sit_star_sns {height:50px;padding:12px 0;border:0}
#sit.oerep-product-mobile #sit_star_sns #sit_btn_wish {right:0;width:44px;height:44px;line-height:42px;border:1px solid var(--opu-line);border-radius:5px;color:var(--opu-green)}
#sit.oerep-product-mobile #sit_buy_op {padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:#ffffffed;border-top:1px solid var(--opu-line)}
#sit.oerep-product-mobile #buy_op_btn {min-height:48px;padding:12px;border-radius:5px;background:var(--opu-green);font-size:15px;line-height:24px}
#sit.oerep-product-mobile #sit_buy .buy_wr {max-height:72vh;padding:18px 16px calc(16px + env(safe-area-inset-bottom));border:1px solid var(--opu-line);border-radius:10px 10px 0 0;box-shadow:0 -6px 24px rgba(20,40,28,.08)}
#sit.oerep-product-mobile #sit_buy .btn_close {width:64px;height:44px;margin:0 0 6px;padding:0;border:1px solid var(--opu-line);border-radius:22px;background:#fff;color:var(--opu-ink);font-size:12px;line-height:42px;text-indent:0}
#sit.oerep-product-mobile #sit_buy #sit_opt_added .oerep-product-base {grid-template-columns:minmax(0,1fr) auto}
#sit.oerep-product-mobile #sit_buy .sit_option_wr {padding:0 0 16px;margin:0}
#sit.oerep-product-mobile #sit_buy .sit_option_wr select {height:44px;border-color:var(--opu-line);border-radius:4px}
#sit.oerep-product-mobile #sit_buy #sit_ov_btn {display:flex;gap:8px}
#sit.oerep-product-mobile #sit_buy #sit_ov_btn input {line-height:48px}
#sit.oerep-product-mobile #sit_tab {max-width:960px;margin:12px auto 0}
#sit.oerep-product-mobile #sit_tab .tab_tit {gap:0;margin:0 16px;border-top:0;border-bottom:1px solid var(--opu-line);background:#fff}
#sit.oerep-product-mobile #sit_tab .tab_tit button {border:0;border-bottom:2px solid transparent;color:var(--opu-muted);background:#fff;font-size:14px;font-weight:500}
#sit.oerep-product-mobile #sit_tab .tab_tit button.selected {color:var(--opu-green);border-bottom-color:var(--opu-green);background:#fff}
#sit.oerep-product-mobile #sit_tab .tab_con {padding:24px 16px}
@media (prefers-reduced-motion:reduce) {
    #sit.oerep-product #sit_ov_wrap *,#sit.oerep-product #sit_buy * {transition:none!important;animation:none!important;scroll-behavior:auto!important}
    #sit.oerep-product #sit_ov_btn :is(button,input[type=submit]):active,
    #sit.oerep-product .oerep-inspection-button:hover .fa-angle-right {transform:none}
}

/* 사양·상세 안내·구매 동선을 연결하는 보조 요소 */
#sit.oerep-product .oerep-product-shortcuts {display:flex;align-items:center;flex-wrap:wrap;gap:0 18px;margin:12px 0 0;padding:0}
#sit.oerep-product .oerep-product-shortcuts a {display:inline-flex;align-items:center;min-height:36px;color:var(--opu-muted);font-size:12px;line-height:1.5;text-decoration:underline;text-decoration-color:#c6cfc8;text-underline-offset:4px}
#sit.oerep-product :is(#opu-detail-photo,#oerep-access-terms-title) {scroll-margin-top:24px}
.oerep-product-return[hidden],#opu-purchase-backdrop[hidden] {display:none!important}
.oerep-product-return {position:fixed;z-index:980;bottom:0;left:0;right:0;border-top:1px solid #e0e6e1;background:#fff;box-shadow:0 -3px 18px rgba(25,45,32,.06)}
.oerep-product-return-inner {display:flex;align-items:center;gap:24px;max-width:1280px;margin:0 auto;padding:12px 32px calc(12px + env(safe-area-inset-bottom));box-sizing:border-box}
.oerep-product-return-name {flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;color:#222c27}
.oerep-product-return-amount {font-size:20px;white-space:nowrap;color:#222c27;font-variant-numeric:tabular-nums}
.oerep-product-return button {flex:none;min-height:44px;padding:0 24px;border:1px solid #264b39;border-radius:5px;background:#264b39;color:#fff;font-size:14px;font-weight:600;cursor:pointer}
.oerep-product-return button:focus-visible {outline:2px solid #387151;outline-offset:3px}
body.opu-has-purchase-return #ft {padding-bottom:88px}
body.opu-has-purchase-return #top_btn {bottom:88px}
@media (hover:hover) and (pointer:fine) {
    #sit.oerep-product .oerep-product-shortcuts a:hover {color:var(--opu-green);text-decoration-color:var(--opu-green)}
    .oerep-product-return button:hover {background:#376349;border-color:#376349}
}
@media (max-width:900px) {
    body:has(#sit.oerep-product) #gnb.om-grouped .om-main-inner {display:none}
    body:has(#sit.oerep-product) #gnb.om-grouped {min-height:0;height:auto;border:0;padding:0}
    body:has(#sit.oerep-product) #hd .tnb_con {max-width:100vw}
}
@media (max-width:600px) {
    body:has(#sit.oerep-product) .oerep-header-utility .om-utility {display:none}
    body:has(#sit.oerep-product) .oerep-header-utility {justify-content:flex-end}
    .oerep-product-return-inner {gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom))}
    .oerep-product-return-name {display:none}
    .oerep-product-return-amount {flex:1;font-size:18px}
    .oerep-product-return button {padding:0 16px}
}

/* 배경에서 분리된 모바일 구매창. 그림자는 창에만 적용합니다. */
#sit.oerep-product-mobile #opu-purchase-backdrop {position:fixed;inset:0;z-index:10000;background:rgba(15,25,20,.42)}
#sit.oerep-product-mobile #sit_buy.oerep-purchase-dialog {z-index:10001;max-height:90vh;max-height:90dvh;background:#fff;border:1px solid var(--opu-line);border-bottom:0;border-radius:12px 12px 0 0;overflow:hidden;box-shadow:0 -8px 30px rgba(0,0,0,.12);text-align:left}
#sit.oerep-product-mobile .oerep-purchase-heading {display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px;border-bottom:1px solid #edf0ed;background:#fff}
#sit.oerep-product-mobile #sit_buy #opu-purchase-title {position:static;width:auto;height:auto;margin:0;padding:0;font-size:16px;font-weight:600;line-height:1.5;text-indent:0;overflow:visible;color:var(--opu-ink)}
#sit.oerep-product-mobile #sit_buy.oerep-purchase-dialog .btn_close {flex:0 0 48px;width:48px;height:44px;margin:0;padding:0;border:0;border-radius:4px;background:#fff;color:var(--opu-muted);font-size:13px;line-height:44px;text-indent:0}
#sit.oerep-product-mobile #sit_buy.oerep-purchase-dialog .buy_wr {max-height:calc(90vh - 61px);max-height:calc(90dvh - 61px);padding:16px 16px calc(16px + env(safe-area-inset-bottom));border:0;border-radius:0;background:#fff;box-shadow:none;overflow-y:auto;overscroll-behavior:contain}
#sit.oerep-product-mobile #sit_buy.oerep-purchase-dialog.is-open {animation:opu-purchase-in 180ms ease-out}
@keyframes opu-purchase-in {from {transform:translateY(24px);opacity:.6}to {transform:translateY(0);opacity:1}}
@media (prefers-reduced-motion:reduce) {
    #sit.oerep-product-mobile #sit_buy.oerep-purchase-dialog.is-open {animation:none}
}

/* 이미지 배너 대신 실제 텍스트로 제공하는 품질 검수 안내. */
#sit.oerep-product #sit_inf_explan .oerep-quality-guide {width:100%;max-width:960px!important;margin:0 auto 40px!important;border:1px solid #dce4de;border-radius:10px;background:#fff;color:#253c30;overflow:hidden;text-align:left!important;box-shadow:none}
#sit.oerep-product #sit_inf_explan .oerep-quality-guide * {box-sizing:border-box;text-align:inherit!important;word-break:keep-all;overflow-wrap:break-word}
#sit.oerep-product #sit_inf_explan .oqg-header {margin:0!important;padding:32px 36px;background:#f4f7f4;border-bottom:1px solid #e2e8e3}
#sit.oerep-product #sit_inf_explan .oqg-eyebrow {display:flex;align-items:center;gap:12px;margin:0 0 22px!important;padding:0;color:#294a38;font-size:13px;font-weight:700;line-height:1.5;letter-spacing:.12em}
#sit.oerep-product #sit_inf_explan .oqg-eyebrow span {padding-left:12px;border-left:1px solid #cbd5cd;color:#65746b;font-size:10px;font-weight:500;letter-spacing:.1em}
#sit.oerep-product #sit_inf_explan .oqg-intro {display:grid;grid-template-columns:minmax(0,1fr) minmax(0,300px);align-items:center;gap:40px;margin:0!important;padding:0}
#sit.oerep-product #sit_inf_explan .oqg-intro h3 {display:block;position:static;width:auto;height:auto;margin:0!important;padding:0;border:0;background:none;color:#253c30;font-size:36px;font-weight:600;line-height:1.32;letter-spacing:-.05em;text-indent:0;overflow:visible}
#sit.oerep-product #sit_inf_explan .oqg-copy {min-width:0;margin:0!important;padding:0}
#sit.oerep-product #sit_inf_explan .oqg-copy .oqg-definition {margin:22px 0 0!important;padding:0;color:#42594b;font-size:16px;line-height:1.85;letter-spacing:-.025em}
#sit.oerep-product #sit_inf_explan .oqg-copy .oqg-limits {margin:18px 0 0!important;padding:16px 0 0;border-top:1px solid #dce4de;color:#657269;font-size:13px;line-height:1.85;letter-spacing:-.015em}
#sit.oerep-product #sit_inf_explan .oqg-evidence {width:100%;max-width:300px!important;margin:0!important;padding:0;background:none}
#sit.oerep-product #sit_inf_explan .oqg-evidence img {display:block;width:100%!important;height:auto!important;aspect-ratio:1;object-fit:contain;margin:0!important;border:1px solid #dce4de;border-radius:6px;background:#fff}
#sit.oerep-product #sit_inf_explan .oqg-evidence figcaption {margin:10px 0 0;padding:0;font-size:12px;line-height:1.7;letter-spacing:-.02em}
#sit.oerep-product #sit_inf_explan .oqg-evidence figcaption>a {display:inline-block;max-width:100%;padding:3px 0;color:#365c44;font-weight:600;text-decoration:underline;text-decoration-color:#b0c2b5;text-underline-offset:3px}
#sit.oerep-product #sit_inf_explan .oqg-evidence figcaption>span {display:block;margin-top:4px;color:#657269;font-size:11px;line-height:1.7}
#sit.oerep-product #sit_inf_explan .oqg-evidence a:focus-visible {outline:2px solid #387151;outline-offset:3px}
#sit.oerep-product #sit_inf_explan .oqg-principles {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0!important;padding:28px 36px;list-style:none}
#sit.oerep-product #sit_inf_explan .oqg-principles>li {display:block;min-width:0;margin:0;padding:0 22px;border:0;background:none;list-style:none}
#sit.oerep-product #sit_inf_explan .oqg-principles>li:first-child {padding-left:0}
#sit.oerep-product #sit_inf_explan .oqg-principles>li:last-child {padding-right:0}
#sit.oerep-product #sit_inf_explan .oqg-principles>li+li {border-left:1px solid #e2e8e3}
#sit.oerep-product #sit_inf_explan .oqg-principles h4 {display:block;margin:0 0 9px;padding:0;border:0;background:none;color:#2e4937;font-size:16px;font-weight:600;line-height:1.5;letter-spacing:-.035em}
#sit.oerep-product #sit_inf_explan .oqg-principles p {margin:0!important;padding:0;color:#627066;font-size:14px;font-weight:400;line-height:1.8;letter-spacing:-.025em}
#sit.oerep-product #sit_inf_explan .oqg-aftercare {margin:0!important;padding:24px 36px;border-top:1px solid #e2e8e3;background:#f4f7f4}
#sit.oerep-product #sit_inf_explan .oqg-aftercare h4 {display:block;margin:0 0 10px;padding:0;border:0;background:none;color:#294d38;font-size:18px;font-weight:600;line-height:1.5;letter-spacing:-.035em}
#sit.oerep-product #sit_inf_explan .oqg-aftercare p {margin:0!important;padding:0;color:#52675a;font-size:14px;font-weight:400;line-height:1.85;letter-spacing:-.025em}
#sit.oerep-product #sit_inf_explan .oqg-aftercare p+p {margin-top:7px!important}
#sit.oerep-product #sit_inf_explan .oqg-footer {display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0!important;padding:18px 36px;border-top:1px solid #e2e8e3;background:#fff}
#sit.oerep-product #sit_inf_explan .oqg-footer p {margin:0!important;padding:0;color:#627066;font-size:13px;line-height:1.7;letter-spacing:-.02em}
#sit.oerep-product #sit_inf_explan .oqg-footer a {display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;gap:20px;min-height:44px;padding:10px 16px;border:1px solid #ccd9cf;border-radius:5px;background:#fff;color:#294d38;font-size:13px;font-weight:600;line-height:1.5;text-decoration:none;transition:background-color 180ms ease,border-color 180ms ease}
#sit.oerep-product #sit_inf_explan .oqg-footer a>span {font-size:18px;line-height:1}
#sit.oerep-product #sit_inf_explan .oqg-footer a:focus-visible {outline:2px solid #387151;outline-offset:3px}
@media (hover:hover) and (pointer:fine) {
    #sit.oerep-product #sit_inf_explan .oqg-footer a:hover {background:#edf3ee;border-color:#96b29e}
}
@media (max-width:760px) {
    #sit.oerep-product #sit_inf_explan .oerep-quality-guide {margin-bottom:28px!important;border-radius:8px}
    #sit.oerep-product #sit_inf_explan .oqg-header {padding:24px}
    #sit.oerep-product #sit_inf_explan .oqg-eyebrow {margin-bottom:17px!important;font-size:12px}
    #sit.oerep-product #sit_inf_explan .oqg-intro {grid-template-columns:minmax(0,1fr);gap:24px}
    #sit.oerep-product #sit_inf_explan .oqg-intro h3 {font-size:28px}
    #sit.oerep-product #sit_inf_explan .oqg-copy .oqg-definition {margin-top:16px!important;font-size:14px;line-height:1.8}
    #sit.oerep-product #sit_inf_explan .oqg-copy .oqg-limits {margin-top:14px!important;padding-top:14px;font-size:12px;line-height:1.8}
    #sit.oerep-product #sit_inf_explan .oqg-evidence {max-width:260px!important;margin:0 auto!important}
    #sit.oerep-product #sit_inf_explan .oqg-principles {grid-template-columns:minmax(0,1fr);padding:4px 24px}
    #sit.oerep-product #sit_inf_explan .oqg-principles>li {padding:18px 0}
    #sit.oerep-product #sit_inf_explan .oqg-principles>li+li {border-left:0;border-top:1px solid #e2e8e3}
    #sit.oerep-product #sit_inf_explan .oqg-principles h4 {margin-bottom:6px;font-size:15px}
    #sit.oerep-product #sit_inf_explan .oqg-principles p {font-size:13px;line-height:1.75}
    #sit.oerep-product #sit_inf_explan .oqg-aftercare {padding:22px 24px}
    #sit.oerep-product #sit_inf_explan .oqg-aftercare h4 {font-size:16px}
    #sit.oerep-product #sit_inf_explan .oqg-aftercare p {font-size:13px;line-height:1.8}
    #sit.oerep-product #sit_inf_explan .oqg-footer {flex-direction:column;align-items:stretch;gap:12px;padding:18px 24px 22px}
    #sit.oerep-product #sit_inf_explan .oqg-footer p {font-size:12px}
    #sit.oerep-product #sit_inf_explan .oqg-footer a {justify-content:space-between;gap:12px}
}
@media (prefers-reduced-motion:reduce) {
    #sit.oerep-product #sit_inf_explan .oqg-footer a {transition:none}
}
