/* Jumbotron ½ºÅ¸ÀÏ */
.jumbotron {
/**    background: #000 url("../img/home/jumbotron01.jpg") center center no-repeat; **/
    background: #000 url("https://jwlee0208.cdn3.cafe24.com/uploadfiles/2025-05-19/1747615962254.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #efefef;
    padding: 2rem 2rem;
    /*padding: 4rem 2rem;
    margin-bottom: 0;*/
}

/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.jumbotron h1 {
    font-size: 3rem; /* ±âº» 48px */
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.jumbotron .lead {
    font-size: 1.25rem; /* ±âº» 20px */
    font-weight: 300;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.jumbotron .lead strong {
    font-weight: 500;
}

/* ¹ÝÀÀÇü ÅØ½ºÆ® Å©±â ÃÖÀûÈ­ */
@media (max-width: 1200px) {
    .jumbotron h1 {
        font-size: 2.75rem; /* 44px */
    }

    .jumbotron .lead {
        font-size: 1.15rem; /* 18.4px */
    }
}

@media (max-width: 991px) {
    .jumbotron {
        padding: 3rem 1.5rem;
    }

    .jumbotron h1 {
        font-size: 2.25rem; /* 36px */
    }

    .jumbotron .lead {
        font-size: 1.1rem; /* 17.6px */
    }
}

@media (max-width: 767px) {
    /* ¸ð¹ÙÀÏ¿¡¼­ jumbotron ¼û±è */
    .jumbotron {
        display: none;
    }
}

/* ÀÌ¹ÌÁö ¼º´É ÃÖÀûÈ­ */
@media (max-width: 1200px) {
    .jumbotron {
        background-image: url("../img/home/jumbotron01-1200.jpg");
    }
}

@media (max-width: 991px) {
    .jumbotron {
        background-image: url("../img/home/jumbotron01-768.jpg");
    }
}

/* ¸ð´Þ ¹ÝÀÀÇü */
.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

@media (min-width: 768px) {
    .modal-dialog.modal-lg {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    .modal-body {
        max-height: 400px;
    }
}

@media (max-width: 576px) {
    .modal-body {
        max-height: 300px;
    }
}
