#c_180 .swiper-wrapper p {
    font-size: 20px;
    color: #f13a59;
    margin: 10px 0;
}
#c_180 .swiper-wrapper p span {
    background-color: #f13a59;
    font-size: 20px;
    color: #fff;
    padding: 0 12px;
    margin-left: 10px;
}
#c_180 .item {
    display: flex;
    gap: 10px;
}

#c_180 h3 {
    border-left: solid 5px #f13a59;
    padding-left: 7px;
}

#c_180 .btn {
    width: 90%;
    margin: 20px auto 30px;
    background-color: #f13a59;
    border-radius: 5px;
    text-align: center;
    padding-bottom: 15px;
}

#c_180 .btn a p {
    font-size: 27px;
    color: #fff;
    padding: 12px 0;
    display: block;
    line-height: 26px;
}

#c_180 .btn a p.k_btn {
    background-color: #fff;
    border-radius: 50px;
    color: #f13a59;
    font-size: 18px;
    width: 40%;
    margin: 0 auto;
    padding: 5px 0;
}

.tab-wrap-2 {
    background-color: #fff;
}
.tab-wrap-2 > ul {
    display: flex;
}
.tab-btn-2 {
    width: 50%;
    padding: 10px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    background: #eee;
}
.tab-btn-2.show {
    background: #333;
    color: #fff;
}
.tab-contents-2 {
    display: none;
}
.tab-contents-2.show {
    display: block;
    padding: 20px;
}
.tab-contents-2 section {
    clear: both;
}
.tab-contents-2 #c_iconcategory ul {
    display: inline-block;
}
.tab-contents-2 #c_iconcategory li {
    float: left;
    width: calc((100% - 48px) / 12);
    margin-bottom: 20px;
    text-align: center;
    margin: 0 2px 20px;
}
#c_180 .tab-contents-2 #c_iconcategory li {
    width: calc((100% - 40px) / 6);
}
.tab-contents-2 #c_iconcategory li:nth-of-type(12n + 1) {
    clear: both;
}
.tab-contents-2 #c_iconcategory li img {
    width: 85%;
}
.tab-contents-2 #c_iconcategory li p {
    font-size: 0.6rem;
    text-align: center;
    background-color: #efefef;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#c_180 .tab-contents-2 #c_iconcategory li p {
    background-color: #d4e6c4;
    font-size: 0.7rem !important;
}
