/* 20240823 */
.top_banner {
	position: relative;
	margin-bottom: 70px;
}
.top_banner .img {
	height: 90px;
}
.top_banner .img img {
    width: 100%;
    max-width: 385px;
}
.top_banner.open .img {
	height: 225px;
}
.top_banner.open .img img {
	max-width: 970px;
}
.top_banner button {
	position: absolute;
	top: 20px;
	right: 20px;
	color: var(--white);
	font-size: 14px;
}
.top_banner button:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: rgba(25,25,25,0.1) url("../images/arrow-down-white.svg")no-repeat 50% 50% / 11px;
	border-radius: 50%;
	margin-right: 5px;
}
.top_banner button.btn_small:before {
	transform: rotate(180deg);
}
/* // 20240823 */

.news {
	gap: 40px;
}


.news .tit span {
	color: #bdbdbd;
}
.main_category {
    position: relative;
    margin: 0 -20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.main_category .swiper {
    position: static;
}
.main_category .slide .swiper-button-prev {
	top: 53%;
	left: 0;
}
.main_category .slide .swiper-button-next {
	top: 53%;
	right: 0;
}
.main_category .swiper-slide {
	width: calc(33.333% - 13px);
	margin-right: 20px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	padding: 30px 20px;
	box-sizing: border-box;
}
.main_category .swiper-slide:last-child {
	margin-right: 0;
}
.main_category .slide .swiper-slide {
	width: 100%;
	margin-right: 0;
	padding: 0;
	border: 0;
}
.main_category .top {
	gap: 5px;
	margin-bottom: 20px;
}
.main_category .top h4 {
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	padding-left: 30px;
}
.main_category .top a {
	border-radius: 5px;
	border: 1px solid #F0F0F0;
	background: #F0F0F0;
	color: var(--black);
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 500;
}
.main_category ul {
	gap: 20px;
}
.main_category ul li {
	gap: 5px;
}
.main_category ul li > div {
	gap: 15px;
}
.main_category ul li > div span {
	color: var(--black);
	font-weight: 500;
}
.main_category ul li > div .id {
	gap: 5px;
	color: var(--black);
}
.main_category ul li > div .id .thumb {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
}
.main_category ul li > div .id .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_category ul li > div .id p {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.main_category ul li > div strong {
	color: #6F6F6F;
	text-transform: uppercase;
	font-weight: 500;
}



.news_slide .swiper {
	position: static;
}
.news_slide .swiper-slide a {
	padding: 20px;
	gap: 20px;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
}
.news_slide .swiper-slide .txt {
	flex: 1;
}
.news_slide .swiper-slide .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}
.news_slide .swiper-slide .thumb {
	position: relative;
	width: 130px;
	height: 90px;
	border-radius: 5px;
	overflow: hidden;
}
.news_slide .swiper-slide .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
}
.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}
.swiper-button-prev {
	left: 10px;
	background: #f0f0f0 url("../images/slide-prev.svg")no-repeat 50% 50%;
}
.swiper-button-next {
	right: 10px;
	background: #f0f0f0 url("../images/slide-next.svg")no-repeat 50% 50%;
}

.tabs {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 10px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	overflow: hidden;
	box-sizing: border-box;
}
.tabs button {
	flex: 1;
	height: 60px;
	background: #F0F0F0;
	color: #6F6F6F;
	font-size: 20px;
}
.tabs button:nth-child(1) {
	border-right: 1px solid #D6D6D6;
}
.tabs button.active {
	background: #323232;
	color: var(--white);
}


.type {
	justify-content: end;
	padding-bottom: 20px;
	gap: 10px;
}
.type button {
	width: 138px;
	height: 50px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 30px;
	border: 1px solid #AAA;
	text-indent: 32px;
	background-repeat: no-repeat;
	background-position: 20px 50%;
	box-sizing: border-box;
}
.type button.type_list {
	background-image: url("../images/icon_gallery.svg");
}
.type button.type_gallery {
	background-image: url("../images/icon_list.svg");
}

.news .list {
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	overflow: hidden;
	box-sizing: border-box;
}
.news .list .item {
	position: relative;
	padding: 20px 40px;
}
.news .list_type .list .item:hover {
	background: #F6F6F6;
}
.news .list .item .top {
	gap: 15px;
	margin-bottom: 10px;
}
.news .list .item .top .category {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 5px;
	background: #F0F0F0;
	box-sizing: border-box;
}
.news .list .item .top .date {
	flex: 1;
	color: #6F6F6F;
	font-weight: 500;
	word-break: keep-all;
}
.news .list .item .info {
	gap: 10px;
}
.news .list .item .info .subject {
	font-size: 20px;
	font-weight: 500;
}
.news .list .item .info .subject p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news .list .item .info .cont {
	color: #6F6F6F;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .list_gallery .list {
	gap: 20px;
	padding: 40px;
}
.news .list_gallery .list .item {
	width: calc(25% - 15px);
	padding: 0;
}
.news .list_gallery .list .item .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}
.news .list_gallery .list .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news .list_gallery .list .item .top {
    gap: 5px;
}

.news .btn_more {
	margin-top: 40px;
}


