

/* Start:/local/templates/ksrk2025/components/ksrk/photogallery.detail/photogallery.detail/style.css?17639911935226*/
#photogallary-detail {
    width: 100%;
}
#photogallary-detail .info .title,
#photogallary-detail .info .description,
#photogallary-detail .metadata,
#photogallary-detail .action-list {
	font-family: Tahoma, sans-serif;
	will-change: opacity, transform;
}
#photogallary-detail .content {
    position: relative;
    width: 100%;
    min-height: 520px;
	height: auto;
    overflow: hidden;
	padding: 150px 0 60px 0;
}
#photogallary-detail .background-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
#photogallary-detail .background-blackout {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
#photogallary-detail .detail {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}
#photogallary-detail .info {
    max-width: 900px;
    margin-bottom: 30px;
    padding: 0 10px;
    word-wrap: break-word;
}
#photogallary-detail .info .title {
    font-size: 40px;
    margin-bottom: 25px;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
	text-transform: uppercase;
    animation: fadeInDown 1s forwards;
    animation-delay: 0.2s;
	color: #ffffff;
}
#photogallary-detail .info .title::before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #b8860b;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#photogallary-detail .info .description {
    font-size: 16px;
    margin-top: 30px;
    opacity: 0;
    transform: translateY(-20px);
    text-align: justify;
    animation: fadeInDown 1s forwards;
    animation-delay: 0.5s;
}
#photogallary-detail .metadata {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    align-items: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
    animation-delay: 0.8s;
}
#photogallary-detail .metadata .data {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    min-width: 80px;
}
#photogallary-detail .metadata .data .icon {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}
#photogallary-detail .metadata .data .value {
    font-size: 16px;
    display: flex;
    align-items: center;
}
#photogallary-detail .action-list {
	position: relative;
	margin: 0px;
	/*margin-top: 10px;*/
    text-align: center;
    z-index: 3;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
    animation-delay: 1.0s;
}
#photogallary-detail .action-list .action-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 14px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
	text-transform: uppercase;
}
#photogallary-detail .action-list .action-link:hover {
    background-color: #fff;
    color: #000;
}
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes fadeInDown {
    0% { opacity: 0; transform: translateY(-20px); }
    100% { opacity: 1; transform: translateY(0); }
}
@media (max-width: 480px) {
    #photogallary-detail .metadata .data {
        min-width: 60px;
        gap: 3px;
    }
    #photogallary-detail .metadata .data .icon {
        width: 20px;
        height: 20px;
    }
    #photogallary-detail .metadata .data .value {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    #photogallary-detail .content { height: 480px; padding: 20px 0 60px 0; }
    #photogallary-detail .info { max-width: 950px; padding: 0 20px; text-align: center; }
    #photogallary-detail .info .title { font-size: 48px; }
    #photogallary-detail .info .description { font-size: 18px;}
    /*#photogallary-detail .action-list { margin-top: 20px; }*/
}
@media (min-width: 992px) {
    #photogallary-detail .content { height: 560px; }
    #photogallary-detail .info { max-width: 1000px; padding: 0 30px; text-align: justify; }
    #photogallary-detail .info .title { font-size: 52px; text-align: center; }
    #photogallary-detail .info .description { font-size: 19px; }
}
@media (min-width: 1200px) {
    #photogallary-detail .content { height: 560px; }
    #photogallary-detail .info { max-width: 1100px; padding: 0 40px; text-align: justify; }
    #photogallary-detail .info .title { font-size: 56px; text-align: center; }
    #photogallary-detail .info .description { font-size: 20px; }
	#photogallary-detail .metadata .data .value { font-size: 20px; }
	#photogallary-detail .metadata .data .icon {width: 32px; height: 32px; }
}

@media (min-width: 1400px) {
    #photogallary-detail .content { height: 600px; }
    #photogallary-detail .info { max-width: 1200px; padding: 0px; text-align: justify; }
    #photogallary-detail .info .title { font-size: 60px; text-align: center; }
    #photogallary-detail .info .description { font-size: 21px; }
}
/* End */


