@charset "utf-8";

/* 스쿨샵 상세 - 시안 디자인 */
/* sticky 동작을 위해 body overflow-x 허용 (head.php overflow-x: hidden이 sticky 방해) */
body:has(.school_shop_detail) { overflow: visible !important; overflow-x: clip; }

:root {
	--school: #051C95;
	--school-dark: #000E5C;
	--school-light: #E8F0FE;
}

/* #sit 내 스쿨샵: 기본 스타일 리셋 및 상세 적용 */
#sit .school_shop_detail { box-sizing: border-box; }
#sit .school_shop_detail * { box-sizing: border-box; }

/* ===== 상단 구매 영역 ===== */
#sit .school_shop_detail,
.school_shop_detail { max-width: 1300px; margin: 0 auto; padding: 10px 0px; }
.detail_hero { display: flex; gap: 60px; align-items: flex-start; }
@media (max-width: 900px) { .detail_hero { flex-direction: column; gap: 32px; } .detail_img_zone { position: relative; top: auto; } }

/* 이미지 영역 - 스크롤 시 왼쪽에 고정 */
.detail_img_zone { width: 48%; position: sticky; top: 100px; align-self: flex-start; }
.main_img_wrap { position: relative; background: #f8f9fa; border-radius: 16px; overflow: hidden; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; }
.main_img_wrap a { display: none; }
.main_img_wrap a.visible { display: flex !important; align-items: center; justify-content: center; width: 100%; }
.main_img_wrap img { width: 100%; height: 100%; object-fit: contain; }
.main_img_wrap .badge_new { position: absolute; top: 12px; left: 12px; z-index: 2; }
.color_thumbs { display: flex; gap: 10px; margin-top: 16px; flex-wrap: wrap; }
.color_thumbs .thumb_item { display: block; width: 56px; height: 56px; border-radius: 8px; overflow: hidden; border: 2px solid #eee; transition: border-color 0.2s; }
.color_thumbs .thumb_item:hover { border-color: var(--school); }
.color_thumbs .thumb_item img { width: 100%; height: 100%; object-fit: cover; }

/* 정보 영역 - 전체 너비 사용 */
.detail_info_zone { flex: 1; min-width: 0; width: 100%; }
.school_shop_detail form { width: 100%; }
.badge_new { display: inline-block; font-size: 11px; font-weight: 700; color: #fff; background: var(--school); padding: 4px 10px; border-radius: 4px; }

/* 시안: 판매자 블록 - 굿러닝 공식 (녹색) */
.seller_block_official { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding: 16px 20px; background: #ecfdf5; border: 1px solid #10b981; border-radius: 12px; }
.seller_official_icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #10b981; color: #fff; font-size: 20px; font-weight: 700; border-radius: 10px; flex-shrink: 0; }
.seller_official_info { flex: 1; min-width: 0; }
.seller_official_name { display: block; font-size: 16px; font-weight: 700; color: #111; margin-bottom: 4px; }
.seller_official_desc { margin: 0; font-size: 13px; color: #666; }
.btn_official_sale { flex-shrink: 0; padding: 10px 20px; background: #d1fae5; color: #047857; font-size: 14px; font-weight: 600; border-radius: 8px; }

/* 시안: 판매자 블록 - 입점 판매자 (보라/스쿨 컬러) */
.seller_block_marketplace { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; padding: 16px 20px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; }
.seller_store_icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--school); color: #fff; font-size: 18px; border-radius: 10px; flex-shrink: 0; }
.seller_marketplace_info { flex: 1; min-width: 0; }
.seller_marketplace_info .seller_name { display: block; font-size: 16px; font-weight: 700; color: #111; margin-bottom: 4px; }
.seller_marketplace_info .seller_meta { font-size: 14px; color: #666; }
.seller_marketplace_info .stars { color: #fbbf24; letter-spacing: 1px; }
.seller_marketplace_info .score { font-weight: 700; color: #111; }
.seller_marketplace_info .sep { color: #ccc; margin: 0 4px; }
.school_shop_detail .btn_seller_shop { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 600; color: var(--school); text-decoration: none; flex-shrink: 0; }
.school_shop_detail .btn_seller_shop:hover { text-decoration: underline; }
/* 시안: 알약형 카테고리 태그 */
.detail_cate { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 12px; }
.detail_cate_tag { display: inline-block; padding: 6px 14px; background: #F7F8FC; color: #5B5C95; font-size: 14px; font-weight: 500; border-radius: 999px; }
/* 시안: 타이틀·설명 */
.detail_title { font-size: 24px; font-weight: 800; color: #111; margin: 0 0 8px; line-height: 1.4; letter-spacing: -0.5px; }
.detail_desc { font-size: 14px; color: #555; margin: 0 0 16px; line-height: 1.6; }

/* 시안: 별점 + 리뷰 + 구분선 + 공유버튼(찜·공유·링크) */
.detail_rating_row { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.detail_rating { display: flex; align-items: center; gap: 6px; }
.detail_rating .stars { color: #fbbf24; font-size: 16px; letter-spacing: 1px; }
.detail_rating .score { font-weight: 700; font-size: 16px; color: #111; }
.detail_rating .review_count { font-size: 14px; color: #111; }
.detail_rating_sep { width: 1px; height: 14px; background: #e0e0e0; }
.detail_action_btns { display: flex; gap: 7px; position: relative; }
.btn_action { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid #e5e7eb; background: #fff; color: #4b5563; font-size: 16px; border-radius: 8px; cursor: pointer; margin-left: -1px; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.btn_action:hover { border-color: var(--school); color: var(--school); }
.btn_wish.active i.fa-heart-o:before { content: "\f004"; }
.detail_share_popup { position: absolute; top: 100%; right: 0; margin-top: 6px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 8px; box-shadow: 0 4px 12px rgba(0,0,0,0.1); z-index: 10; }
.detail_share_popup a { display: inline-block; margin: 0 4px; }

/* 시안: 가격 블록 - 회색 박스, 정기, 빨간 할인배지, 보라-파랑 가격 */
.detail_price_block { margin-bottom: 24px; padding: 20px 24px; background: #f5f5f7; border-radius: 12px; }
.detail_price_block .price_orig_line { font-size: 15px; color: #9ca3af; margin-bottom: 8px; text-decoration: line-through; }
.detail_price_block .price_main_line { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.detail_price_block .sale_pct { display: inline-block; padding: 4px 10px; background: #dc2626; color: #fff; font-size: 16px; font-weight: 700; border-radius: 6px; }
.detail_price_block .price_now { font-size: 28px; font-weight: 800; color: var(--school); }
.detail_price_block .price_now .unit { font-size: 15px; font-weight: 500; color: #111; margin-left: 2px; }
.send_cost_sel { padding: 6px 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 13px; }

/* 시안: 수량별 단체 할인 - 배지, 진한 파랑 헤더, 선택행 하이라이트 */
.bulk_discount_section { margin-bottom: 24px; }
.bulk_discount_section .section_label { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #333; margin: 0 0 14px; }
.bulk_discount_section .section_badge { display: inline-block; width: 20px; height: 20px; background: rgba(5, 28, 149, 0.15); border-radius: 4px; }
.bulk_table { width: 100%; border-collapse: collapse; font-size: 14px; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.bulk_table th, .bulk_table td { padding: 14px 18px; text-align: left; border-bottom: 1px solid #e5e7eb; }
.bulk_table thead th { background: var(--school); color: #fff; font-weight: 600; }
.bulk_table tbody tr { background: #fff; color: #6b7280; }
.bulk_table tbody tr.selected { background: #eef2ff; color: var(--school-dark); font-weight: 600; }
.bulk_table tbody tr:last-child td { border-bottom: none; }
.bulk_table tr.best td { font-weight: 600; }
.bulk_table .best_tag { font-size: 11px; background: #f59e0b; color: #fff; padding: 2px 8px; border-radius: 4px; margin-left: 6px; }

/* 시안: 색상/사이즈 옵션 */
.school_opt_section { margin-bottom: 24px; }
.school_opt_section .opt_section { margin-bottom: 20px; }
.school_opt_section .opt_section .get_item_options { margin-bottom: 14px; }
.school_opt_section .opt_section .label-title { display: block; font-size: 14px; font-weight: 700; color: #333; margin-bottom: 10px; }
.school_opt_section .opt_section select { width: 100%; max-width: 400px; height: 48px; padding: 0 16px; border: 1px solid #e0e0e0; border-radius: 10px; font-size: 15px; background: #fff; }
.opt_color_row, .opt_size_row { margin-bottom: 20px; }
.opt_label { display: block; font-size: 14px; font-weight: 700; color: #333; margin-bottom: 10px; }
.opt_color_swatches { display: flex; flex-wrap: wrap; gap: 10px; }
.color_swatch { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; border: 2px solid #e5e7eb; cursor: pointer; transition: border-color 0.2s, transform 0.2s; position: relative; }
.color_swatch:hover { border-color: var(--school); }
.color_swatch.selected { border-color: var(--school); border-width: 2px; }
.color_swatch.selected::after { content: "✓"; position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; color: #fff; text-shadow: 0 0 1px #000, 0 1px 3px rgba(0,0,0,0.6), 0 0 2px #fff; }
.school_shop_detail .opt_color_swatches .color_swatch.selected[style*="background:#fff"]::after,
.school_shop_detail .opt_color_swatches .color_swatch.selected[style*="background: #fff"]::after { color: #1f2937; text-shadow: 0 0 1px #fff, 0 1px 2px rgba(255,255,255,0.8); }
.opt_size_btns { display: flex; flex-wrap: wrap; gap: 8px; }
.size_btn { padding: 10px 18px; background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; font-weight: 600; color: #374151; cursor: pointer; transition: all 0.2s; }
.size_btn:hover { border-color: var(--school); color: var(--school); }
.size_btn.selected { background: var(--school); border-color: var(--school); color: #fff; }
.size_btn.disabled { color: #9ca3af; border-color: #e5e7eb; cursor: not-allowed; }

/* 시안: 수량(좌) + 총 금액(우) - 작고 깔끔하게, 한 줄 유지 */
.qty_tot_block { margin-bottom: 20px; padding: 16px 20px; background: #f5f5f7; border-radius: 12px; box-shadow: 0 1px 2px rgba(0,0,0,0.04); }
.qty_tot_block .sel_opt_section ul { margin: 0; padding: 0; list-style: none; }
.qty_tot_block .sel_opt_section li { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0; border: none; flex-wrap: wrap; }
.qty_col { display: flex; align-items: center; gap: 12px; }
.qty_col .opt_label { margin: 0; font-size: 13px; font-weight: 600; color: #6b7280; }
.qty_ctrl_wrap { display: inline-flex; align-items: center; border: 1px solid #d1d5db; border-radius: 10px; background: #fff; }
.qty_ctrl_wrap .qty_btn { width: 36px; height: 36px; flex-shrink: 0; border: none; border-radius: 50%; background: transparent; font-size: 16px; color: #6b7280; cursor: pointer; line-height: 1; transition: all 0.2s; }
.qty_ctrl_wrap .qty_btn:hover { color: var(--school); background: #f0f4ff; }
.qty_ctrl_wrap .num_input { width: 44px; border: none; text-align: center; font-size: 14px; font-weight: 700; background: transparent; }
.tot_col { flex: 1; min-width: 140px; display: flex; flex-direction: column; align-items: flex-end; }
.tot_col_alone { align-items: flex-end; }
.tot_price_inner { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; min-height: 1.5em; }
#sit_tot_price, .tot_price_inner { font-size: 12px; color: #6b7280; text-align: right; line-height: 1.3; }
#sit_tot_price span.tot_label, #sit_tot_price span, .tot_price_inner span.tot_label, .tot_price_inner span { display: block; font-size: 12px; color: #9ca3af; margin: 0 0 2px 0; }
#sit_tot_price strong.tot_amount, #sit_tot_price strong, .tot_price_inner strong.tot_amount, .tot_price_inner strong { font-size: 18px; font-weight: 700; color: var(--school); white-space: nowrap; }
.tot_price_inner.tot_placeholder .tot_placeholder_txt { font-size: 13px; color: #9ca3af; font-weight: 500; }
.tot_save_line { margin-top: 2px; font-size: 12px; font-weight: 600; color: #16a34a !important; }
.sit_opt_del { padding: 6px 14px; font-size: 13px; border: 1px solid #ddd; border-radius: 6px; background: #fff; color: #666; cursor: pointer; }
.sit_opt_del:hover { border-color: #dc2626; color: #dc2626; }

.soldout_msg { padding: 16px; background: #fef2f2; color: #dc2626; font-weight: 600; border-radius: 10px; margin: 20px 0; text-align: center; }

/* AI 디자인 행 / 학교 로고 (시안: 연두 배경 스트립) */
.ai_design_row { margin: 20px 0; padding: 16px 20px; background: #f8fafc; border-radius: 10px; }
.ai_design_row.school_logo_opt { background: #ecfdf5; border: 1px solid #a7f3d0; border-radius: 12px; }
.ai_design_row .ai_check_wrap { display: flex; align-items: center; gap: 10px; cursor: pointer; font-size: 14px; color: #555; }
.ai_design_row .ai_check_wrap input { width: 18px; height: 18px; accent-color: var(--school); }

/* 시안: AI 디자인(풀폭) + 장바구니/견적서(나란히) */
.action_btns_primary { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.btn_ai_design_primary { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 24px; background: var(--school); color: #fff !important; border: 0; border-radius: 14px; font-size: 16px; font-weight: 700; cursor: pointer; transition: background 0.2s; width: 100%; }
.btn_ai_design_primary:hover { background: var(--school-dark); color: #fff; }

/* 액션 버튼 - 장바구니/견적서/바로구매 동일 칸 맞춤 (base 스킨 #sit_ov_btn button 우선순위 덮어씀) */
.school_shop_detail #sit_ov_btn,
.school_shop_detail .action_btns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; width: 100%; float: none !important; }
.school_shop_detail #sit_ov_btn:after { display: none !important; }
.school_shop_detail .action_btns .btn_alm { grid-column: 1 / -1; }
.school_shop_detail #sit_ov_btn button,
.school_shop_detail .action_btns .btn_cart,
.school_shop_detail .action_btns .btn_quote,
.school_shop_detail .action_btns .btn_buy { appearance: none; display: flex !important; align-items: center; justify-content: center; gap: 8px; width: 100% !important; min-width: 0; padding: 16px 12px !important; border-radius: 12px; font-size: 15px !important; font-weight: 700; cursor: pointer; transition: all 0.2s; text-decoration: none; box-sizing: border-box; font-family: inherit; float: none !important; margin-right: 0 !important; margin-bottom: 0 !important; height: auto !important; }
.school_shop_detail .action_btns .btn_cart,
.school_shop_detail .action_btns .btn_quote { background: #fff; border: 2px solid var(--school); color: var(--school); }
.school_shop_detail .action_btns .btn_cart:hover,
.school_shop_detail .action_btns .btn_quote:hover { background: #f0f4ff; }
.school_shop_detail .action_btns .btn_buy { background: var(--school); border: 2px solid var(--school); color: #fff; }
.school_shop_detail .action_btns .btn_buy:hover { background: var(--school-dark); border-color: var(--school-dark); }
.btn_alm { display: inline-block; padding: 16px 36px; background: #dc2626; color: #fff; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; }
.btn_alm:hover { background: #b91c1c; color: #fff; }

/* 시안: 결제 옵션 (학교 장터 / 나라장터) */
.payment_options_row { display: flex; gap: 12px; margin-top: 16px; flex-wrap: wrap; }
.btn_payment_opt { padding: 12px 24px; background: #fff; border: 2px solid #e5e7eb; border-radius: 10px; font-size: 14px; font-weight: 600; color: #444; text-decoration: none; transition: all 0.2s; }
.btn_payment_opt:hover { border-color: var(--school); color: var(--school); }

/* 퀵 정보 4칸 - 시안: 아이콘+제목 인라인, 설명 아래 */
.quick_info_row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 32px; padding-top: 28px; border-top: 1px solid #eee; }
.quick_info { display: flex; gap: 14px; align-items: flex-start; padding: 14px 18px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; }
.quick_info .ic { font-size: 24px; line-height: 1; flex-shrink: 0; }
.quick_info strong { font-size: 14px; color: #111; font-weight: 700; }
.quick_info p { margin: 4px 0 0; font-size: 13px; color: #666; line-height: 1.5; }
@media (max-width: 600px) { .quick_info_row { grid-template-columns: 1fr; } }

/* 학운위 증빙자료 / 교육부 가이드라인 버튼 2개 */
.doc_support_toggle { margin-top: 24px; }
.doc_support_btns { display: flex; gap: 12px; flex-wrap: wrap; }
.doc_btn_download, .doc_btn_guide { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 24px; border-radius: 10px; font-size: 15px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.2s; width: 49%; }
.doc_btn_download { background: var(--school); color: #fff !important; border: 0; }
.doc_btn_download:hover { background: var(--school-dark); color: #fff; }
.doc_btn_guide { background: #fff; border: 2px solid var(--school); color: var(--school); }
.doc_btn_guide:hover { background: #f0f4ff; }
@media (max-width: 600px) { .doc_support_btns { flex-direction: column; } .doc_btn_download, .doc_btn_guide { width: 100%; } }

/* 시안: 하단 고정 액션 바 */
.sticky_action_bar { position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid #e5e7eb; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; z-index: 900; box-shadow: 0 -4px 20px rgba(0,0,0,.08); opacity: 0; visibility: hidden; transform: translateY(100%); transition: all 0.3s; }
.sticky_action_bar.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.sticky_info { display: flex; flex-direction: column; gap: 2px; }
.sticky_title { font-size: 14px; font-weight: 600; color: #111; }
.sticky_price { font-size: 18px; font-weight: 800; color: var(--school); }
.btn_sticky_ai { padding: 14px 28px; background: var(--school); color: #fff !important; border: 0; border-radius: 10px; font-size: 15px; font-weight: 700; cursor: pointer; white-space: nowrap; }
.btn_sticky_ai:hover { background: var(--school-dark); color: #fff; }

/* AI 디자인 / 견적서 모달 */
body.modal_open { overflow: hidden; }
.modal_ai_design, .modal_quote { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.modal_overlay { position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.modal_content { position: relative; background: #fff; border-radius: 16px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; box-shadow: 0 20px 60px rgba(0,0,0,.2); }
.modal_close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: none; background: #f0f0f0; border-radius: 50%; font-size: 24px; line-height: 1; cursor: pointer; color: #666; z-index: 2; }
.modal_close:hover { background: #e0e0e0; }
.modal_title { padding: 28px 24px 0; font-size: 20px; font-weight: 700; margin: 0 0 24px; }
.modal_body { padding: 0 24px 28px; }
.form_group { margin-bottom: 20px; }
.form_group label { display: block; font-size: 14px; font-weight: 600; color: #333; margin-bottom: 8px; }
.form_input, .form_textarea { width: 100%; padding: 12px 16px; border: 1px solid #e0e0e0; border-radius: 10px; font-size: 15px; box-sizing: border-box; }
.form_textarea { resize: vertical; min-height: 80px; }
.upload_zone { padding: 32px; border: 2px dashed #ddd; border-radius: 12px; text-align: center; cursor: pointer; background: #fafafa; }
.upload_zone .upload_icon { font-size: 36px; display: block; margin-bottom: 8px; }
.upload_zone p { margin: 0 0 4px; font-size: 14px; color: #555; }
.upload_zone small { font-size: 12px; color: #999; }
.style_options { display: flex; flex-wrap: wrap; gap: 8px; }
.style_btn { padding: 10px 18px; border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; font-size: 14px; cursor: pointer; }
.style_btn:hover { border-color: var(--school); color: var(--school); }
.btn_ai_submit, .btn_quote_submit { width: 100%; padding: 16px; background: var(--school); color: #fff !important; border: 0; border-radius: 12px; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 8px; }
.btn_ai_submit:hover, .btn_quote_submit:hover { background: var(--school-dark); }

/* ===== 하단 상세 탭 ===== */
#sit .detail_bottom,
.detail_bottom { max-width: 1300px; margin-left: auto; margin-right: auto; margin-top: 0px; padding: 60px 
	0px; }
.detail_tabs { display: flex; gap: 0; border-bottom: 2px solid #e5e7eb; margin-bottom: 40px; flex-wrap: wrap; }
.detail_tabs .tab_item { padding: 16px 28px; font-size: 15px; font-weight: 600; color: #888; text-decoration: none; border-bottom: 3px solid transparent; margin-bottom: -2px; transition: all 0.2s; }
.detail_tabs .tab_item:hover { color: #333; }
.detail_tabs .tab_item.active { color: var(--school); border-bottom-color: var(--school); }

.detail_content .content_block { display: none; }
.detail_content .content_block:first-of-type { display: block; }

/* 상품 상세 - 특징 카드 (시안: 아이콘 위, 제목, 설명) */
.feature_cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 32px 0 40px; }
.feature_card { padding: 24px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; }
.feature_card .fc_icon { display: block; font-size: 36px; line-height: 1; margin-bottom: 12px; }
.feature_card strong { display: block; font-size: 16px; color: #111; margin-bottom: 8px; }
.feature_card p { margin: 0; font-size: 14px; color: #666; line-height: 1.6; }
@media (max-width: 700px) { .feature_cards { grid-template-columns: 1fr; } }

/* 상품 설명 */
.detail_explan { line-height: 1.8; color: #444; margin-bottom: 32px; }
.detail_explan img { max-width: 100%; height: auto; }

/* 스펙 테이블 */
.spec_table_wrap { margin: 32px 0; }
.spec_table { width: 100%; border-collapse: collapse; font-size: 14px; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; }
.spec_table th { padding: 14px 20px; background: #f8f9fa; color: #555; font-weight: 500; width: 140px; border-bottom: 1px solid #eee; }
.spec_table td { padding: 14px 20px; border-bottom: 1px solid #eee; color: #333; }
.spec_table tr:last-child th, .spec_table tr:last-child td { border-bottom: none; }

/* AI 제작 프로세스 - 시안 (basic 우선순위 덮어씀) */
#sit_inf .ai_process_section,
.detail_bottom .ai_process_section { margin: 48px 0; padding: 36px 0; border-top: 1px solid #eee; }
#sit_inf .ai_process_section .process_title,
.detail_bottom .ai_process_section .process_title { position: static !important; font-size: 20px !important; line-height: normal !important; display: flex !important; align-items: center; gap: 10px; font-weight: 700 !important; color: #111; margin: 0 0 28px !important; }
#sit_inf .ai_process_section .process_title .fa-cube,
.detail_bottom .ai_process_section .process_title .fa-cube { font-size: 20px; color: #b45309; }
#sit_inf .ai_process_section .process_steps,
.detail_bottom .ai_process_section .process_steps { display: flex !important; align-items: stretch; gap: 0; flex-wrap: nowrap; justify-content: flex-start; }
#sit_inf .ai_process_section .process_step,
.detail_bottom .ai_process_section .process_step { flex: 1 !important; min-width: 0; text-align: center; padding: 24px 16px !important; background: #f8f9fa !important; border-radius: 12px; border: 1px solid #e9ecef; position: relative; display: flex !important; flex-direction: column; align-items: center; }
#sit_inf .ai_process_section .process_step .step_num,
.detail_bottom .ai_process_section .process_step .step_num { display: flex !important; align-items: center; justify-content: center; width: 36px; height: 36px; margin: 0 auto 14px; background: var(--school-dark); color: #fff; font-size: 15px; font-weight: 700; border-radius: 50%; flex-shrink: 0; }
#sit_inf .ai_process_section .process_step .step_icon,
.detail_bottom .ai_process_section .process_step .step_icon { display: block; font-size: 38px; line-height: 1; margin-bottom: 12px; }
#sit_inf .ai_process_section .process_step strong,
.detail_bottom .ai_process_section .process_step strong { display: block; font-size: 15px; color: #111; margin-bottom: 8px; font-weight: 700; }
#sit_inf .ai_process_section .process_step p,
.detail_bottom .ai_process_section .process_step p { margin: 0; font-size: 13px; color: #6c757d; line-height: 1.5; }
#sit_inf .ai_process_section .step_arrow,
.detail_bottom .ai_process_section .step_arrow { align-self: center; font-size: 18px; color: #111; padding: 0 8px; flex-shrink: 0; }
@media (max-width: 900px) { #sit_inf .ai_process_section .process_step, .detail_bottom .ai_process_section .process_step { min-width: 120px; } }
@media (max-width: 800px) { #sit_inf .ai_process_section .process_steps, .detail_bottom .ai_process_section .process_steps { flex-direction: column; align-items: center; gap: 16px; } #sit_inf .ai_process_section .step_arrow, .detail_bottom .ai_process_section .step_arrow { transform: rotate(90deg); padding: 0; } }

/* 배송 테이블 */
.delivery_table_wrap { margin-top: 32px; }
.delivery_table { width: 100%; border-collapse: collapse; font-size: 14px; border: 1px solid #e5e7eb; border-radius: 10px; overflow: hidden; }
.delivery_table th { padding: 14px 20px; background: #f8f9fa; color: #555; font-weight: 500; width: 120px; border-bottom: 1px solid #eee; }
.delivery_table td { padding: 14px 20px; border-bottom: 1px solid #eee; color: #333; }
.delivery_table tr:last-child th, .delivery_table tr:last-child td { border-bottom: none; }

.dex_content { line-height: 1.8; color: #444; }

/* 판매자 정보 (seller-card) - 시안 확장 */
.seller_card { padding: 32px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; }
.seller_header { margin-bottom: 24px; }
.seller_name { font-size: 20px; font-weight: 700; color: #111; margin: 0 0 8px; }
.seller_meta { font-size: 14px; color: #666; }
.seller_join { margin-right: 4px; }
.seller_stats { display: flex; gap: 32px; margin-bottom: 24px; padding: 20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; flex-wrap: wrap; }
.seller_stat { text-align: center; }
.seller_stat .stat_val { display: block; font-size: 18px; font-weight: 700; color: var(--school); margin-bottom: 4px; }
.seller_stat .stat_label { font-size: 13px; color: #666; }
.seller_detail_table { margin-bottom: 24px; }
.seller_detail_table table { width: 100%; border-collapse: collapse; font-size: 14px; }
.seller_detail_table th { padding: 12px 16px; background: #f8f9fa; color: #555; font-weight: 500; width: 140px; }
.seller_detail_table td { padding: 12px 16px; border-bottom: 1px solid #eee; color: #333; }
.seller_actions { display: flex; gap: 12px; margin-bottom: 24px; }
.btn_seller_visit, .btn_seller_contact { padding: 12px 24px; border-radius: 10px; font-size: 14px; font-weight: 600; text-decoration: none; display: inline-block; }
.btn_seller_visit { background: var(--school); color: #fff !important; }
.btn_seller_visit:hover { background: var(--school-dark); }
.btn_seller_contact { background: #fff; border: 2px solid #e5e7eb; color: #444; }
.btn_seller_contact:hover { border-color: var(--school); color: var(--school); }
.seller_notice { font-size: 13px; color: #666; line-height: 1.6; padding-top: 20px; border-top: 1px solid #eee; }

/* 관련상품 (시안: 함께 많이 구매하는 상품) */
#sit_rel.related_section,
.related_section { max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 60px; padding: 40px 24px; }
.related_title { font-size: 20px; font-weight: 700; color: #111; margin: 0 0 24px; }

/* 시안: 판매자 입점 안내 배너 */
.seller_enroll_banner { max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 40px; margin-bottom: 60px; padding: 0 24px; }
.enroll_banner_inner { padding: 40px; background: linear-gradient(135deg, #f0f4ff 0%, #e8eef9 100%); border: 1px solid #d0daf0; border-radius: 16px; text-align: center; }
.enroll_title { font-size: 22px; font-weight: 700; color: #111; margin: 0 0 12px; }
.enroll_desc { font-size: 15px; color: #555; margin: 0 0 24px; }
.enroll_benefits { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 32px; }
.enroll_benefits li { font-size: 15px; color: #444; display: flex; align-items: center; gap: 8px; }
.benefit_icon { font-size: 20px; }
.btn_enroll { display: inline-block; padding: 16px 32px; background: var(--school); color: #fff !important; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: background 0.2s; }
.btn_enroll:hover { background: var(--school-dark); }
#sit_rel .sct_img img { max-height: 140px; object-fit: contain; }
#sit_rel .sct_li { padding: 12px; }
#sit_rel .sct_txt { font-size: 14px; line-height: 1.4; margin-top: 8px; }
#sit_rel .sct_cost { font-size: 15px; margin-top: 6px; font-weight: 700; }

/* 네비게이션 - 시안: 홈 > 스쿨샵 > 현재2차카테고리 */
#sct_location.breadcrumb_nav { display: flex; align-items: center; gap: 6px; padding: 12px 0; font-size: 13px; color: #888; flex-wrap: wrap; }
#sct_location .crumb_link { color: #888; text-decoration: none; }
#sct_location .crumb_link:hover { color: var(--school); }
#sct_location .crumb_divider { color: #ccc; font-size: 12px; user-select: none; }
#sct_location .crumb_current { color: #555; font-weight: 500; }
