@charset "utf-8";

/* 2024-12-23 renew */
div.top_kv.partner {
    background-image: unset;
}
.sec-partner {
    padding-bottom: 29px;
}
.partner-wrapper {
    margin-top: 36px;
}
.partner-kinds-list {
    display: flex;
    row-gap: 45px;
    flex-wrap: wrap;
}
.partner-kinds-list-item {
    width: 100%;
}
.partner-list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    row-gap: 58px;
}
.partner-list-item {
    width: 50%;
    padding: 0 7.5px;
}
.partner-list-item-inner {
    display: flex;
    height: 100%;
}
.partner-list-item__thumb {
    width: 150px;
    /* height: 150px; */
    padding: 10px;
}
.partner-list-item__thumb {
    border: 1px solid rgba(122, 55, 124, .47);
}
.partner-list-item-txt-wrapper {
    border-top: 1px solid rgba(122, 55, 124, .47);
    border-right: 1px solid rgba(122, 55, 124, .47);
    border-bottom: 1px solid rgba(122, 55, 124, .47);
    width: calc(100% - 150px);
    padding: 9px 12px;
}
.partner-list-item__thumb img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.partner-list-item__company-name {
    font-size: 1.125rem;
    color: #7A377C;
    font-weight: 400;
    line-height: calc(20 / 18);
    position: relative;
    padding-left: 6px;
    margin-bottom: 9px;
}
.partner-list-item__company-name::before {
    content: '';
    width: 4px;
    height: 75%;
    background-color: #C0A1C1;
    position: absolute;
    bottom: 2px;
    left: 0;
}
.partner-list-item__company-cont {
    font-size: 0.9375rem;
    line-height: calc(20 / 15);
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .partner-list {
        margin-top: 5.859375vw;
        margin-left: 0;
        margin-right: 0;
        row-gap: 30px;
    }
    .partner-list-item {
        width: 100%;
        padding: 0;
    }
}
@media screen and (max-width: 575px) {
    .partner-list-item__thumb {
        width: 100px;
    }
    .partner-list-item-txt-wrapper {
        width: calc(100% - 100px);
    }
}