@media screen and (max-width: 768px) {
    .tabs {
        display: none;
    }

.pcImg{
    display: none;
}
.mobileImg{
    display: block;
}
    .regionMobile {
        display: block;
    }

    .mobileNone {
        display: none;
    }

    .centerRegion {
        width: 95%;
        margin-bottom: 3vw;
    }

    .region2 {
        display: none;
    }

    .region3 {
        display: none;
    }

    .region4 {
        display: none;
    }

    .region1 .title {
        font-size: 4.3vw;
        line-height: 8vw;
    }

    .region2_1 .title {
        font-size: 4.3vw;
        line-height: 8vw;
    }

    .region1 .info {
        font-size: 3.6vw;
        line-height: 5.8vw;
    }

    .region2_1 .span {
        font-size: 3.6vw;
        line-height: 5.8vw;
        font-weight: 500
    }



    .regionMobile {
        margin-top: 3vw;
        width: 100%;
        height: auto;
        background-color: #f7f7f7;

    }

    .regionMobile .img {
        width: 100%;
    }

    .regionMobile .right {
        width: 95%;
        margin-left: 2.5%;
    }

    .regionMobile .right .title2 {
        font-size: 4vw;
        line-height: 10vw;
        font-weight: 600;
    }

    .regionMobile .right .span2 {
        font-size: 3.3vw;
        line-height: 6vw;
            margin-bottom: 2vw;

    }

    .region2_2 {
        display: none;
    }

    #tab3 .bottomTel .item {
        width: 47%;
    }

    #tab3 .bottomTel .item:nth-child(3n) {
        margin-right: 2%;
    }

    #tab3 .bottomTel .item:nth-child(2n) {
        margin-right: 0%;
    }

    #tab3 .bottomTel .item .title {
        font-size: 3vw;
        line-height: 5vw;
    }

    #tab3 .bottomTel .item .address {
        font-size: 2.6vw;
        line-height: 5vw;
    }

    #tab3 .bottomTel .item .info {
        font-size: 2.6vw;
        line-height: 10.5vw;
    }
    #tab3 .bottomTel .item .icon {
    width: 5vw;
    height: 5vw;
    }
    
    #tab3 .bottomTel .item  .address img{
            width: 31%;

    }
    
    
  }