/* Start:/local/templates/ksrk2025/components/ksrk/photogallery.album.latiest/photogallery.album.latiest/style.css?17646650087176*/
#photogallery-album-latiest {
    width: 100%;
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
#photogallery-album-latiest h1,
#photogallery-album-latiest h2,
#photogallery-album-latiest p,
#photogallery-album-latiest span {
  font-family: Tahoma, sans-serif;
}
#photogallery-album-latiest > .title {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 15px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 40px;
}
#photogallery-album-latiest > .title::before {
	content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #b8860b;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
#photogallery-album-latiest > .title > h1 {
	font-size: 32px;
	text-align: center;
	margin: 0px;
}
#photogallery-album-latiest .album-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
    padding: 0 20px;
	will-change: opacity, transform;
	transition: opacity 0.5s ease, transform 0.5s ease;
    list-style: none;
}
#photogallery-album-latiest .album {
    width: 100%;
	padding: 0px;
	margin: 0px;
	will-change: transform;
}
#photogallery-album-latiest .album-list.hidden {
	display: none;
}
#photogallery-album-latiest .album-list.show {
	display: flex;
    opacity: 1;
    transform: translateY(0);
	width: 100%;
    height: auto;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
#photogallery-album-latiest .album .link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
	will-change: transform, box-shadow;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#photogallery-album-latiest .album .link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
#photogallery-album-latiest .album .link .cover {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
#photogallery-album-latiest .album .link .cover .picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#photogallery-album-latiest .album .link .metadate {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#photogallery-album-latiest .album .link .metadate .title {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	height: 120px; 
    max-height: 120px;
}
/*#photogallery-album-latiest .album .link .metadate .description {
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
	margin: 0px;
    min-height: 63px;
    height: 63px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}*/
#photogallery-album-latiest .album .link .metadate .inner-metadate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
}
#photogallery-album-latiest .album .link .metadate .inner-metadate .count-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #555;
}
#photogallery-album-latiest .album .link .metadate .inner-metadate .count-icon .count-date {
	color: #b8860b;
	font-weight: bold;
}
#photogallery-album-latiest .album .link .metadate .inner-metadate .count-icon .count-photo {
	color: #000000;
	font-weight: bold;
}
#next-album-list .button {
    display: block;
    margin: 0px auto;
    padding: 12px 24px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 6px;
	background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#next-album-list .button:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-3px);
}

