.content1 .tabContainer ul {
    justify-content: space-evenly;
}

.content1 .tabContainer ul li{
    white-space: nowrap;
}

.content1 .tabContainer{
    justify-content: center !important;
}

@media screen and (max-width: 768px) and (orientation:portrait) {
    .content1 {
        margin-top: 7vh !important;
        height: auto !important;
        padding: 2vw 0 0 2vw !important;
    }
    .content .innerWrap .title {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h1 {
        font-size: 5.5vw !important;
        padding: 2vw 0 !important;
    }
    .content .innerWrap .title h1::after {
        width: 6vw !important;
    }
    .content1 .list ul li {
        margin-bottom: 1vh !important;
    }
    .content1 .list ul li .imgBox {
        height: auto !important;
    }
    tr {
        display: block;
        margin: 3vh 0 3vh 0;
    }
    .content1 .list ul li .ctx {
        padding: 1vh 1vw 1vh 1vw !important;
        height: auto !important;
    }
    .content1 .list ul li .ctx h2 {
        font-size: 2vw !important;
        line-height: 3vw !important;
        height: auto !important;
    }
}

@media screen and (max-width: 920px) and (orientation:landscape) {
    .content1 {
        margin-top: 20vh !important;
        height: auto !important;
        padding: 2vw 0 0 2vw !important;
    }
    .content .innerWrap .title {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h1 {
        font-size: 4vw !important;
        padding: 2vw 0 !important;
    }
    .content .innerWrap .title h1::after {
        width: 6vw !important;
    }
    .content1 .list ul li {
        margin-bottom: 1vh !important;
    }
    .content1 .list ul li .imgBox {
        height: auto !important;
    }
    tr {
        display: block;
        margin: 3vh 0 3vh 0;
    }
    .content1 .list ul li .ctx {
        padding: 1vh 1vw 1vh 1vw !important;
        height: auto !important;
    }
    .content1 .list ul li .ctx h2 {
        font-size: 2vw !important;
        line-height: 3vw !important;
        height: auto !important;
    }
    .tabContainer,
    .footer {
        display: none !important;
    }
}

@media screen and (max-width: 920px) and (min-width: 768px) and (orientation:portrait) {
    .content1 {
        margin-top: 6vh !important;
        height: auto !important;
        padding: 2vw 0 0 2vw !important;
    }
    .content .innerWrap .title {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h1 {
        font-size: 4vw !important;
        padding: 2vw 0 !important;
    }
    .content .innerWrap .title h1::after {
        width: 6vw !important;
    }
    .content1 .list ul li {
        margin-bottom: 1vh !important;
    }
    .content1 .list ul li .imgBox {
        height: auto !important;
    }
    tr {
        display: block;
        margin: 3vh 0 3vh 0;
    }
    .content1 .list ul li .ctx {
        padding: 1vh 1vw 1vh 1vw !important;
        height: auto !important;
    }
    .content1 .list ul li .ctx h2 {
        font-size: 2vw !important;
        line-height: 2.5vw !important;
        height: auto !important;
    }
    .tabContainer,
    .footer {
        display: none !important;
    }
}

@media (max-width: 1200px) and (min-width: 920px) and (orientation:landscape) {
    .content1 {
        margin-top: 10vh !important;
        height: auto !important;
        padding: 2vw 0 0 2vw !important;
    }
    .content .innerWrap .title {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h1 {
        font-size: 3vw !important;
        padding: 2vw 0 !important;
    }
    .content .innerWrap .title h1::after {
        width: 6vw !important;
    }
    .content1 .list ul li {
        margin-bottom: 1vh !important;
    }
    .content1 .list ul li .imgBox {
        height: auto !important;
    }
    tr {
        display: block;
        margin: 3vh 0 3vh 0;
    }
    .content1 .list ul li .ctx {
        padding: 1vh 1vw 1vh 1vw !important;
        height: auto !important;
    }
    .content1 .list ul li .ctx h2 {
        font-size: 1.5vw !important;
        line-height: 2vw !important;
        height: auto !important;
    }
    .tabContainer,
    .footer {
        display: none !important;
    }
}