@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,input,form,dd,dt,dl,ul,li,img,p,em,span,a,tr,td,th,select{font-family: "微软雅黑";padding:0; margin:0;-webkit-font-smoothing: subpixel-antialiased}
ul,li{ list-style:none;}
em{font-style: inherit;}
a{ text-decoration:none;}
a:hover{color:#3e7ced;}
fieldset,img{ border: 0;}
img{ vertical-align:middle;}
button{border: none;background: none;}
html{

	background: linear-gradient(to right, #fef3e4, #fef3e4);

  }
body{ font-size:12px;font-family:msyh,"微软雅黑";background-color: #f5f5f5;background-color:#fff;-webkit-font-smoothing: subpixel-antialiased;background:  url(../image/banner.jpg)  no-repeat top center;     background-position: center -35px;}





 .news-section .container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
	 
}


.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0;
	 
}

/* Banner区域 */
.banner {
	    width: 985px;
    margin-top: 20px;
    height: 775px;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
}
.bannerlogo{    position: absolute;
    top: 71px;
    left: -166px;}
.banner img {
	width: auto;
	height: auto;
	display: block;
}
.bannerlogo1{

    padding-top: 130px;

}
/* 新闻部分 */
/* 视频播放区域 */
.video-section {
	padding: 30px 0;
	margin: 20px auto;
	max-width: 1355px;
	margin-top: -40px;
}
.video-section .container {
    max-width: 1200px;

padding:0px;
}


.video-player-wrapper {
	position: relative;
	width: 100%;
	border-radius: 8px;

	
 
}

.video-player-bg {
	
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17px;
	background: none;
	background-color: #000;
	/* 四线边框效果：深红、浅红（加宽）、黄、浅红 */
	border: 3px solid #8B0000; /* 深红 - 第一层（最外层） */
	border-radius: 20px;
	position: relative;

}

.video-player-bg::before {
	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 13px solid #ff6e17;
    border-radius: 17px;
    pointer-events: none;
}

.video-player-bg::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 11px;
    right: 11px;
    bottom: 11px;
    border: 3px solid #f7edb2;
    border-radius: 11px;
    pointer-events: none;
    box-shadow: inset 0 0 0 3px #cb4c43;
}

.main-video-player {
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 2;
}

/* 主视频容器，保持固定高度 */
#main-video-container {
	position: relative;
	width: 100%;
	padding-bottom: 75%; /* 4:3 比例 */
	height: 0;
	background-color: #000;
}

.video-bottom-decoration {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	pointer-events: none;
}

.video-bottom-decoration img {
	max-width: 100px;
	height: auto;
	display: block;
}

.main-video-player .video-wrapper {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	/* 4:3 比例 */
	position: relative;
	width: 100%;
	padding-bottom: 75%; /* 4:3 = 3/4 = 0.75 = 75% */
	height: 0;
}

.main-video-player .video-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.main-video-player video {
	width: 100%;
	height: auto;
	display: block;
}

/* 腾讯视频样式 */
.tencent-video-style {
	position: relative;
}

.tencent-video-style:hover .tencent-controls {
	opacity: 1 !important;
}

.tencent-video-player {
	cursor: pointer;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	display: block !important;
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 1;
	background: #000;
}

.video-wrapper.tencent-video-style {
	position: relative;
	background: #000;
}

.video-wrapper.tencent-video-style video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.tencent-video-player::-webkit-media-controls {
	display: none !important;
}

.tencent-video-player::-webkit-media-controls-enclosure {
	display: none !important;
}

.tencent-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.4), transparent);
	padding: 15px 20px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 2;
}

.tencent-video-style:hover .tencent-controls,
.tencent-video-style .tencent-controls.show {
	opacity: 1;
	pointer-events: all;
}

.tencent-progress-bar {
	width: 100%;
	height: 4px;
	background: rgba(255,255,255,0.3);
	border-radius: 2px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
}

.tencent-progress-bar:hover {
	height: 6px;
}

.tencent-progress {
	width: 0%;
	height: 100%;
	background: #00A1D6;
	border-radius: 2px;
	transition: width 0.1s;
	position: relative;
}

