.banner_list {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0 10px;
}

.banner-guarantee-strip {
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
}

.banner-guarantee-brand-list {
    min-height: 52px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    align-items: center;
    padding: 0 28px;
    border: 1px solid #dedede;
    background: #ffffff;
}

.banner-guarantee-brand {
    min-width: 0;
    display: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    color: #222222;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-guarantee-pc {
    display: flex;
}

.banner-guarantee-brand:hover,
.banner-guarantee-brand:focus {
    text-decoration: none;
}

.banner-guarantee-brand:focus-visible {
    outline: 2px solid #111827;
    outline-offset: -4px;
}

.banner-guarantee-google,
.banner-guarantee-tone-google {
    color: #4285f4;
}

.banner-guarantee-naver,
.banner-guarantee-tone-naver {
    color: #03c75a;
}

.banner-guarantee-daum,
.banner-guarantee-tone-daum {
    color: #2f7de1;
}

.banner-guarantee-nate,
.banner-guarantee-tone-nate {
    color: #ee1c25;
}

.banner-guarantee-zum,
.banner-guarantee-tone-zum {
    color: #3366cc;
}

.banner-guarantee-youtube,
.banner-guarantee-tone-youtube {
    color: #e62117;
}

.banner-guarantee-instagram,
.banner-guarantee-tone-instagram {
    color: #111111;
    font-family: Georgia, "Times New Roman", serif;
}

.banner-guarantee-facebook,
.banner-guarantee-tone-facebook {
    color: #4267b2;
}

.banner-guarantee-twitter,
.banner-guarantee-tone-twitter {
    color: #111111;
}

.banner-guarantee-title {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #17233b;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.banner-guarantee-title strong {
    font-weight: 900;
}

.banner-guarantee-title strong span {
    color: #ff2238;
}

.banner-guarantee-crown {
    color: #f4b000;
    font-size: 19px;
    line-height: 1;
}

.banner-wide-list {
    display: grid;
    gap: 5px;
}

.banner-half-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 5px;
    margin-top: 5px;
}

.banner-slot {
    position: relative;
    height: 100px;
    min-width: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 14px 22px;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #202b3f;
    color: #ffffff;
    text-align: center;
}

.banner-slot::before {
    display: none;
}

.banner-slot-wide {
    width: 1200px;
    max-width: 100%;
    min-height: 100px;
    height: 100px;
}

.banner-slot-half {
    width: 100%;
    min-height: 100px;
    height: 100px;
}

.banner-slot-has-image {
    min-height: 0;
    display: block;
    padding: 0;
    border: 0;
    background: #ffffff;
}

.banner-slot-wide.banner-slot-has-image {
    width: 1200px;
    max-width: 100%;
    height: 100px;
    aspect-ratio: auto;
}

.banner-slot-half.banner-slot-has-image {
    width: 100%;
    height: 100px;
    aspect-ratio: auto;
}

.banner-slot-has-image::before {
    display: none;
}

.banner-slot-picture,
.banner-slot-picture img {
    width: 100%;
    height: 100%;
    display: block;
}

.banner-slot-picture img {
    object-fit: fill;
    object-position: center center;
}

.banner-image-fallback {
    display: none;
}

.banner-slot-image-error {
    min-height: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 14px 22px;
}

.banner-slot-image-error .banner-slot-picture {
    display: none;
}

.banner-slot-image-error .banner-image-fallback {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.banner-slot-wide.banner-slot-image-error,
.banner-slot-half.banner-slot-image-error {
    min-height: 100px;
    height: 100px;
}

.banner-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    height: 20px;
    padding: 0 8px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: rgba(255, 255, 255, 0.9);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
}

.banner-slot strong {
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-slot-wide strong {
    font-size: 28px;
}

.banner-slot span:last-child {
    max-width: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-slot-wide span:last-child {
    font-size: 15px;
}

.banner-link-pending {
    cursor: default;
}

.banner-tone-navy {
    background: #142238;
}

.banner-tone-blue {
    background: #135f88;
}

.banner-tone-green {
    background: #256f4d;
}

.banner-tone-purple {
    background: #4e3b84;
}

.banner-tone-red {
    background: #9c3434;
}

@media (max-width: 1232px) {
    .banner-half-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1232px) {
    .banner_list {
        width: 100%;
        max-width: calc(100% - 20px);
    }

    .banner-slot-wide,
    .banner-slot-wide.banner-slot-has-image {
        width: 100%;
        min-height: 0;
        height: auto;
        aspect-ratio: 12 / 1;
    }

    .banner-half-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .banner-slot-half,
    .banner-slot-half.banner-slot-has-image {
        width: 100%;
        min-height: 0;
        height: auto;
        aspect-ratio: 6 / 1;
    }
}

@media (max-width: 620px) {
    .banner-guarantee-brand-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        min-height: 0;
        padding: 0 8px;
    }

    .banner-guarantee-brand {
        display: none;
        height: 34px;
        font-size: 13px;
    }

    .banner-guarantee-mobile {
        display: flex;
    }

    .banner-guarantee-title {
        min-height: 38px;
        font-size: 18px;
    }

    .banner-guarantee-crown {
        font-size: 17px;
    }

    .banner-half-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5px;
    }

    .banner-slot {
        min-height: 76px;
        height: auto;
        padding: 10px 16px;
    }

    .banner-slot-half,
    .banner-slot-half.banner-slot-has-image {
        width: 100%;
        min-height: 0;
        height: auto;
        aspect-ratio: 6 / 1;
    }

    .banner-slot-has-image {
        min-height: 0;
        padding: 0;
    }

    .banner-slot-image-error {
        min-height: 0;
        height: auto;
        aspect-ratio: 12 / 1;
        padding: 10px 16px;
    }

    .banner-slot-wide.banner-slot-image-error {
        min-height: 0;
        height: auto;
        aspect-ratio: 12 / 1;
    }

    .banner-slot-half.banner-slot-image-error {
        min-height: 0;
        height: auto;
        aspect-ratio: 6 / 1;
    }

    .banner-slot strong {
        font-size: 18px;
    }

    .banner-slot span:last-child {
        font-size: 12px;
    }
}
