/* 
Theme Name: koreapeat
Theme URI: 
Description: 
Author: LucasDesign
Author URI: https://lucasdesign.co.kr
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* -------------------- site whole setting ----------------------------- */
/* font size rem 변환 */
html {
  font-size: 62.5%; /* 기본 16px의 62.5% = 10px */
}
/* br control */
@media (max-width:1024px){
.br-break {
    display: none;
}
}

/* 루뻬 원료 현황 테이블 스타일 (심플 버전) */

/* 1. 테이블 컨테이너 (모바일에서 표가 깨지지 않게 가로 스크롤 허용) */
.lupe-table-container {
    width: 100%;
    overflow-x: auto;
}

/* 2. 테이블 기본 너비 설정 */
.lupe-responsive-table {
    width: 100%;
    border-collapse: collapse; /* 셀 사이 간격 없애기 (선택사항) */
}

/* 3. 요청하신 핵심 스타일 (이미지 50%, 중앙 정렬) */
.lupe-responsive-table img {
    width: 50%;
    max-width: 100px; 
    height: auto;
    display: block;
    margin: 0 auto;
}

.lupe-responsive-table th, 
.lupe-responsive-table td {
    text-align: center;
    vertical-align: middle;
}