.tencent-progress::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: #00A1D6;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s;
}

.tencent-progress-bar:hover .tencent-progress::after {
	opacity: 1;
}

.tencent-controls-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tencent-controls-left,
.tencent-controls-right {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tencent-btn {
	background: none;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	padding: 5px 8px;
	transition: all 0.2s;
	border-radius: 4px;
}

.tencent-btn:hover {
	background: rgba(255,255,255,0.2);
	transform: scale(1.1);
}

.tencent-play-btn {
	font-size: 20px;
}

.tencent-time {
	color: #fff;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

/* 视频底部装饰元素 */
.video-top-right-decoration {
	position: absolute;
	top: -89px;
	right: 20px;
	z-index: 3;
	pointer-events: none;
}

.video-top-right-decoration img {
	max-width: 100%;
	height: auto;
	display: block;
}

.video-bottom-decoration {
	position: absolute;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	pointer-events: none;
}

.video-bottom-decoration img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* 视频封面图片 */
.video-cover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 10 !important;
	cursor: pointer;
	transition: opacity 0.3s;
	display: block ;
	pointer-events: all !important;
	-webkit-tap-highlight-color: transparent;
}

/* 播放按钮图标 */
.video-cover-image .play-button-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,0.6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	transition: all 0.3s;
}

.video-cover-image:hover .play-button-icon,
.video-cover-image:active .play-button-icon {
	background: rgba(0,0,0,0.8);
	transform: translate(-50%, -50%) scale(1.1);
}

.video-cover-image .play-button-icon svg {
	width: 40px;
	height: 40px;
	fill: white;
}

#main-video-container video.loaded ~ .video-cover-image,
#main-video-container video.playing ~ .video-cover-image {
	opacity: 0;
	pointer-events: none;
	display: none !important;
}

/* 移动端优化 */
@media (max-width: 768px) {
	.video-cover-image {
		z-index: 10 !important;
		display: block !important;
	}
	
	.video-cover-image .play-button-icon {
		width: 70px;
		height: 70px;
	}
	
	.video-cover-image .play-button-icon svg {
		width: 35px;
		height: 35px;
	}
}

.video-loading {
	text-align: center;
	padding: 40px;
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 8px;
}

.news-section {
	background-color: #fff;
	padding: 30px 0;
	margin: 20px auto;
	max-width: 1355px;
	height: 540px;
	background: url(../image/news.png) no-repeat top center;
	background-size: 100% auto;
}

.news-section h2{
	text-align: center;
    padding-top: 18px;
	position: relative;
}

.news-section h2 img{
	position: absolute;
	top: -60px;
	left: 32%;
}
.news-list h2 {
	font-size: 20px;
}


.back-button::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #d35546;
    border-bottom: 2px solid #d35546;
    transform: rotate(45deg);
    margin-left: 4px;
 
}



.news-content {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	padding-top: 55px;
}

.news-image {
	flex: 0 0 450px;
	padding-top: 20px;
}

.news-image img {
	width: 520px;
	height: 292px;
	object-fit: cover;
	border-radius: 8px;
}

.news-list {
	flex: 1;
	height: 300px;
	overflow: hidden;
}

.news-list h2 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #424242;
}

.news-loading{
	color: #fff;
}

.news-item {
	padding: 13px 0;

	cursor: pointer;
	transition: all 0.3s;
}

.news-item:hover {

	padding-left: 10px;
}

.news-item:last-child {
	border-bottom: none;
}

.news-item-title {
	font-size: 26px;
	color: #242424;
}

.news-item-title a {
	color: #424242;
	text-decoration: none;
	transition: color 0.3s;
}


.news-more-wrapper {
	text-align: right;
	margin-top: 15px;
}

.news-more-link {
	display: inline-block;
	padding: 5px 8px;
	border-radius: 16px;
	font-size: 21px;
	color: #da5335;
	margin-right: 613px;
	text-decoration: none;
	transition: opacity 0.3s;
}

.news-more-link:hover {
	opacity: 0.85;
	color: #c62400;

}

