/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://jnjlabs.com/
Description: Twenty Twenty-Five Child Theme for J&jLABS
Author: J&jLABS
Author URI: https://jnjlabs.com/
Template: twentytwentyfive
Version: 1.0
Text Domain: twentytwentyfive-Child
*/

/*******************************************
    공통 스타일
 *******************************************/
body {
    font-family: 'Arial',sans-serif;
    background: #f7f8fa;
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
}
body > #wrapper,
body > #main {
    flex: 1;
    min-height: calc(100vh - 500px); /* 푸터 높이를 고려한 최소 높이 */
}

/*
로그인 화면
 */
.login-container {
    max-width: 420px;
}

/* 메인 컨텐츠 영역 */
.main-content,
#content,
main {
    min-height: 600px; /* 최소 높이 600px */
    padding-bottom: 50px;
}

/* 푸터 */
#custom-footer {
    margin-top: auto;
}

.content-box {
    padding: 30px;
    min-height: calc(100vh - 700px); /* 푸터 높이를 고려한 최소 높이 */
}

h2 {font-size:1.3em;}