.container01 {
    margin: -94px 0 48px;
    position: relative;
    z-index: 10;
}
.w1200 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}
.list_box_01 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.list_box_01 li {
    width: 20%;
    padding: 0 12px 24px;
    list-style: none;
}
.list_box_01 li a {
    display: block;
    background-color: rgb(255 255 255 / 90%);
    border-radius: 0 0 20px 20px;
    padding: 28px 20px 0;
    box-shadow: 0px 1px 13.6px 3.4px rgba(157,172,182,0.2);
    text-align: center;
    position: relative;
    transition: transform 0.36s ease, box-shadow 0.36s ease;
    text-decoration: none;
    cursor: pointer;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.list_box_01 li a::before {
    content: "";
    left: 2px;
    right: 2px;
    height: 4px;
    border-radius: 0 0 2px 2px;
    /* background: #da251d; */
    position: absolute;
    top: 0;
}
.list_box_01 li a .icon-wrap {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 80px;
    border: 5px solid #fff4f4;
}
.list_box_01 li a .icon-wrap img{
    max-width: 90%;
    max-height: 90%;
    object-fit:cover;
}
.list_box_01 li a .icon-wrap svg {
    width: 88px;
    height: 88px;
    stroke: #323232;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.list_box_01 li a .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: linear-gradient(135deg, #ee9640 0%, #ee9640 100%);
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    margin-top: auto;
    margin-bottom: -14px;
    transition: background 0.3s;
    letter-spacing: 1px;
    font-weight: 600;
}
.list_box_01 li a .btn .arrow {
    display: inline-block;
    font-size: 14px;
    margin-left: 2px;
    transition: transform 0.3s;
}
.info-col{
}
.list_box_01 li a h5 {
    font-size: 18px;
    color: #323232;
    line-height: 1.35;
    font-weight: 700;
    margin: 10px 0 10px;
    letter-spacing: 1px;
}
.overfloat-dot {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_box_01 li a p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    height: 40px;
    margin: 0 0 12px;
    overflow: hidden;
}
.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 1199px) and (max-width: 1400px){
.container01 {
    margin: -220px 0 48px;
    position: relative;
    z-index: 10;
}
}

@media (min-width: 1401px) and (max-width: 1600px){
.container01 {
    margin: -190px 0 48px;
    position: relative;
    z-index: 10;
}
}
@media (max-width: 1200px){
        .list_box_01 li a h5 {
        padding: 0 5px;
        text-overflow: initial;
        white-space: break-spaces;
        font-size: 16px;
        height: 40px;
    }
}
@media (max-width: 900px){
.container01 {
    margin: -26px 0 28px;
}
.list_box_01 {
    padding: 0;
    margin: 0 -4px;
}
.list_box_01 li {
    width: 20%;
    padding: 0 4px 11px;
}
.list_box_01 li a {
    padding: 14px 6px 0;
    min-height: 135px;
    border-radius: 0 0 15px 15px;
}
.list_box_01 li a .icon-wrap {
    width: 50px;
    height: 50px;
}
.list_box_01 li a .icon-wrap img {
    width: 90%;
    height: 90%;
}   
.list_box_01 li a .info-col{
    
}
    
.list_box_01 li a h5 {
    font-size: 11px;
    margin: 11px 0 6px;
    line-height: 1.5;
    padding: 0 10px;
    text-overflow: initial;
    white-space: break-spaces;
    height: 50px;
}
.list_box_01 li a p {
    font-size: 10px;
    height: 30px;
    line-height: 1.5;
    margin: 0 0 5px;
    display: none;
}
.list_box_01 li a .btn {
    width: 95px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin-bottom: -14px;
    border-radius: 50px;
    font-weight: normal;
    font-size: 10px;
}
}
@media (max-width: 520px){
.list_box_01 li a p {
    font-size: 9px;
    line-height: 12px;
    height: 24px;
}
}
@media (max-width: 480px) {
.container01 {
    margin: -14px 0 14px;
}
.w1200 {
    padding: 0 10px;
}
.list_box_01 {
    margin: 0 -3px;
}
.list_box_01 li {
    width: 100%;
    padding: 0 3px 7px;
}
.list_box_01 li a {
    flex-direction: row;
    text-align: left;
    padding: 11px 9px;
    gap: 8px;
    min-height: auto;
    align-items: center;
    border-radius: 0 0 7px 7px;
}
.list_box_01 li a::before {
    left: 2px;
    right: auto;
    bottom: 2px;
    top: 2px;
    width: 2px;
    height: auto;
    border-radius: 2px 0 0 2px;
}
.list_box_01 li a .icon-wrap {
    width: 31px;
    height: 31px;
    margin: 0;
    flex-shrink: 0;
}
.list_box_01 li a .info-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.list_box_01 li a h5 {
    font-size: 11px;
    margin: 0;
    height: auto;
}
.list_box_01 li a p {
    display: none;
}
.list_box_01 li a .btn {
    margin-bottom: 0;
    margin-top: 2px;
    width: auto;
    padding: 0 8px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    flex-shrink: 0;
}
}