.product-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
}


.product-card-link:hover {
    color: inherit;
}


.product-card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    color: #333d4b;
    min-height: 700px;
}


.product-card-body .product-description {
    flex-grow: 1;
}

.business2 .col-business2 a figure::before {
    display: none !important;
}

.business2 .col-business2 a figure img {
    max-width: 94% !important;
    border-radius: 1rem;
}

.business2 .col-business2 a figure img {
    display: inline-block;
}

.business2 .no-gutters {
    text-align: center;
}

.business2 .col-business2 a figure figcaption {
    text-align: left !important;
}

.col-md-3 {
    transition: transform 0.3s ease;
}

.col-md-3:hover {
    transform: scale(1.02);
}

@media (max-width: 991px) {
    .business2 .col-business2 a figure figcaption {
        padding: 40px;
    }
}

@media (max-width: 575px) {
    .business2 .col-business2 a figure figcaption {
        padding: 65px !important;
    }
}

.business2 .en-heading {
    color: #8b95a1
}

th, td {
    font-size: 15px;
    padding: 15px;
    width: 100%;
    text-align: left;
    color: #eef0f2;
    border: 0.5px solid #343a40;
    vertical-align: middle;
    background-color: black;
    line-height: 1.44;
    font-weight: 400;
    letter-spacing: -0.02em;
}

@media (max-width: 991px) {
    .row-links {
        row-gap: 1rem;
    }
}

@media (max-width: 768px) {
    .product-card-body {

        min-height: 600px;
    }
}

.division-line {
    border-top: 1px solid #86868b;
    margin: 1.5rem 0;
}

.section-heading {
    opacity: 0;
    transform: translateY(24px); /* 아래에서 위로 살짝 올라오는 효과 */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section-heading.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.col-lg-5.col-xl-6.col-typo.align-self-center {
    opacity: 0;
    transform: translateY(24px); /* 아래에서 위로 살짝 올라오는 효과 */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.col-lg-5.col-xl-6.col-typo.align-self-center.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.imgmotion {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.imgmotion.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.imgmotion2 {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.imgmotion2.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.imgmotion3 {
    opacity: 0;
    scale: 0.93;
    transform: translateY(24px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, scale 0.6s ease-out;
}

.imgmotion3.is-visible {
    opacity: 1;
    scale: 1;
    transform: translateY(0);
}

/* CSS로 마진 처리 */
.carousel-container {
    overflow: hidden;
    /* 중요 */
    position: relative;
    width: 100%;
    /* padding 제거 */
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    will-change: transform;
    /* 성능 힌트 */
}

.roundimg-slide {
    position: relative;
    flex: 0 0 100%;
    height: 28rem;
    border-radius: 2rem;
    background-size: cover;
    background-position: center;
    opacity: 0.33;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.roundimg-slide.active {
    opacity: 1;
}

/* 슬라이드 간 간격 */
.roundimg-slide:not(:last-child) {
    margin-right: 20px;
}

.roundimg-slide .slide-text {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-out, visibility 1s ease-out;
    /* 트랜지션 시간 수정 */
}

.roundimg-slide .slide-text.active {
    opacity: 1;
    visibility: visible;
}

/* 첫 번째, 마지막 슬라이드 확장 */
.first-slide {
    margin-left: 0;
    /* 왼쪽 마진 제거 */
    width: 100%;
    /* container-xl 너비 100% */
}

.last-slide {
    margin-right: calc((100vw - 70vw) / 2 * -1);
    /* 음수 마진, 70vw 사용 */
    width: calc(100% + (100vw - 70vw) / 2);
}

/* 버튼 스타일 */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.carousel-btn.prev {
    left: 10px;
}

.carousel-btn.next {
    right: 10px;
}

.section-main-heading {
    opacity: 1;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.section-main-heading.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.subtext {
    opacity: 1;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.subtext.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.centext1 {
    opacity: 1;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.centext1.is-visible {
    opacity: 1;
    transform: translateY(0);
}

a.lang-menu {
    padding: 0;
    color: #fff;
}

#header a.lang-menu.on,
a.lang-menu.on {
    font-weight: 660;
    color: #86868b;
}

.spa main, .spa .core-value {
    background-color: #f9fafb;
}

.popup-container .d-grid {
    display: grid;
}

.popup-container {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 15px;
}

.popup-button {
    text-align: center;
    padding: 10px 6px;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.popup-button:hover {
    background-color: #f7f7f7;
}