.container { max-width: 1920px; width: 100%; margin: 0 auto; padding-inline: 2vw;}
img {max-width: 100%;}
[max='1560'] { width: 100%; max-width: 1560px; margin: 0 auto; } 
[max='1920'] { width: 100%; max-width: 1920px; margin: 0 auto; } 

.tab-show, .mob-show {display: none;}
.relative {position: relative;}

.mt0 { margin-top: 0; } 
.mt5 { margin-top: 5px; } 
.mt10 { margin-top: 10px } 
.mt20 { margin-top: 20px } 
.mt25 { margin-top: 25px } 
.mt30 { margin-top: 30px } 
.mt35 { margin-top: 35px;} 
.mt40 { margin-top: 40px } 
.mt45 { margin-top: 45px;} 
.mt50 { margin-top: 50px } 
.mt60 { margin-top: 60px } 
.mt65 { margin-top: 65px;} 
.mt70 { margin-top: 70px } 
.mt75 { margin-top: 75px;} 
.mt80 { margin-top: 80px } 
.mt85 { margin-top: 85px } 
.mt90 { margin-top: 90px } 
.mt95 { margin-top: 95px } 
.mt100 { margin-top: 100px } 
.mt110 { margin-top: 110px; } 
.mt120 { margin-top: 120px; } 
.mt130 { margin-top: 130px; } 
.mt140 { margin-top: 140px; } 
.mt150 { margin-top: 150px; } 
.mt160 { margin-top: 160px; } 
.mt170 { margin-top: 170px; } 
.mt180 { margin-top: 180px; } 
.mt190 { margin-top: 190px; } 
.mt200 { margin-top: 200px; } 
.mt210 { margin-top: 210px; } 
.mt220 { margin-top: 220px; } 
.mt230 { margin-top: 230px; } 
.mt240 { margin-top: 240px; } 
.mt250 { margin-top: 250px; } 

.mb40 { margin-bottom: 30px } 
.mb45 { margin-bottom: 35px;} 
.mb50 { margin-bottom: 40px } 
.mb60 { margin-bottom: 40px } 
.mb65 { margin-bottom: 40px;} 
.mb70 { margin-bottom: 35px } 
.mb75 { margin-bottom: 35px;} 
.mb80 { margin-bottom: 40px } 
.mb85 { margin-bottom: 40px } 
.mb90 { margin-bottom: 45px } 
.mb95 { margin-bottom: 45px } 
.mb100 { margin-bottom: 50px } 
.mb110 { margin-bottom: 55px; } 
.mb120 { margin-bottom: 60px; } 
.mb130 { margin-bottom: 65px; } 
.mb140 { margin-bottom: 70px; } 
.mb150 { margin-bottom: 75px; } 
.mb160 { margin-bottom: 80px; } 
.mb170 { margin-bottom: 85px; } 
.mb180 { margin-bottom: 90px; } 
.mb190 { margin-bottom: 95px; } 
.mb200 { margin-bottom: 100px; } 
.mb210 { margin-bottom: 105px; } 
.mb220 { margin-bottom: 110px; } 
.mb230 { margin-bottom: 115px; } 
.mb240 { margin-bottom: 120px; } 
.mb250 { margin-bottom: 125px; } 

@media screen and (max-width:992px) {
    .pc-show {display: none;}
    .t-show {display: block;}

    .mt40 { margin-top: 30px } 
    .mt45 { margin-top: 35px;} 
    .mt50, .mt60, .mt65, .mt70, .mt75, .mt80, .mt85 { margin-top: 40px } 
    .mt90, .mt95 { margin-top: 45px } 
    .mt100 { margin-top: 50px } 
    .mt110 { margin-top: 55px; } 
    .mt120 { margin-top: 60px; } 
    .mt130 { margin-top: 65px; } 
    .mt140 { margin-top: 70px; } 
    .mt150 { margin-top: 75px; } 
    .mt160 { margin-top: 80px; } 
    .mt170 { margin-top: 85px; } 
    .mt180 { margin-top: 90px; } 
    .mt190 { margin-top: 95px; } 
    .mt200 { margin-top: 100px; } 
    .mt210 { margin-top: 105px; } 
    .mt220 { margin-top: 110px; } 
    .mt230 { margin-top: 115px; } 
    .mt240 { margin-top: 120px; } 
    .mt250 { margin-top: 125px; } 

    .mb40 { margin-bottom: 30px } 
    .mb45 { margin-bottom: 35px;} 
    .mb50, .mb60, .mb65, .mb70, .mb75, .mb80, .mb85 { margin-bottom: 40px } 
    .mb90 { margin-bottom: 45px } 
    .mb95 { margin-bottom: 45px } 
    .mb100 { margin-bottom: 50px } 
    .mb110 { margin-bottom: 55px; } 
    .mb120 { margin-bottom: 60px; } 
    .mb130 { margin-bottom: 65px; } 
    .mb140 { margin-bottom: 70px; } 
    .mb150 { margin-bottom: 75px; } 
    .mb160 { margin-bottom: 80px; } 
    .mb170 { margin-bottom: 85px; } 
    .mb180 { margin-bottom: 90px; } 
    .mb190 { margin-bottom: 95px; } 
    .mb200 { margin-bottom: 100px; } 
    .mb210 { margin-bottom: 105px; } 
    .mb220 { margin-bottom: 110px; } 
    .mb230 { margin-bottom: 115px; } 
    .mb240 { margin-bottom: 120px; } 
    .mb250 { margin-bottom: 125px; } 
}


@media all and (min-width:1024px) {
} 

@media all and (min-width:768px) and (max-width:1023px) {
} 

@media all and (max-width:767px) {
    .m-show {display: block;}
}