@charset "utf-8";

/*!
 * 공임랜드 bootstrap 테마수정 (bootstrap.theme.css)
 * @project  공임랜드
 * @file     bootstrap.theme.css
 * @desc     bootstrap 전역적 테마 변경
 * @author   ussoft 김동영
 * @copyright
 *  (c) 2025 USSOFT. All rights reserved.
 * @requires  Bootstrap (5.3.6)
 * @see      /theme/basic/css/bootstrap.theme.css
 */


:root {
    --bs-primary : #E60012;
    --bs-white-100 : #f5f5f5;
}

.btn-xl {
    --bs-btn-padding-y: .85rem;
    --bs-btn-padding-x: 1.35rem;
    --bs-btn-font-size: 1.05rem;
    --bs-btn-border-radius: .8rem;
    min-height: 48px;
}

.form-select-lg {
    --bs-form-select-padding-y: .85rem;
    --bs-form-select-padding-x: 1.25rem;
    --bs-form-select-font-size: 1.05rem;
    --bs-form-select-border-radius: .8rem;
    --bs-form-select-bg-size: 18px 14px;
    min-height: 48px;
}




