.card_cardNews__CVxQG {
    width: 48.5%;
    height: auto;
    margin-bottom: 60px;
    cursor: pointer;
}
@media all and (max-width: 650px) {
    .card_cardNews__CVxQG {
        width: 100%;
        margin-bottom: 30px;
    }
}

.card_cardThree__WCYvW {
    width: 32%;
    height: auto;
}
@media all and (max-width: 1100px) {
    .card_cardThree__WCYvW {
        width: 49%;
    }
}
@media all and (max-width: 767px) {
    .card_cardThree__WCYvW {
        width: 100%;
    }
}
.card_imgWrap__0paGj {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
}
@media all and (max-width: 1300px) {
    .card_imgWrap__0paGj {
        height: 260px;
    }
}
@media all and (max-width: 1080px) {
    .card_imgWrap__0paGj {
        height: 200px;
    }
}
@media all and (max-width: 830px) {
    .card_imgWrap__0paGj {
        height: 160px;
    }
}
@media all and (max-width: 650px) {
    .card_imgWrap__0paGj {
        height: 270px;
    }
}
@media all and (max-width: 650px) {
    .card_imgWrap__0paGj {
        height: 200px;
    }
}
@media all and (max-width: 650px) {
    .card_imgWrap__0paGj {
        height: 180px;
    }
}

.card_imgThreeWrap__ELK2W {
    position: relative;
    width: 100%;
    height: 230px;
    border-radius: 6px;
    overflow: hidden;
}
@media all and (max-width: 1280px) {
    .card_imgThreeWrap__ELK2W {
        height: 200px;
    }
}
@media all and (max-width: 1100px) {
    .card_imgThreeWrap__ELK2W {
        height: 235px;
    }
}
@media all and (max-width: 820px) {
    .card_imgThreeWrap__ELK2W {
        height: 180px;
    }
}
@media all and (max-width: 530px) {
    .card_imgThreeWrap__ELK2W {
        height: 200px;
    }
}
/* 카드 호버 시 효과 */
.card_imgWrap__0paGj::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* 기본값은 투명 */
    transition: 0.5s ease;
    z-index: 1;
}

.card_cardNews__CVxQG:hover .card_imgWrap__0paGj::before {
    background: rgba(0, 0, 0, 0.3); /* hover 시 어두워짐 */
}

/* hover 시 이미지 확대 */
.card_cardNews__CVxQG:hover .card_cardImg__R3FoF {
    transform: scale(1.04);
    transition: 0.5s ease;
}
/* 랜딩페이지 카드 hover*/
.card_imgThreeWrap__ELK2W::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); /* 기본값은 투명 */
    transition: 0.5s ease;
    z-index: 1;
}
.card_cardThree__WCYvW:hover .card_imgThreeWrap__ELK2W::before {
    background: rgba(0, 0, 0, 0.3); /* hover 시 어두워짐 */
}
.card_cardThree__WCYvW:hover .card_cardImg__R3FoF {
    transform: scale(1.04);
    transition: 0.5s ease;
}
/* // */
.card_cardHead__hWXSI {
    font-size: 24px;
    font-weight: 550;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}
@media all and (max-width: 540px) {
    .card_cardHead__hWXSI {
        font-size: 22px;
    }
}

.card_cardDate__OZLJO {
    font-size: 16px;
    color: #777;
    margin-top: 5px;
}

/* 반응형 코드 수정 */
.card_cardFlex__7s93G {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media all and (max-width: 1100px) {
    .card_cardThree__WCYvW:last-child {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .card_cardFlex__7s93G {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

.customer_logoCategory__AzlSW {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
}

.customer_logoHead__u1H0D {
    width: 18%;
    font-size: 28px;
}
.customer_logoWrap__6DM6o {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.customer_mainLogoWrap__GrEWm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.customer_logoBox__Pk_x2 {
    position: relative;
    max-width: 230px;
    width: 23.5%;
    height: 115px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
}
.customer_homeLogoBox__Q9Dwb {
    position: relative;
    width: 230px;
    height: 115px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #f0f0f0;
}
@media all and (max-width: 1375px) {
    .customer_homeLogoBox__Q9Dwb {
        width: 19%;
    }
    .customer_mainLogoWrap__GrEWm {
        height: 380px;
        overflow-y: hidden;
    }
}
@media all and (max-width: 1105px) {
    .customer_homeLogoBox__Q9Dwb {
        width: 23.5%;
        height: 110px;
    }
    .customer_mainLogoWrap__GrEWm {
        height: 360px;
        overflow-y: hidden;
    }
}
@media all and (max-width: 1099px) {
    .customer_logoCategory__AzlSW {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 45px;
    }
    .customer_logoHead__u1H0D {
        width: 100%;
    }
    .customer_logoWrap__6DM6o {
        width: 100%;
    }
}
@media all and (max-width: 1036px) {
    .customer_homeLogoBox__Q9Dwb {
        width: 23%;
        height: 110px;
    }
}
@media all and (max-width: 865px) {
    .customer_logoWrap__6DM6o {
        justify-content: space-between;
    }
    .customer_logoBox__Pk_x2 {
        width: 31%;
    }
}
@media all and (max-width: 735px) {
    .customer_homeLogoBox__Q9Dwb {
        width: 23%;
        height: 75px;
    }
    .customer_mainLogoWrap__GrEWm {
        height: 250px;
        overflow-y: hidden;
    }
}
@media all and (max-width: 600px) {
    .customer_homeLogoBox__Q9Dwb {
        width: 31%;
        height: 75px;
    }
    .customer_logoBox__Pk_x2 {
        width: 48%;
        max-width: 100%;
    }
}
@media all and (max-width: 480px) {
    .customer_logoCategory__AzlSW {
        gap: 15px;
    }
    .customer_homeLogoBox__Q9Dwb {
        width: 48%;
        height: 100px;
    }
    .customer_mainLogoWrap__GrEWm {
        height: 330px;
        overflow-y: hidden;
    }
}

@media all and (max-width: 440px) {
    .customer_logoBox__Pk_x2 {
        width: 47%;
        max-width: 100%;
        height: 79px;
    }
}
@media all and (max-width: 540px) {
    .customer_logoHead__u1H0D {
        font-size: 24px;
    }
}