.news .read .tit h4 {
	font-weight: 500;
	margin-bottom: 15px;
}
.news .read .tit p {
	font-size: 16px;
}
.news .read .contents {
	border-radius: 5px;
	background: #F0F0F0;
	padding: 40px;
	line-height: 1.6;
}
.news .read .contents img {
	max-width: 100%;
}
.news .read .box {
	border-radius: 5px;
	background: #F0F0F0;
	padding: 20px;
	margin-top: 20px;
	color: #7C7C7C;
}
.news .read .box a {
	color: #7C7C7C;
	text-decoration: underline;
}


.download {
	padding: 70px 0;
}
.download .flex {
	justify-content: center;
	gap: 24px;
}
.download .flex a {
	width: 260px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	background: #F0F0F0;
	border-radius: 8px;
}
.download a svg {
	vertical-align: middle;
}
.download a svg path {
	fill: var(--black);
}

#footer {
	margin-top: 0!important;
}


#main_pop .modal_cont {
	max-width: 360px;
	border-radius: 20px;
}
#main_pop .modal_cont .scroll {
	padding: 0;
}
#main_pop .modal_cont .img img {
	width: 100%;
}
#main_pop .swiper-pagination {
	position: static;
}
#main_pop .swiper-pagination-bullet-active {
	background: #000;
}
#main_pop .modal_cont .btn_area {
	text-align: right;
	padding: 10px 15px;
	box-sizing: border-box;
}
#main_pop .modal_cont .btn_area button {
	font-size: 16px;
	font-weight: 500;
}

/* 20240731 */
.theme-dark .fix_tit {
    background: var(--bg)!important;
}
/* // 20240731 */
.theme-dark .main_category .swiper-slide {
	background: #323232;
	border: 1px solid #323232;
}
.theme-dark .main_category .top h4 {
	color: #FCFCFC;
}
.theme-dark .main_category .top a {
	border: 1px solid var(--sub-text);
	background: #323232;
	color: var(--white);
}
.theme-dark .main_category ul li > div span {
    color: #BBB;
}
.theme-dark .main_category ul li > div .id {
    color: var(--white);
}
.theme-dark .main_category ul li > div strong {
    color: #bbb;
}
.theme-dark .news_slide .swiper-slide a {
	border: 1px solid #7c7c7c;
}
.theme-dark .tabs {
	border: 1px solid #7c7c7c;
}
.theme-dark .tabs button {
    background: #323232;
}
.theme-dark .tabs button:nth-child(1) {
    border-right: 1px solid #7c7c7c;
}
.theme-dark .tabs button.active {
    background: #000;
}
.theme-dark .type button {
	background-color: #7C7C7C;
	color: var(--white);
}
.theme-dark .type button.type_list {
	background-image: url("../images/icon_gallery_white.svg");
}
.theme-dark .type button.type_gallery {
	background-image: url("../images/icon_list_white.svg");
}
.theme-dark .news .list {
    border: 1px solid #7c7c7c;
}
.theme-dark .news .list .item:hover {
    background: #323232;
}
.theme-dark .news .list .item .top .category {
	background: #7c7c7c;
}
.theme-dark .news .read .contents {
    background: #1F1F1F;
	color: var(--white);
}
.theme-dark .news .read .box {
	background: #1F1F1F;
	color: #7C7C7C;
}
.theme-dark .news .read .box a {
    color: #7C7C7C;
}
.theme-dark .download {
	padding: 70px 0;
}
.theme-dark .download a {
	background: #000;
}
.theme-dark .download a svg path {
	fill: var(--white);
}
.theme-dark #main_pop .modal_cont {
	background: #333;
}
.theme-dark #main_pop .swiper-pagination-bullet {
	background: #999;
}
.theme-dark #main_pop .swiper-pagination-bullet-active {
	background: #fff;
}
.theme-dark #main_pop .modal_cont .btn_area button {
	color: var(--white);
}



@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1024px) {
	/* 20240823 */
	.top_banner {
		margin-bottom: 40px;
	}
	.top_banner.open .img {
		height: auto;
	}
	.top_banner button {
		display: none;
	}
	/* // 20240823 */


	.news_slide .swiper-slide .txt p {
		font-size: 16px;
	}
	.news_slide .swiper-slide .thumb {
		width: 100px;
		height: 70px;
	}

	.tabs button {
		height: 46px;
		font-size: 16px;
	}

	.type button {
		width: 125px;
		height: 40px;
		font-size: 14px;
	}

	.news .list .item {
		padding: 20px;
	}
	.news .list .item .info .subject {
		font-size: 16px;
	}
	.news .list .item .info .cont {
		font-size: 14px;
	}

	.news .list_gallery .list .item {
		width: calc(33.333% - 14px);
	}
	
	
	.news .read .tit p {
		font-size: 14px;
	}
	.news .read .contents {
		padding: 25px;
		font-size: 14px;
	}
	.news .read .box {
		font-size: 14px;
	}


	.main_category .swiper-slide {
		width: 100%;
		margin-right: 0;
	}
	.main_category .swiper-slide:last-child {
		margin-bottom: 0;
	}


	.download {
		padding: 50px 0;
	}
	.download .flex {
		gap: 10px;
	}
	.download .flex a {
		width: 180px;
		height: 56px;
		line-height: 56px;
		font-size: 18px;
	}
	.download a svg {
		width: 19px;
	}
}
@media screen and (max-width: 768px) {
	.news .list_gallery .list {
		padding: 20px;
	}
	.news .list_gallery .list .item {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 480px) {
	.news .list_gallery .list .item {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
}