#next-album-list .button:active {
    transform: scale(0.98);
}
@media (min-width: 576px) {
    #photogallery-album-latiest .album-list {
        gap: 25px;
    }
    #photogallery-album-latiest .album .link .cover {
        height: 280px;
    }
}
@media (min-width: 768px) {
    #photogallery-album-latiest .album-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
	#photogallery-album-latiest > .title > h1 {
		font-size: 36px;
	}
    #photogallery-album-latiest .album {
        flex: 0 0 calc(40% - 20px);
        max-width: calc(40% - 20px);
    }
    #photogallery-album-latiest .album .link {
        height: 380px; 
    }
    #photogallery-album-latiest .album .link .metadate .inner-metadate{
        flex-wrap: nowrap;    
    }
	#photogallery-album-latiest .album .link .metadate .inner-metadate .count-icon .icon {
		height: 20px;
		width: 20px;
	}
}
@media (min-width: 992px) {
    #photogallery-album-latiest .album {
        flex: 0 0 calc(33.33% - 20px); 
        max-width: calc(33.33% - 20px);
    }
	#photogallery-album-latiest > .title > h1 {
		font-size: 48px;
	}
    #photogallery-album-latiest .album .link {
        height: 380px; 
    }
    #photogallery-album-latiest .album .link .cover {
        height: 220px;
    }
    #photogallery-album-latiest .album .link .metadate .inner-metadate {
        flex-wrap: nowrap; 
    }
    #photogallery-album-latiest .album .link .metadate .title {
        font-size: 18px;
		height: 132px;
		max-height: 132px;
    }
    #photogallery-album-latiest .album .link .metadate .description {
        min-height: 68px;
        height: 68px;
        max-height: 68px;
        font-size: 15px;
    }
	#photogallery-album-latiest .album .link .metadate .inner-metadate .count-icon .icon {
		height: 32px;
		width: 32px;
	}
}
@media (min-width: 1200px) {
    #photogallery-album-latiest .album-list {
        display: flex;
        flex-wrap: wrap;           
        justify-content: center;   
        gap: 40px; 
    }
    #photogallery-album-latiest .album {
        flex: 0 0 auto;
        width: 350px;
        height: 380px; 
    }
    #photogallery-album-latiest .album .link .cover {
        height: 200px; 
    }
    #photogallery-album-latiest .album .link .metadate .title {
        font-size: 18px; 
    }
    #photogallery-album-latiest .album .link .metadate .description {
        font-size: 14px; 
    }
}
@media (min-width: 1400px) {
    #photogallery-album-latiest .album-list {
        justify-content: center;
        gap: 65px;
        padding: 0 30px;
    }
    #photogallery-album-latiest .album {
        width: 350px;
        height: 380px; 
    }
    #photogallery-album-latiest .album .link .cover {
        height: 220px; 
    }
    #photogallery-album-latiest .album .link .metadate .title {
        font-size: 18px;
    }
    #photogallery-album-latiest .album .link .metadate .description {
        font-size: 15px;
    }
}
@media (min-width: 1700px) {
	#photogallery-album-latiest {
		width: 1250px;
		margin: 0 auto;
	}
}
/* End */


/* Start:/local/templates/ksrk2025/components/ksrk/photogallery.album.list/photogallery.album.list/style.css?17646729426754*/
#photogallery-album-list {
    width: 100%;
    padding: 30px 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
#photogallery-album-list h1,
#photogallery-album-list h2,
#photogallery-album-list p,
#photogallery-album-list span {
  	font-family: Tahoma, sans-serif;
}
#photogallery-album-list > .title {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 15px;
	margin: 0px;
	/*margin-top: 15px;*/
	margin-bottom: 40px;
}
#photogallery-album-list > .title::before {
	content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #b8860b;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
#photogallery-album-list > .title > h1 {
	font-size: 32px;
	text-align: center;
	margin: 0px;
}
#photogallery-album-list .album-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
    padding: 0 20px;
	transition: opacity 0.5s ease, transform 0.5s ease;
    list-style: none;
}
#photogallery-album-list .album {
    width: 100%;
}
#photogallery-album-list ul li {
	margin: 0;
	padding: 0;
}
#photogallery-album-list .album-list.hidden {
	display: none;
}
#photogallery-album-list .album-list.show {
	display: flex;
    opacity: 1;
    transform: translateY(0);
	width: 100%;
    height: auto;
    transition: opacity 0.5s ease, transform 0.5s ease;
}
#photogallery-album-list .album .link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#photogallery-album-list .album .link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
#photogallery-album-list .album .link .cover {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
#photogallery-album-list .album .link .cover .picture {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#photogallery-album-list .album .link .metadate {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#photogallery-album-list .album .link .metadate .title {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	height: 120px; 
    max-height: 120px;
}
#photogallery-album-list h2 {
	margin: 0px;
}
/*#photogallery-album-list .album .link .metadate .description {
    display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    min-height: 63px;
    height: 63px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}*/
#photogallery-album-list p {
	margin: 0px;
}
#photogallery-album-list .album .link .metadate .inner-metadate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 15px;
}
#photogallery-album-list .album .link .metadate .inner-metadate .count-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #555;
}
#photogallery-album-list .album .link .metadate .inner-metadate .count-icon .count-date {
	color: #b8860b;
	font-weight: bold;
}
#photogallery-album-list .album .link .metadate .inner-metadate .count-icon .count-photo {
	color: #000000;
	font-weight: bold;
}
#next-album-list .button {
    display: block;
    margin: 0px auto;
    padding: 12px 24px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 6px;
	background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

