﻿.wmkc-appli {background:#fff;padding:0}
.home-banner .swiper-slide>a::after{background: rgb(0 0 0 / 0%);}
.home-banner .banner-animote .p1{font-family: 'Titillium Web';font-weight: 600;font-size: 60px;color: #FFFFFF;line-height: 75px;text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.52);text-transform: uppercase;}
.home-banner .banner-animote .p2{padding: 40px 0 35px;font-weight: 400;font-size: 18px;color: #FFFFFF;line-height: 46px;text-shadow: 6px 5px 8px rgba(0, 0, 0, 0.52);max-width: 49%;position: relative;}
.home-banner .banner-animote .p2::after{position: absolute;content: '';width: 104px;height: 5px;background: #6abb32;left: 0;bottom: 0;}
.home-banner .banner-animote .p2 span{color: #6abb32;}
.home-banner .banner-animote .p3 a{border: 1px solid #6abb32;background: #6abb32;}
.home-banner .banner-animote .p3 a:hover{color: var(--color);background: #111111;}
.home-banner .banner-animote .a1{font-family: Impact;font-weight: 400;font-size: 90px;color: #FFFFFF;line-height: 100px;text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.51);text-transform: uppercase;}
.home-banner .banner-animote .a2{font-size: 18px;color: #FFFFFF;text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.51);padding: 40px 0 35px;max-width: 35%;line-height: 1.6;}
.home-banner .banner-animote .a3{position: relative;padding-top: 50px;}
.home-banner .banner-animote .a3::after{position: absolute;content: '';width: 140px;height: 6px;background: #981937;left: 0;top: 0;}
.home-banner .banner-animote .a3 a{display: flex;align-items: center;}
.home-banner .banner-animote .a3 a p{font-size: 20px;color: #0B0B0B;padding: 10px 16px;line-height: 1;background: #fff;height: 37px;}
.home-banner .banner-animote .a3 a span{background: #961A36;padding: 10px;line-height: 1;display: flex;height: 37px;width: 37px;justify-content: center;align-items: center;margin-left: 10px;}
.home-banner .banner-animote .s1{font-weight: 600;font-size: 60px;color: #FFFFFF;line-height: 1.2;text-transform: uppercase;font-family: 'Titillium Web';}
.home-banner .banner-animote .s2{font-size: 18px;color: #FFE;padding-top: 30px;margin: 20px 0;max-width: 48%;position: relative;}
.home-banner .banner-animote .s2::after{position: absolute;content: '';width: 80px;height: 4px;background: #6abb32;left: 0;top: 0;}
.home-banner .banner-animote .s3{font-size: 30px;color: #FFFFFF;padding: 15px 30px;border: 1px solid #fff;line-height: 1;display: inline-block;margin-top: 50px;}
@media (max-width:1640px) {.home-banner .banner-animote{zoom: .8;}}
@media (max-width:1366px) {.home-banner .banner-animote{zoom: .7;}}
@media (max-width:1024px) {.home-banner .banner-animote{zoom: .5;}}
@media (max-width:768px){.home-banner .banner-animote{zoom: 1;}
.home-banner .banner-animote .p1,.home-banner .banner-animote .a1,.home-banner .banner-animote .s1{font-size: 20px;line-height: 1.25;}
.home-banner .banner-animote .p2,.home-banner .banner-animote .a2,.home-banner .banner-animote .s2{font-size: 14px;line-height: 1.25;margin: 10px 0;padding: 10px 0;max-width: 60%;}
.home-banner .banner-animote .p3,.home-banner .banner-animote .a3,.home-banner .banner-animote .s3,.home-banner .banner-animote .p2::after{display: none;}}
   .home-news{padding-bottom:4%}
.home-news .list{margin-top:2em;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between}
.home-news .list li{width:32%}
.home-news .list li .img{border-radius:5px;display:flex;align-items:center;justify-content:center;aspect-ratio:var(--newssaspectratio);overflow:hidden;border:1px solid #eee}
.home-news .list li .img img{width:100%;height:100%;object-fit:cover}
.home-news .list li .info{padding-top:20px}
.home-news .list li .info .date{color:var(--introcolor)}
.home-news .list li .info .date em{color:var(--color);margin-right:6px}
.home-news .list li .info .title{font-weight:var(--fontbold6);font-size:var(--fontsize20);line-height:1.4;margin:10px 0}
.home-news .list li .info .text{color:var(--introcolor)}
.home-news .list li:hover .img img{transform:scale(1.05)}
.home-news .list li:hover .info .title{color:var(--color)}
.home-news .news-more{display:flex;align-items:center;justify-content:center;margin-top:3em}
.home-news .news-more a{min-width:180px;padding:0 20px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:24px;border:1px solid var(--color);color:var(--color);font-weight:var(--fontbold5);transition:all .2s linear;text-transform:capitalize}
.home-news .news-more a:hover{background:var(--color);color:#fff}
@media(max-width:768px){.home-news{padding:40px 0}
.home-news .list li{width:49%;margin-bottom:20px}
.home-news .list li .info .title{font-size:var(--fontsize18)}
}@media(max-width:500px){.home-news .list li{width:100%;display:flex}
.home-news .list li .img{width:40%}
.home-news .list li .img img{object-fit:contain;height:auto}
.home-news .list li .info{flex:1;padding:0 0 0 15px}
.home-news .list li .info .title{margin-bottom:0}
.home-news .list li .info .text{display:none}
.home-news .news-more{margin-top:1em}
}
.wmkc-desc{text-align: center;}
.home-news{padding-top: 4%;}