/* 内容区 */
.content-section {
	
	padding: 30px 0;
	margin: 20px auto;
	max-width: 1200px;
}

.tab-buttons {
    display: flex;
    gap: 71px;
    margin-bottom: 60px;

	justify-content: center;
	align-items: center;
}

.tab-btn {
	padding: 0;
	background: url(../image/an_off.png) no-repeat center center;
	background-size: 403px 105px;
	border: none;
	font-size: 18px;
	color: #eef42c;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	font-size: 32px;
    font-weight: bold;
	width: 403px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-btn.active {
	background-image: url(../image/an_no.png);
	color: #eef42c;
}

.tab-btn.active::after {
	display: none;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/* 素材下载 */
.material-search-bar {
	display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.material-search-wrapper {
	position: relative;
	flex: 0.3;
	display: flex;
	align-items: center;
}

.material-search-input {
	width: 100%;
	padding: 10px 45px 10px 15px;
	border: 2px solid #d35546;
	border-radius: 4px;
	font-size: 16px;
	color: #424242;
	outline: none;
	transition: border-color 0.3s;
}

.material-search-input:focus {
	border-color: #d35546;
}

.material-search-icon-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 5px;
	cursor: pointer;
	color: #d35546;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s;
}

.material-search-icon-btn:hover {
	color: #7c3e91;
}

.material-search-icon-btn svg {
	width: 20px;
	height: 20px;
}

.material-show-all-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	font-weight: bold;
}

.material-show-all-btn {
	background-color: #d35546;
	color: #fff;
}

.material-show-all-btn:hover {
	background-color: #d633ff;
}

.material-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.material-item {
	background-color: #fff;
margin-bottom: 30px;
	
	border-radius: 0 0 10px 10px;
	 
}

.material-image-wrapper:hover {
	transform: translateY(-5px);
	transition:0.5s;
	
}

.material-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.material-image {

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.material-image.lazy-image {
	opacity: 0;
	transition: opacity 0.3s;
}

.material-image.lazy-image[src] {
	opacity: 1;
}

.material-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/list.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	pointer-events: none;
}

.material-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: block;
}

.material-info {
	padding: 15px;
}

.material-name {
	font-size: 18px;
	font-weight: bold;
	color: #414141;
	margin-bottom: 0;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.btn {
	flex: 1;
	padding: 8px 15px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
}

.btn-preview {
	background-color: #007bff;
	color: #fff;
	white-space: nowrap;
}

.btn-preview:hover {
	background-color: #0056b3;
}

.btn-download {
	background-color: #28a745;
	color: #fff;
	white-space: nowrap;
}

.btn-download:hover {
	background-color: #218838;
}

/* 作品展示 */
.works-search-filter-wrapper {
	margin-bottom: 50px;
	display: flex;
    justify-content: space-between;
}

.works-search-bar {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	align-items: center;
}

.works-search-wrapper {
	position: relative;
	flex: 1;
	max-width: 400px;
	display: flex;
	align-items: center;
}

.works-search-input {
	width: 100%;
	padding: 10px 45px 10px 15px;
	border: 2px solid #d35546;
	border-radius: 20px;
	font-size: 16px;
	color: #424242;
	outline: none;
	transition: border-color 0.3s;
}

.works-search-input:focus {
	border-color: #d35546;
}

.works-search-icon-btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 5px;
	cursor: pointer;
	color: #d35546;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.3s;
}

.works-search-icon-btn:hover {
	color: #7c3e91;
}

.works-search-icon-btn svg {
	width: 20px;
	height: 20px;
}

.works-filter {
	display: flex;
	gap: 15px;
	flex-direction: row-reverse;
}

.filter-btn {
	padding: 10px 0px;
	/* background-color: #f5f5f5; */
	/* border: 1px solid #ddd; */
 
	cursor: pointer;
	font-size: 20px;
	color: #d35546;
	transition: all 0.3s;
	height: 40px;
	
}

.filter-btn:hover {
	/* background-color: #e9e9e9; */
	border-color: #007bff;
}

.filter-btn.active {
	/* background-color: #007bff; */
	color: #777d17;
	/* border-color: #007bff; */
	border-bottom: 1px solid #777d17;
}