#next-album-list .button:hover {
    background-color: #000000;
    color: #ffffff;
    transform: translateY(-3px);
}

#next-album-list .button:active {
    transform: scale(0.98);
}
@media (min-width: 576px) {
    #photogallery-album-list .album-list {
        gap: 25px;
    }
    #photogallery-album-list .album .link .cover {
        height: 280px;
    }
}
@media (min-width: 768px) {
    #photogallery-album-list .album-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
	#photogallery-album-list > .title > h1 {
		font-size: 36px;
	}
    #photogallery-album-list .album {
        flex: 0 0 calc(40% - 20px);
        max-width: calc(40% - 20px);
    }
    #photogallery-album-list .album .link {
        height: 380px; 
    }
    #photogallery-album-list .album .link .metadate .inner-metadate{
        flex-wrap: nowrap;    
    }
}
@media (min-width: 992px) {
    #photogallery-album-list .album {
        flex: 0 0 calc(33.33% - 20px); 
        max-width: calc(33.33% - 20px);
    }
	#photogallery-album-list > .title > h1 {
		font-size: 48px;
	}
    #photogallery-album-list .album .link {
        height: 380px; 
    }
    #photogallery-album-list .album .link .cover {
        height: 220px;
    }
    #photogallery-album-list .album .link .metadate .inner-metadate {
        flex-wrap: nowrap; 
    }
    #photogallery-album-list .album .link .metadate .title {
        font-size: 18px;
		height: 132px;
		max-height: 132px;
    }
    #photogallery-album-list .album .link .metadate .description {
        min-height: 68px;
        height: 68px;
        max-height: 68px;
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    #photogallery-album-list .album-list {
        display: flex;
        flex-wrap: wrap;           
        justify-content: center;   
        gap: 40px; 
    }
    #photogallery-album-list .album {
        flex: 0 0 auto;
        width: 350px;
        height: 380px; 
    }
    #photogallery-album-list .album .link .cover {
        height: 200px; 
    }
    #photogallery-album-list .album .link .metadate .title {
        font-size: 18px; 
    }
    #photogallery-album-list .album .link .metadate .description {
        font-size: 14px; 
    }
}
@media (min-width: 1400px) {
    #photogallery-album-list .album-list {
        justify-content: center;
        gap: 65px;
        padding: 0 30px;
    }
    #photogallery-album-list .album {
        width: 350px;
        height: 380px; 
    }
    #photogallery-album-list .album .link .cover {
        height: 220px; 
    }
    #photogallery-album-list .album .link .metadate .title {
        font-size: 18px;
    }
    #photogallery-album-list .album .link .metadate .description {
        font-size: 15px;
    }
}
@media (min-width: 1700px) {
	#photogallery-album-list {
		width: 1250px;
		margin: 0 auto;
	}
}
/* End */


/* Start:/local/templates/ksrk2025/components/ksrk/photogallery.category.list/photogallery.category.list/style.css?176466377811067*/
#photogallery-category-list {
    width: 100%;
    padding: 0;

}
#photogallery-category-list h1,
#photogallery-category-list h2,
#photogallery-category-list p,
#photogallery-category-list span {
  	font-family: Tahoma, sans-serif;
}

#photogallery-category-list .category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 20px;
    margin: 60px 20px;
    margin-bottom: 20px;
}
#photogallery-category-list .category .title {
	margin: 0px;
    font-size: 28px;
    font-weight: bold;
	font-family: Tahoma, sans-serif;
}
#photogallery-category-list .category .scroll-buttons {
    display: flex;
    gap: 10px;
}
#photogallery-category-list .category .scroll-buttons button {
	min-width: 0px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: transform .2s ease;
}
#photogallery-category-list .category .scroll-buttons button:hover {
    transform: scale(1.1);
}
#photogallery-category-list .category .scroll-buttons img {
    width: 25px;
    height: 25px;
}
#photogallery-category-list .category .line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b8860b;
}
#photogallery-category-list .album-list {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 20px;
    list-style: none;
    position: relative;
}
#photogallery-category-list .album-list.fade::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80px; 
    height: 100%;
    pointer-events: none; 
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%); 
}
#photogallery-category-list .album-list::-webkit-scrollbar {
    display: none;
}
#photogallery-category-list .category-item {
    position: relative;
    flex: 0 0 100%;
    border-radius: 10px;
    overflow: hidden;
    /*background: #000;*/
	will-change: transform, box-shadow;
    transition: transform .3s ease, box-shadow .3s ease;
}
#photogallery-category-list .category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

