﻿@charset "utf-8"; 
.kche-t172 .kche-t172-item{align-items: center;}
.singgle-main .sidebar{display:none;}
.singgle-main .common-content{width:100%;flex:inherit;}
@media (min-width:1025px){.lang-icon span{display:block;}}
.foot-social .list{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}
.foot-social .list img{width:100%;aspect-ratio:1;height:100%}
@media (min-width:769px){.common-main.mobcate-main .sidebar-cate.pagenav-catelist{position: sticky;top:80px;background:#fff;z-index:9}
header.is-fix+main .common-main.mobcate-main .sidebar-cate.pagenav-catelist{box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);}}
.img-lightbox{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.8);display:flex;align-items:center;justify-content:center;z-index:9999;opacity:0;transition:opacity 0.3s ease;cursor:zoom-out}
.img-lightbox.active{opacity:1}
.img-lightbox img{max-width:90%;max-height:90%;border-radius:12px;box-shadow:0 0 20px rgba(0,0,0,0.5);transform:scale(0.8);transition:transform 0.3s ease}
.img-lightbox.active img{transform:scale(1)}
.foot-social .list img{cursor:zoom-in;transition:transform 0.3s ease,box-shadow 0.3s ease}
.foot-social .list img:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.2)}