.prodList section {
    padding: 40px 0 120px;
}
.prodList .keyword {
    margin-bottom: 50px;
}
.prodList .keyword ul {
    display: flex;
    flex-wrap: wrap;
}
.prodList .keyword li {
    padding: 10px 20px;
    border: 1px solid #003976;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #003976;
    display: flex;
    cursor: pointer;
}
.prodList .keyword li.current {
    background: #003976;
    color: #ffffff;
}
.prodList .keyword li + li {
    margin-left: 20px;
}

.tab_content {
    display: none;
}

.tab_content.current {
    display: inherit;
}

.prodList .panel {
    max-width: 1300px;
    border: 1px solid #dddddd;
    border-radius: 16px;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
}

.prodList .panel + .panel {
    margin-top: 80px;
}
.prodList .panel .title_wrap h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    color: #111111;
    margin-bottom: 10px;
}

.prod_list ul {
    /* justify-content: flex-end; */
    width: 976px;
    margin-left: auto;
    gap: 32px;
}
.prod_list ul li {
    margin: 0;
}
/* .prod_list ul li + li {
    margin-left: 32px;
} */

.lead_login {
    background: #eef7ff;
    padding: 30px 20px;
    box-shadow: 0px 5px 40px -10px rgba(97, 112, 165, 0.4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.lead_login span {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 10px;
}

.lead_login .btn_login {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #284cc9;
    display: inline-flex;
    align-items: center;
}
.lead_login .btn_login::after {
    content: '';
    width: 12px;
    height: 20px;
    display: block;
    background: url('/images/icon/all_view_B.svg') no-repeat center / 100%;
    margin-left: 4px;
}

.recommendation.no-data div.prod_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.recommendation.no-data div.prod_list div {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .prodList section {
        padding: 20px 0 60px;
        max-width: 500px;
        margin: auto;
    }

    .prodList .keyword {
        width: 100%;
        overflow-x: auto;
    }
    .prodList .keyword ul {
        width: max-content;
        flex-direction: row;
    }

    .prodList .keyword li {
        padding: 8px 16px;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
    }

    .prodList .keyword li + li {
        margin-left: 6px;
    }
    .prodList .panel {
        border: none;
        border-radius: 0;
        padding: 0;
        flex-direction: column;
    }
    .prodList .panel + .panel {
        margin-top: 50px;
    }
    .prodList .panel .title_wrap {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .prodList .panel .title_wrap h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .prodList .panel .title_wrap .all_view {
        font-weight: 400;
        font-size: 13px;
        line-height: 22px;
        color: #666666;
    }
    .prodList .panel .title_wrap .all_view::after {
        width: 10px;
        height: 16px;
    }
    .prod_list ul {
        justify-content: space-between;
        width: auto;
        gap: unset;
    }

    .prod_list ul li + li {
        margin-left: 0;
    }

    .lead_login {
        padding: 20px 20px;
    }

    .lead_login span {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .lead_login .btn_login {
        font-size: 13px;
        line-height: 22px;
    }
    .lead_login .btn_login::after {
        width: 10px;
        height: 16px;
    }
    .recommendation.no-data div.prod_list img {
        max-width: 70%;
    }
}
