#return_all .container.return_all {
    padding: 20px 0;
}
#return_all .page_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
    position: relative;
    width: 700px;
    line-height: 1.3;
}
#return_all .page_title img {
    position: absolute;
    top: -40px;
    left: 254px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}
#return_all .bg-img {
    background-image: url('/images/return_all/pc/asset_2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#return_all .section-title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    width: 700px;
    margin: 0 auto;
}
#return_all .menu-title {
    font-size: 14px;
    max-width: 800px;
    margin: 20px auto 0;
}
#return_all .menu-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    max-width: 800px;
    margin: 20px auto 0;
}
#return_all .menu-item {
    background-color: #fff;
    padding: 20px 10px;
    width: 250px;
    min-height: 80px;
    height: 100px;
    display: flex;
    box-shadow: 
        0 4px 8px rgba(0, 0, 0, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}
#return_all .menu-item:hover {
    box-shadow: 
        0 8px 16px rgba(0, 0, 0, 0.15),
        0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
#return_all .menu-item h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    flex: 1;
}
#return_all .menu-item a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #000;
    width: 100%;
    position: relative;
    padding-right: 25px;
}
#return_all .menu-item a::after {
    /* width: 18px;
    height: 18px; */
    content: "\f054";
    font-family: "font awesome 5 free";
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
#return_all .menu-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    #return_all .section-title {
        font-size: 14px;
        width: 100%;
    }
}
@media (min-width: 1025px) {
    #return_all .page_title {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    #return_all .container.return_all {
        padding: 10px 0;
        max-width: 95%;
        margin: 0 auto;
    }
    #return_all .page_title {
        width: 400px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    #return_all .section-title {
        font-size: 14px;
        width: 100%;
    }
    #return_all .bg-full {
        margin-top: 0;
        padding: 30px 0;
    }
    #return_all .page_title img {
        position: absolute;
        top: -20px;
        left: 96px;
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    #return_all .menu-wrapper {
        gap: 6px;
        max-width: 100%;
    }
    #return_all .menu-item {
        width: calc(50% - 7.5px);
        min-width: 150px;
        min-height: 70px;
        padding: 15px 8px;
        height: auto;
    }
    #return_all .menu-item a {
        gap: 8px;
        padding-right: 4px;
    }
    #return_all .menu-icon {
        width: 30px;
        height: 30px;
    }
    #return_all .menu-item h3 {
        font-size: 12px;
        line-height: 1.3;
    }
    #return_all .menu-item a::after {
        font-size: 14px;
        right: 0px;
    }
}

@media (max-width: 600px) {
    #return_all .container.return_all {
        padding: 10px 0;
        max-width: 95%;
        margin: 0 auto;
    }
    #return_all .page_title {
        width: 350px;
        font-size: 14px;
    }
    #return_all .section-title {
        font-size: 14px;
        width: 100%;
    }
    #return_all .bg-full {
        margin-top: 0;
        padding: 30px 0;
    }
    #return_all .page_title img {
        position: absolute;
        top: -20px;
        left: 96px;
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    #return_all .menu-wrapper {
        gap: 6px;
        max-width: 100%;
    }
    #return_all .menu-item {
        width: calc(50% - 7.5px);
        min-width: 150px;
        min-height: 70px;
        padding: 15px 8px;
        height: auto;
    }
    #return_all .menu-item a {
        gap: 8px;
        padding-right: 4px;
    }
    #return_all .menu-icon {
        width: 30px;
        height: 30px;
    }
    #return_all .menu-item h3 {
        font-size: 12px;
        line-height: 1.3;
    }
    #return_all .menu-item a::after {
        font-size: 14px;
        right: 0px;
    }
}
@media (max-width: 430px) {
    #return_all .page_title img {
        left: 96px;
    }
}