.recycle_section {
    margin-bottom: 3.0rem
}

.recycle_section .user_select_list {
    flex-direction: row;
    width: 80%;
    margin-inline: auto;
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.recycle_section .user_select_item {
    width: calc(100% / 2 - 1rem + 1rem / 2);
}

.recycle_section .user_select_link,
.recycle_section .user_select_link:visited,
.recycle_section .user_select_link:link {
    display: block;
    background: #000;
    padding: 0.7rem 0;
    border: 0.05rem solid #000;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    text-decoration: none;
    margin: 0 0.25rem;
    font-size: 16.5px;
}

.recycle_section .user_select_link:hover {
    color: #fff;
    background: #ff4040;
    border: 0.05rem solid #ff4040;
}

@media screen and (max-width: 991px) {
    .recycle_section .user_select_list {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    }

    .recycle_section .user_select_item {
    width: 100%;
    }
}

.recycle_section .text_box {
    margin-bottom: 2.0rem
}

.recycle_section .text_box02 {
    margin-bottom: 45px;
}

.recycle_section .text_box .detail {
    margin-bottom: 0.5rem;
    font-size: 0.875rem
}

.recycle_section .text_box02 .detail {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.recycle_section .text_box .detail a {
    color: #000;
    text-decoration: none;
    border-bottom: 1.5px solid;
    font-weight: 400;
}

.recycle_section .link-btn {
    text-align: center;
    padding-bottom: 3rem;
    padding-top: 1rem;
}
.recycle_section .link-btn a {
    color: #fff;
    padding: 0.7rem 2rem;
    background: #000;
    border: 0.05rem solid #000;
    transition-duration: unset;
    border-radius: 0.5rem;
}
.recycle_section .link-btn a:hover {
    color: #fff;
    background: #ff4040;
    border: 0.125rem solid #ff4040;
}
@media (max-width: 991px) {
    .recycle_section .link-btn {
        padding-bottom: 1rem;
        padding-top: 0.5rem;
    }
}

/* .recycle_section .text_box a {
    color: #ff4040;
    font-size: 17px;
    border: 0.125rem solid #ff4040;
    background: #fff;
}
.recycle_section .text_box a:hover {
    color: #fff;
    background: #ff4040;
    border: 0.125rem solid #ff4040;
} */

@media screen and (min-width: 992px) {
    .recycle_section .text_box .detail {
        margin-bottom: 1.0rem;
        font-size: 1.0rem
    }
}

.recycle_section .text_box_title {
    /* font-size: 1.35rem;
    font-weight: bold;
    padding: 10px 0;
    border-top: 2px solid #D6001C;
    border-bottom: 1px solid #ddd; */
    margin: 2.5rem 0 1rem;
    padding-bottom: 0.25rem;
    border-bottom: 0.0625rem solid #909090;
    font-size: 1.35rem;
    font-weight: 700;
}

.recycle_section .text_box02 .detail small {
    font-size: 93%;
    color: #7a7a7a;
}

.contact-info-card {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #dddddd;
    border-top: 4px solid #202020;
    background: #ececec;
    margin-bottom: 6rem;
}
.contact-info-card p {
    line-height: 1.6;
}
.contact-info-card p span {
    padding-right: 10px;
}
@media (max-width: 767px) {
    .contact-info-card {
        margin-bottom: 4rem;
    }
}
@media (max-width: 500px) {
    .contact-info-card {
        margin-bottom: 0;
    }
}