/* ÀÌ¹ÌÁö ÄÁÅ×ÀÌ³Ê (16:9 ºñÀ² À¯Áö, overflow hidden) */
.SW_image-container {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}


/* 16:9 ºñÀ² À¯Áö */
.SW_image-container::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 ºñÀ² */
}


/* ÀÌ¹ÌÁö Á¤·Ä */
.SW_image-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
}


/* ¸ð´Þ Å©±â Á¶Á¤ */
.SW_modal-dialog {
    max-width: 70vw; /* PC¿¡¼­´Â È­¸éÀÇ 70% */
    width: 100%;
}


.SW_modal-content {
    width: 100%;
}


/* ¸ð¹ÙÀÏ¿¡¼­´Â ¸ð´ÞÀÌ È­¸é ÀüÃ¼¸¦ Â÷Áö */
@media (max-width: 768px) {
    .SW_modal-dialog {
        max-width: 98vw;
        height: auto;
        margin: 0 auto;
    }


    .SW_modal-content {
        height: 100%;
        display: flex;
        flex-direction: column;
    }


    .SW_modal-body {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }


    .SW_modal-img {
        max-height: 100%;
        width: auto;
    }
}


/* ±âº» ÀÌ¹ÌÁö Å©±â */
.SW_modal-img {
    width: 100%;
    height: auto;
}


/* ½½¶óÀÌµå */
.business-slice {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.business-slide .swiper {
    width: 100%;
}


.business-slide .swiper-slide {
    min-width: 100%;
    min-height: 500px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: relative;
}


/* ÆäÀÌÁö³×ÀÌ¼Ç ¹× ³×ºñ°ÔÀÌ¼Ç */
.business-pagination {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #555;
    z-index: 10;
}


.business-prev,
.business-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #333;
    z-index: 10;
}


.business-prev {
    left: 10px;
}


.business-next {
    right: 10px;
}

.business-slice .row-field{
margin-bottom:40px;
}


.business-slice .row-field .card{
margin-bottom:12px
line-height:1.25;
}

.business-slice .row-field .h4{
font-size:calc(0.6rem + .6vw)
font-weight:600;


}


.business-slice .row-field .col-field .field-card .content .heading {
    position: relative;
    margin-bottom: 20px;
    z-index: 5;
}