@charset "utf-8";

#mkCase{padding:150px 0;background:#f2f2f2}
#mkCase .flex{display:flex;justify-content:space-between;max-width:var(--mainsize);margin:0 auto}
#mkCase .mb_tit2{margin-bottom:100px;font-size:38px;font-weight:700;color:#111;white-space:pre-line;word-break:keep-all}
#mkCase .more{display:inline-flex;padding:15px 25px;gap:20px;border:2px solid var(--primary);border-radius:50px;font-size:16px;font-weight:600;color:var(--primary);transition:all .3s}

#mkCase .blog ul{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
#mkCase .blog ul li{width:385px}
#mkCase .blog ul a{overflow:hidden;display:block;height:100%;border-radius:13px;background:#fff}
#mkCase .blog .thum{width:100%;height:250px;background-position:center !important;background-size:cover !important}
#mkCase .blog .txt{position:relative;padding:30px 40px}
#mkCase .blog .txt:after{position:absolute;content:'';top:30px;right:30px;width:3px;height:15px;background:url(/sh_img/include/mk_case/img/dot.png) no-repeat}
#mkCase .blog .txt span{font-size:13px;font-weight:700;color:var(--primary)}
#mkCase .blog .txt p{margin-top:10px;font-size:20px;font-weight:700;word-break:keep-all}

@media(hover:hover){
#mkCase .more:hover{color:#fff;background:var(--primary)}
#mkCase .blog ul a:hover p{text-decoration:underline}
}

@media(max-width:1400px){
#mkCase{padding:120px 15px}
}
@media(max-width:1230px){
#mkCase .mb_tit2{white-space:pre-line}
#mkCase .blog{width:60%}
#mkCase .blog ul li{width:100%}
}
@media(max-width:1024px){
#mkCase{padding:100px 15px}
#mkCase .mb_tit2{margin-bottom:40px;font-size:30px}
#mkCase .blog .txt{padding:30px}
#mkCase .blog .txt p{font-size:17px}
#mkCase .blog .thum{height:170px}
}
@media(max-width:768px){
#mkCase{padding:60px 15px 50px}
#mkCase .flex{display:block}
#mkCase .flex .tit_wrap{text-align:center}
#mkCase .mb_tit2{margin-bottom:25px;font-size:25px}
#mkCase .blog{width:100%;margin-top:50px}
#mkCase .blog ul{gap:15px}
}
@media(max-width:480px){
#mkCase{padding:60px 15px 50px}
#mkCase .mb_tit2{margin-bottom:20px}
#mkCase .more{align-items:center;padding:10px 20px;font-size:14px;font-weight:700}
#mkCase .blog{margin-top:50px}
#mkCase .blog .txt{padding:25px}
#mkCase .blog .txt p{font-size:15px}
}
@media(max-width:380px){
#mkCase .mb_tit2{font-size:20px}
#mkCase .blog ul{grid-template-columns:repeat(1,1fr)}
}