.works-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.work-item.hidden {
	display: none;
}

.work-item {
	background-color: #fff;
	/*border-radius: 8px;*/
	overflow: hidden;
	
	cursor: pointer;
	transition: transform 0.3s;
	display: flex;
	flex-direction: column;
}

.work-item:hover {
	transform: translateY(-5px);
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.15);*/
}

.work-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.work-item img.work-image,
.work-item img {

	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 1;
}

.work-image.lazy-image {
	opacity: 0;
	transition: opacity 0.3s;
}

.work-image.lazy-image[src] {
	opacity: 1;
}

.work-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/list.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	pointer-events: none;
}

.work-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: block;
}

.work-info {
	padding: 10px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.work-info-left {
	flex: 1;
}

.work-info-right {

	flex-shrink: 0;
	margin-left: 10px;
}

.work-name {
	font-size: 18px;
	color: #414141;
	margin-bottom:5px;
	font-weight: bold;
}

.work-author {
	font-size: 14px;
	color: #414141;
	margin-bottom: 2px;
}

.work-country {
	font-size: 14px;
	color: #414141;
	margin-bottom: 2px;
}

.vote-btn {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.vote-btn:hover {
	transform: scale(1.1);
}

.vote-btn img {
	width: auto;
	height: auto;
	display: block;
}

.work-tickets {
	font-size: 14px;
	color: #414141;
	margin-bottom: 2px;
	margin-top: 2px;
}

/* 精彩图集 */
.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.gallery-item {
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	position: relative;
}

.gallery-image-wrapper:hover {
	transform: translateY(-5px);
	transition: 0.5s;
}

.gallery-image-wrapper {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.gallery-item img.gallery-image,
.gallery-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	z-index: 1;
}

.gallery-image.lazy-image {
	opacity: 0;
	transition: opacity 0.3s;
}

.gallery-image.lazy-image[src] {
	opacity: 1;
}

.gallery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../image/list.png) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	pointer-events: none;
}

.gallery-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: block;
}

.gallery-loading {
	text-align: center;
	padding: 40px;
	color: #666;
}

.gallery-empty {
	text-align: center;
	padding: 40px;
	color: #666;
}

/* 视频弹窗 */
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.video-modal.active {
	display: flex;
}

.video-modal-content {
	position: relative;
	width: 90%;
	max-width: 1000px;
	background-color: #000;
	border-radius: 8px;
	overflow: hidden;
}

.video-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.8);
	border: none;
	border-radius: 50%;
	font-size: 24px;
	cursor: pointer;
	z-index: 1001;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}

.video-modal-close:hover {
	background-color: #fff;
}

.video-modal iframe {
	width: 100%;
	height: 600px;
	border: none;
}
.back-button {
    position: absolute;
    left: auto;
    top: 128px;
}
/* 响应式设计 */
@media (max-width: 1024px) {

}