#photogallery-category-list .category-item .link {
    display: block;
    width: 100%;
    height: 100%;
	background-color: #ffffff;
    text-decoration: none;
}
#photogallery-category-list .category-item .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
#photogallery-category-list .category-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    z-index: 2;
}
#photogallery-category-list .category-item .title,
#photogallery-category-list .category-item .inner-metadate {
    position: relative;
    z-index: 3;
    color: #fff;
}
#photogallery-category-list .category-item .title {
    font-size: 22px;
    padding: 20px 20px 10px;
}
#photogallery-category-list .category-item .inner-metadate {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding: 0 20px;
}
#photogallery-category-list .category-item .count-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}
#photogallery-category-list .category-item .count-icon .icon {
    width: 18px;
    filter: brightness(0) invert(1);
}
#photogallery-category-list .album {
	margin: 0px;
	padding: 0px;
    flex: 0 0 100%;
	will-change: transform, box-shadow;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}
#photogallery-category-list .album .link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
	overflow: hidden;
}
#photogallery-category-list .album:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
#photogallery-category-list .album .cover {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}
#photogallery-category-list .album .cover .picture {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#photogallery-category-list > .album-list > .category-item > .link > .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    margin-bottom: 10px; 
    border: 1px solid #b8860b; 
    border-radius: 8px;
    background-color: rgba(0,0,0,0.05); 
	z-index: 6;
}
#photogallery-category-list > .album-list > .category-item > .link > .info > .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    z-index: 5;
	width: 100%;
	height: 100%;
    padding: 50px;   
    border: 2px solid #ffffff; 
    border-radius: 8px;                           
    box-sizing: border-box;   
    background-color: rgba(0,0,0,0.4); 
}
#photogallery-category-list > .album-list > .category-item > .link > .info > .wrapper > .title {
    position: relative;
    padding: 0px;
    padding-bottom: 10px;
    margin-bottom: 8px;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
	white-space: nowrap;        
    overflow: hidden;           
    text-overflow: ellipsis;
}
#photogallery-category-list > .album-list > .category-item > .link > .info > .wrapper >.title::before {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
}
#photogallery-category-list > .album-list > .category-item > .link > .info > .wrapper > .inner-metadate {
    display: flex;
	justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
    align-items: center;
}
#photogallery-category-list .album .metadate {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
	gap: 10px;
    /*box-sizing: border-box;*/
}
#photogallery-category-list .album .metadate .title {
	margin: 0px;
	padding-bottom: 5px;
    font-size: 20px;
    font-weight: bold;
	display: -webkit-box;
    line-height: 1.5;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
	overflow: hidden;
	height: 120px; 
    max-height: 120px;
	text-align: center;
}
/*#photogallery-category-list .album .metadate .description {
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.5;
	margin: 0px;
	min-height: 63px;
	height: 63px;
	max-height: 63px;
    color: #333;
    overflow: hidden;
}*/
#photogallery-category-list .album .inner-metadate {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 15px;
}
#photogallery-category-list .album .count-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}
#photogallery-category-list .album .count-icon .count-date {
    color: #b8860b;
	font-weight: bold;
}
#photogallery-category-list .album .count-icon .count-photo {
    color: #000000;
	font-weight: bold;
}
#photogallery-category-list .category-album-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
	padding: 0px;
    border-radius: 10px;
    background: none;
    width: 260px;
	position: relative;
    transition: .3s;
}
#photogallery-category-list .category-album-all .category-cover {
	position: absolute;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
	filter: brightness(60%);
	z-index: 0;
}
#photogallery-category-list .category-album-all:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px #9c9c9c;
}
#photogallery-category-list .view-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
	width: 100%;
	height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
	z-index: 2;
}
#photogallery-category-list .view-all .icon {
    width: 36px;
    height: 36px;
}
@media (min-width: 576px) {
    #photogallery-category-list .album-list { gap: 25px; }
    #photogallery-category-list .category-item { flex: 0 0 250px; height: auto;}
    #photogallery-category-list .album { flex: 0 0 250px; height: auto; }
}
@media (min-width: 768px) {
    #photogallery-category-list .category-item { flex: 0 0 45%; }
    #photogallery-category-list .album,
    #photogallery-category-list .category-item { 
		flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px); 
	}
	#photogallery-category-list .category-album-all { 
		flex: 0 0 calc(33.33% - 20px);
        max-width: calc(33.33% - 20px); 
	}
	#photogallery-category-list .album .link {
        height: 380px;
    }
	#photogallery-category-list .category .title {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
    #photogallery-category-list .category-item { flex: 0 0 32%; }
    #photogallery-category-list .album { flex: 0 0 32%; max-width: calc(33.33% - 20px); }
	#photogallery-category-list .category-album-all { flex: 0 0 32%; }
	#photogallery-category-list .album .metadate .title { font-size: 18px;
		height: 132px;
		max-height: 132px;}
	#photogallery-category-list .album .metadate .description {
		min-height: 68px;
        height: 68px;
        max-height: 68px;
        font-size: 15px;
	}
	#photogallery-category-list .category .title {
        font-size: 48px;
    }
}
@media (min-width: 1200px) {
    #photogallery-category-list .album-list {
        width: 1130px; 
    	margin: 0 auto; 
    	padding: 0 20px; 
    	display: flex;
    	flex-wrap: nowrap;
    	gap: 40px;
    }
    #photogallery-category-list .album,
    #photogallery-category-list .category-item,
	#photogallery-category-list .category-album-all {
        flex: 0 0 350px; 
    	height: 380px;
    }
	#photogallery-category-list .album .cover {
		height: 200px;
	}
	#photogallery-category-list .album .link {
		height: 380px;
	}
	#photogallery-category-list .album .metadate .description {
        font-size: 15px;
	}
	#photogallery-category-list .category .scroll-buttons img {
		width: 30px;
   		height: 30px;
}
}
@media (min-width: 1400px) {
    #photogallery-category-list .album-list { 
		width: 1250px; 
        margin: 0 auto;
        padding: 20px 30px; 
        display: flex;
        flex-wrap: nowrap;
        gap: 70px; 
        overflow: hidden;
        box-sizing: border-box; 
	}
    #photogallery-category-list .album,
    #photogallery-category-list .category-item,
    #photogallery-category-list .category-album-all {
        flex: 0 0 350px;
        height: 380px;
		box-sizing: border-box;
    }
    #photogallery-category-list .album .cover {
        height: 220px;
    }

    #photogallery-category-list .category-item {
        height: 380px;
    }
	#photogallery-category-list .album .metadate .title {
		font-size: 18px;
	}
}
@media (min-width: 1700px) {
	#photogallery-category-list {
		width: 1250px;
		margin: 0 auto;
	}
}
/* End */
/* /local/templates/ksrk2025/components/ksrk/photogallery.detail/photogallery.detail/style.css?17639911935226 */
/* /local/templates/ksrk2025/components/ksrk/photogallery.album.latiest/photogallery.album.latiest/style.css?17646650087176 */
/* /local/templates/ksrk2025/components/ksrk/photogallery.album.list/photogallery.album.list/style.css?17646729426754 */
/* /local/templates/ksrk2025/components/ksrk/photogallery.category.list/photogallery.category.list/style.css?176466377811067 */