@media (max-width: 768px) {
	body {

		background-size: 170% auto;
	}

	.news-more-link {
		margin-right: 0;
	}
	.work-info-right {
		width: 30%;

	}
	.vote-btn img {
		width: 100%;
		margin-top: 20px;

	}

	.news-item-title {
		font-size: 16px;
		color: #242424;
	}
	.news-content { 
		flex-direction: column;
	}

	.banner img {
		width: 100%;
		height: auto;
		display: block;
		margin-top: 35px;
	}


 

	.material-name {

		height: 60px;
	}

	.video-player-bg {
		padding: 10px;
	}

	img.bannerlogo1 {
		width: 80%;
		margin: 0 auto;
		padding-top: 30px;
		}

	.video-player-bg::after {
		content: '';
		position: absolute;
		top: 3px;
		left: 3px;
		right: 3px;
		bottom: 3px;
		border: 3px solid #f7edb2;
		border-radius: 11px;
		pointer-events: none;
		box-shadow: inset 0 0 0 3px #cb4c43;
	}

	.video-player-wrapper {
		position: relative;
		width: 92%;
		border-radius: 8px;
		margin: 0 4%;
	}
	.video-player-bg::before {
		content: '';
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		border: 10px solid #ff6e17;
		border-radius: 17px;
		pointer-events: none;
	}
	.video-top-right-decoration {
		position: absolute;
		top: -89px;
		right: 45px;
		z-index: 3;
		pointer-events: none;
	}
	img.bannerlogo{        width: 30%;
        position: absolute;
        top: -16px;
        left: 7px;}
		.video-bottom-decoration {
			position: absolute;
			bottom: 10px;
			left: 50%;
			transform: translateX(-50%);
			z-index: 3;
			pointer-events: none;
		}
		.work-info {
			align-items: stretch;
		}

	.news-list {
		flex: 1;
		height: auto;
		overflow: auto;
	}
	.news-image {
		flex: none;
		width: 100%;
	}
	.video-header-content {
		display: flex;
		flex-direction: column;
	}
	.works-search-filter-wrapper {
		margin-bottom: 30px;
		display: flex;
    justify-content: space-between;
    flex-direction: column;
	}

	.material-search-wrapper{
		width: 100%;

	}



	.news-image img {
		width: 100%;
		height: auto;
		max-width: 450px;
	}
	.video-title{
		width: 91%;
	}

	.back-button {
 
position: absolute;
left: 6%;
top: 130px;
	}



.news-image{
	display: none;
}
	.material-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.works-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.banner {
		width: 100%;
		max-width: 1200px;
		height: 260px;
		margin: 0 auto;
		overflow: hidden;
		
	}
	.header{

		display: none!important;

	}
	.tab-btn {
		padding: 0;
		background: url(../image/an_off.png) no-repeat center center;
		background-size: 100% 100%;
		border: none;
		
		color: #eef42c;
		cursor: pointer;
		position: relative;
		transition: all 0.3s;
		font-size: 20px;
		font-weight: bold;
		width: 100%;
		max-width: 403px;
		height: 72px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.tab-btn.active {
		background-image: url(../image/an_no.png);
		color: #eef42c;
	}

	.container {
		padding: 0 10px;
		margin: 0 auto;
	}
	.news-section{
		height: auto;
		background: linear-gradient(to bottom, #f8cf95, #fef3e4);
	}
	.news-list{
		width: 100%;
	}
	.news-section .container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 15px;
		margin-top: 0px;
	}
	.news-section h2 img {
		width: 170px;
	}
	.works-search-filter-wrapper {
		margin-bottom: 20px;
	}

	.works-search-bar {
		flex-direction: column;
		margin-bottom: 15px;
	}

	.works-search-wrapper {
		max-width: 100%;
		width: 100%;
	}

	.works-search-input {
		max-width: 100%;
		width: 100%;
	}

	.works-filter {
		display: flex;
		gap: 15px;
		flex-direction: row-reverse;
		justify-content: center;
	}
	.filter-btn {
		padding: 5px 0;
	
		cursor: pointer;
		font-size: 16px;
		color: #d35546;
		transition: all 0.3s;
	}
	.news-section h2 {
		text-align: center;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.news-section,
	.content-section {
		padding: 20px 0;
		margin: 10px auto;
		
	}
	.news-section h2 img {
		position: initial;
		top: -55px;
		left: 32%;
	}
	.news-item {
		padding: 13px 0 0;
		cursor: pointer;
		transition: all 0.3s;
		background: #ffecd3;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.news-more-link{
		font-size: 16px;

	}

	.news-content {
		display: flex;
		gap: 31px;
		align-items: flex-start;
		padding-top: 4px;
	}
	.material-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.material-search-bar {
		flex-direction: column;
		gap: 10px;
	}

	.material-search-wrapper {
		width: 100%;
		flex: 1;
	}

	.material-search-input {
		width: 100%;
	}

	.material-show-all-btn {
		width: 100%;
		padding: 12px 20px;
	}

	.works-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.gallery-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.tab-buttons {
		flex-direction: row;
		gap: 5px;
	}
	
    .tab-btn {
        width: 100%;
        max-width: 403px;
        text-align: center;
    }

	.video-modal-content {
		width: 95%;
	}

	.video-modal iframe {
		height: 400px;
	}
}
