/* main css */
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.ad {
	display: block;
}
.container {
	padding-top: 250px;
	position: relative;
}
.section {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.section_top {
	padding-top: 20px;
}
.section01 {
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: row;
}

.main_top_slider {
	margin: 0 auto;
	height: fit-content;
}
.main_top_slider img {
	width: 1200px;
	height: 600px;
	object-fit: cover;
}
.section01_popular_news {
	display: block;
	width: 1200px !important;
	height: 600px !important;
	position: relative;
	margin-bottom: 25px;
}
.section01_popular_news .slider_test {
	/*display: inline-block;*/
	width: 1200px;
	height: 600px;
	/*background-color: darkolivegreen;*/
	/*border: 1px solid #fba161;*/
}
.main_test_prev, .main_test_next {
	position: absolute;
	bottom: 930px;
	transform: translateY(-50%);
	background-image: url('../img/main/section02_slider_arrow.png?new') !important;
	background-position: 0 center;
	width: 55px;
	height: 55px;
	z-index: 99;
	cursor: pointer;
}
.main_test_prev {
	left: calc(50% - 595px);
}
.main_test_next {
	left: calc(50% + 250px);
	transform: scaleX(-1) translateY(-50%);
}
.main_test_prev:after, .main_test_next:after {
	content:none !important;
}



.section01_popular_news > img {
	width: 100%;
	object-fit: cover;
}
.section01_popular_news_tbox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	padding: 40px;
	background-color: rgba(0, 0, 0, 0.3);
}
.section01_popular_news_title {
	font-size: 40px;
	line-height: 1.4;
	font-weight: bold;
	color: #fff;
	letter-spacing: -1px;
	word-break: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.section01_popular_news_title span {
	display: block;
}
.section01_popular_news_text {
	color: #fff;
	font-size: 18px;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	letter-spacing: -0.5px;
}

.section01_event_hot_title {
	width: 1200px;
	margin: 0 auto;
	text-align: start;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	padding: 20px 0;
	display: block;
}
.section01_event_hot_box {
	max-width: 1200px;
	margin: 0 auto;
	height: fit-content;
	overflow: hidden;
}
.swiper-slide {
	height: fit-content;
}

.section01_event_hot_box .swiper-slide {
	display: flex;
	flex-direction: column;
}
.section01_event_hot_box .swiper-slide img {
	width: 380px !important;
	height: 240px;
	object-fit: cover;
}
.section01_event_text {
	width: 380px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 10px 25px 10px;
	background-color: #fff;
}
.section01_event_text > p:nth-child(1) {
	word-break: break-all;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.section01_event_text > p:nth-child(2) {
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #8e8e8e;
	letter-spacing: -0.5px;
	word-break: break-all;
}
.event_hot_prev, .event_hot_next {
	position: absolute;
	bottom: 1035px;
	transform: translateY(-50%);
	background-image: url('../img/main/section02_slider_arrow.png?new') !important;
	background-position: 0 center;
	width: 55px;
	height: 55px;
	z-index: 99;
	cursor: pointer;
}
.event_hot_next {
	left: 20px;
}
.event_hot_prev {
	right: 20px;
	transform: scaleX(-1) translateY(-50%);
}
.event_hot_prev:after, .event_hot_next:after {
	content:none !important;
}



.main_banner00 {
	margin-top: 16px;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.main_banner00 > a {
	display: inline-block;
	width: 1200px;
	height: 148px;
	object-fit: cover;
	margin: 0 auto;
}

.main_banner00 > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_banner_half {
	width: 588px;
	border-top: 1px solid #e5e5e5;
}
.main_banner_half > .main_banner00 {
	width: 588px;
	height: 120px;
}
.main_banner_half > .main_banner00 > a {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main_banner_half .s03_ad_box {
	flex-direction: row;
	width: 100%;
}
.main_banner_half .s03_ad_box > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 10px;
	width: fit-content;
}
.main_banner_half .s03_ad_box > div > a {
	width: 290px;
	height: 60px;
	margin-bottom: 10px;
}
.main_banner_half .s03_ad_box > div > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.section01_new_news {
	width: 285px;
}
.section01_new_news > img {
	width: 285px;
	height: 155px;
}
.section01_new_news01_tbox {
	padding: 10px 2px;
}
.section01_new_news_title {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5;
}
.section01_new_news_text {
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #8e8e8e;
	letter-spacing: -0.5px;
}

.section01_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
}
.popular_box {
	position: fixed;
	top: 260px;
	right: 80px;
	z-index: 99;
	width: 230px;
	height: 600px;
	border: 1px solid #dddddd;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background-color: #fff;
}
.main_ad02 {
	margin-top: 20px;
}
.main_ad02 img {
	width: 240px;
}

.main_ad03 {
	width: 240px;
	height: 700px;
	object-fit: cover;
}
.main_ad03 > img {
	width: 100%;
	height: 100%;
}

.popular_box > .tab {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.popular_box > .tab > span {
	font-size: 15px;
	font-weight: bold;
	letter-spacing: -0.5px;
	cursor: default;
}
.popular_box > .tab > div {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.popular_category {
	font-size: 13px;
	padding: 2px 8px;
	border: 1px solid #dddddd;
	background-color: #fff;
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.popular_category.on {
	background-color: #dddddd;
}
.popular_category:hover {
	background-color: rgba(221, 221, 221, 0.4);
	border: 1px solid #dddddd;
}
.popular_box .rank {
	display: none;
}
.popular_box .rank.on {
	display: block;
}
.popular_box .rank > a {
	display: flex;
	justify-content: flex-start;
}
.popular_box .rank > a > span {
	color: #292929;
	line-height: 1.8;
}
/*.popular_box .rank > a:nth-child(4) > span, .popular_box .rank > a:nth-child(5) > span, .popular_box .rank > a:nth-child(6) > span {
	color: #848484;
}*/
.popular_box .rank > a > span:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
	padding-right: 15px;
}
.popular_box .rank > a > span:nth-child(2) {
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}
.popular_box .rank > a > span:nth-child(2)::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.popular_box .rank > a:hover > span:nth-child(2)::after {
	background-color: #292929;
}
.popular_more_btn {
	width: 100%;
	height: 27px;
	border: 1px solid #ddd;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6a6a6a;
	background-color: #fff;
}
.popular_more_btn:hover {
	background-color: #dddddd;
	color: #222;
	border: 1px solid rgba(221, 221, 221, 0.8);
}

.section02 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
	/*border-bottom: 1px solid #ccc;*/
}
.section02_title {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	text-align: start;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding: 20px 0;
}
/*.swiper {
	overflow: unset !important;
}*/
.swiper-slide-duplicate-prev, .swiper-slide-prev, .filter_ani {
	/*animation: filter_ani ease-in-out .5s forwards;*/
}
@keyframes filter_ani {
	from {
		filter: contrast(100%) opacity(1);
	}
	to {
		filter: contrast(70%) opacity(0.5);
	}
}
.swiper_photo {
	max-width: 1200px;
	margin: 0 auto;
	height: fit-content;
}
.swiper_photo .swiper-slide {
	display: flex;
	flex-direction: column;
}
.swiper_photo .swiper-slide img {
	width: 380px !important;
	height: 240px;
	object-fit: cover;
}
.swiper_photo .swiper-slide .section02_photo_text {
	width: 380px !important;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 20px 25px 20px;
	background-color: #fff;
}
.section02_photo_text > p:nth-child(1) {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
.section02_photo_text > p:nth-child(2) {
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #8e8e8e;
	letter-spacing: -0.5px;
}
.swiper-button-prev, .swiper-button-next {
	top: 49%;
	transform: translateY(-50%);
	background-image: url('../img/main/section02_slider_arrow.png?new') !important;
	background-position: 0 center;
	width: 55px;
	height: 55px;
}
.swiper-button-next {
	right: 20px;
	transform: scaleX(-1) translateY(-50%);
}
.swiper-button-prev {
	left: 20px;
}
.swiper-button-prev:after, .swiper-button-next:after {
	content:none !important;
}
.section02_cover_left {
	position: absolute;
	width: 350px;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.18);
	left: 0;
	z-index: 10;
}

.section03.bottom_banner {
	padding: 30px 0;
}
.section03_a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.section03_b, .section03_c {
	padding-bottom: 10px;
}
.section03_b, .section03_c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #e5e5e5;
}
.section03_b > div, .section03_c > div {
	width: 588px;
}
.s03_politics_box_top > img, .s03_economy_box_top > img, .s03_society_box_top > img, .s03_culture_box_top > img {
	width: 588px;
	height: 273px;
	object-fit: cover;
}
.s03_politics_box_top, .s03_economy_box_top, .s03_society_box_top, .s03_culture_box_top {
	padding: 20px 0;
	display: block;
}
.s03_politics_box_top .s03_text, .s03_economy_box_top .s03_text, .s03_society_box_top .s03_text, .s03_culture_box_top .s03_text {
	-webkit-line-clamp: 1;
	margin-bottom: 5px;
}
.s03_politics_box_top > div, .s03_economy_box_top > div, .s03_society_box_top > div, .s03_culture_box_top > div {
	height: 90px;
}
.s03_title {
	font-size: 24px;
	font-weight: bold;
	padding-top: 15px;
	display: block;
	width: fit-content;
	cursor: pointer;
}
.s03_sub_title01 {
	font-size: 20px;
	font-weight: 600;
	padding: 15px 0 0px 0;
	line-height: 1;
}
.s03_sub_title02 {
	font-size: 18px;
	font-weight: 600;
	display: -webkit-box;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	overflow: hidden;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
.s03_text {
	font-size: 14px;
	color: #5b5b5b;
	letter-spacing: -0.5px;
	display: -webkit-box;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.s03_sub_box {
	display: flex;
	justify-content: space-between;
	height: 150px;
	margin-bottom: 15px;
}
.s03_sub_box > img {
	width: 250px;
	height: 150px;
	object-fit: cover;
}
.s03_sub_box > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 325px;
}
.s03_edu_box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.s03_edu_box > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.s03_edu_box > div > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.section03_d {
	display: flex;
}
.section03_d .s03_sub_box {
	width: 588px;
}
.s03_ad_box {
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.s03_ad_box {
	flex-direction: column;
}
.s03_ad_box > div {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 10px;
}
.s03_ad_box > div > a {
	width: 390px;
	height: 80px;
}
.s03_ad_box > div > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.floating_ad_left {
	position: fixed;
	top: 260px;
	left: calc(50% - 800px);
	z-index: 99;
}




@media screen and (max-width: 1850px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: 3%;
	}

}
@media screen and (max-width: 1750px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: 1%;
	}
}
@media screen and (max-width: 1650px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -1%;
	}
}
@media screen and (max-width: 1590px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -3%;
	}
}
@media screen and (max-width: 1530px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -5%;
	}
}
@media screen and (max-width: 1500px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -10%;
	}
}
@media screen and (max-width: 1430px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -15%;
	}
}
@media screen and (max-width: 1350px) {
	.floating_ad_right, .popular_box.pc_flex {
		right: -15%;
	}
	.popular_box.pc_flex {
		 display: none !important;
	 }
}
@media screen and (max-width: 1300px) {
	.floating_ad_right, .floating_ad_left, .popular_box.pc_flex {
		display: none;
	}
}




/* 노트북 */
@media screen and (max-width:1600px) {
	.floating_ad_left {
		left: calc(50% - 785px);
	}
}

/* 테블릿 가로 */
@media screen and (max-width: 1200px) {

}

/* 테블릿 세로 */
@media screen and (max-width: 1040px) {

}

/* 모바일 */
@media screen and (max-width:991px) {

	.container {
		padding-top: 220px;
	}

	.section {
		max-width: 750px;
	}
	.section_top {
		padding-top: 0;
	}
	.section01 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 15px;
		padding-bottom: 0;
		border-bottom: 3px solid #dddddd;
	}
	.section01_left {
		padding: unset;
		border-right: unset;
		width: 100vw;
		padding: 20px 0px 30px 0px;
	}
	.section01_popular_news {
		max-width: 750px;
		width: unset;
		height: fit-content;
		border-bottom: 3px solid #dddddd;
		margin: 0 auto;
	}
	.section01_popular_news_tbox {
		width: 100%;
		padding: 20px 50px;
	}
	.section01_popular_news_title {
		font-size: 45px;
		white-space: normal;
		line-height: 1.3;
		word-break: break-all;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
	}
	.section01_popular_news_title > span {
		font-size: 35px !important;
	}
	.section01_popular_news_text {
		font-size: 27px;
		display: none;
	}
	.popular_box.mobile_flex {
		position: relative;
		width: 700px;
		padding: 0;
		height: unset;
		border: unset;
		margin: 0 auto;
		padding-bottom: 30px;
		border-bottom: 1px solid #ccc;
		top: unset;
		right: unset;
	}
	.popular_box > .tab {
		flex-direction: column;
		align-items: start;
		margin-bottom: 15px;
	}
	.popular_box > .tab > div {
		margin: 0;
	}
	.popular_box > .tab > span {
		font-size: 40px;
		margin-bottom: 15px;
	}
	.popular_box > .tab > div > a {
		font-size: 30px;
		padding: 9px 93px;
	}
	.popular_box .rank > a {
		max-width: 95%;
		margin: 0 auto;
	}
	.popular_box .rank {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.popular_box .rank > a > span:nth-child(1) {
		font-size: 30px;
	}
	.popular_box .rank > a > span:nth-child(2) {
		font-size: 30px;
	}
	.popular_more_btn {
		width: 700px;
		height: 65px;
		font-size: 25px;
	}
	.section01_new_news_box {
		padding: 30px 25px;
		border-top: 20px solid #ddd;
		border-bottom: 20px solid #ddd;
	}
	.section01_new_news {
		width: 340px;
	}
	.section01_new_news > img {
		width: 340px;
		height: 180px;
	}
	.section01_new_news_title {
		font-size: 30px;
		letter-spacing: -1px;
	}
	.section01_new_news_text {
		font-size: 26px;
		letter-spacing: -1px;
		-webkit-line-clamp: 3;
		word-break: normal;
	}
	.section01_new_news01_tbox {
		padding: 0;
	}

	.section02 {
		/*width: 100vw;*/
		width: 695px;
		background-color: #fff;
		padding-bottom: 0;
		padding-top: 0;
	}
	.section02_title, .section01_event_hot_title {
		font-size: 45px;
		width: 695px;
		margin: 0 auto;
	}
	.section02_title {
		border-top: none;
	}
	.m_swiper_photo {
		max-width: 750px;
		margin: 0 auto;
	}
	.m_swiper_photo .swiper-slide {
		display: flex;
		flex-direction: column;
	}
	.m_swiper_photo .swiper-slide img {
		width: 700px !important;
		height: 440px;
	}
	.m_swiper_photo .swiper-slide .section02_photo_text {
		width: 700px !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 15px 20px 25px 20px;
		background-color: #fff;
	}
	.swiper-button-prev, .swiper-button-next {
		background-image: url('../img/m/m_slider_arrow.png?new') !important;
		background-position: 0 center;
		width: 35px;
		height: 35px;
		background-size: contain;
	}
	.swiper-button-next {
		top: 75px;
		left: calc(50% + 290px);
		transform: scaleX(-1) translateY(-50%);
	}
	.swiper-button-prev::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 2px;
		right: -23px;
		width: 3px;
		height: 34px;
		background-color: #9f9f9f;
	}
	.swiper-button-prev {
		top: 75px;
		left: calc(50% + 212px);
		transform: scaleX(1) translateY(-50%);
	}
	.swiper {
		overflow: hidden !important;
	}
	.m_swiper_photo .swiper-slide .section02_photo_text {
		background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
		position: absolute;
		bottom: 0;
		padding: 50px 20px 25px 20px;
	}
	.section02_photo_text > p:nth-child(1) {
		font-size: 42px;
		color: #fff;
		white-space: normal;
		word-break: break-all;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		line-height: 1.3;
	}

	.section_m_ad {
		display: flex;
		justify-content: center;
		align-items: center;
		border-top: 20px solid #ddd;
		padding: 30px 0;
	}
	.floating_ad_left, .floating_ad_right {
		display: none;
	}
	.section03 {
		padding: 0;
	}
	.section03_a {
		border-bottom: 20px solid #ddd;
		border-top: 20px solid #ddd;
		padding: 30px 0;
	}
	.section03_b, .section03_c {
		flex-direction: column;
		align-items: center;
		border-top: none;
		padding-top: 20px;
	}
	.section03_b > div, .section03_c > div, .section03_d .s03_sub_box {
		width: 100vw;
	}
	.s03_sub_box {
		height: unset;
		padding: 0 15px 25px 15px;
	}
	.s03_society_box_top, .s03_politics_box_top {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 0 15px 25px 15px;
	}
	.s03_economy_box, .s03_culture_box {
		padding-top: 40px;
	}
	.s03_economy_box_top, .s03_culture_box_top {
		position: relative;
		display: flex;
		justify-content: space-between;
		padding: 0;
		padding-bottom: 35px;
	}
	.s03_edu_box {
		position: relative;
		padding-top: 100px;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		border-bottom: 20px solid #ddd;
	}
	.s03_edu_box > div {
		flex-direction: column;
		justify-content: space-between;
	}
	.s03_edu_box > div > div {
		align-items: center;
	}

	.s03_politics_box_top > img, .s03_economy_box_top > img, .s03_society_box_top > img, .s03_culture_box_top > img {
		margin-top: 40px;
	}

	.s03_politics_box_top > img, .s03_economy_box_top > img, .s03_society_box_top > img, .s03_culture_box_top > img, .s03_sub_box > img {
		width: 350px;
		height: 196px;
		object-fit: cover;
	}
	.s03_title {
		font-size: 45px;
		padding: 0 15px;
	}
	.s03_economy_box_top .s03_title, .s03_culture_box_top .s03_title {
		top: 35px;
		left: 0;
	}
	.s03_edu_box .s03_title {
		left: 25px;
	}
	.s03_sub_title01 {
		font-weight: normal;
		font-size: 35px;
		-webkit-box-orient:unset;
		height:196px;
		overflow:hidden;
		text-overflow:ellipsis;
		padding-left: 10px;
		white-space: normal !important;
		line-height: 1.3;
		word-break: break-all;
		-webkit-line-clamp: 3;
		display: -webkit-box;
	}
	.s03_sub_title01 > span, .s03_sub_title02 > span {
		font-size: 30px !important;
	}
	.s03_sub_title02 {
		/*font-size: 40px;*/
		font-weight: normal;
		font-size: 35px;
		-webkit-box-orient:unset;
		height:196px;
		overflow:hidden;
		text-overflow:ellipsis;
		padding-left: 10px;
		white-space: normal !important;
		line-height: 1.3;
		word-break: break-all;
		-webkit-line-clamp: 3;
		display: -webkit-box;
	}
	.s03_text {
		display: none;
		font-size: 35px;
		line-height: 1.2;
	}
	.s03_politics_box_top > div, .s03_economy_box_top > div, .s03_society_box_top > div, .s03_culture_box_top > div {
		width: 345px;
		margin-top: 30px;
	}
	.s03_sub_box > div {
		width: 345px;
	}

	.s03_politics_box, .s03_society_box {
		position: relative;
	}


	.s03_ad_box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding: 10px 10px 0px 10px;
		margin-bottom: 0;
		border-bottom: 3px solid #ddd;
	}
	.s03_ad_box > div {
		flex-direction: column;
	}


	.s03_ad_box img, .main_banner_half .s03_ad_box > div > a > img {
		width: 350px;
		height: 88px;
		margin-bottom: unset;
		object-fit: cover;
	}
	.m_section01_event_hot_box {
		max-width: 750px;
		margin: 0 auto;
		padding: 0px 0px 30px 0;
		border-bottom: 3px solid #ddd;
	}
	.m_section01_event_hot_box .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.m_section01_event_hot_box .swiper-slide img {
		width: 700px !important;
		height: 440px;
		object-fit: cover;
	}
	.m_section01_event_hot_box .swiper-slide .section02_photo_text {
		width: 700px !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 15px 20px 25px 20px;
		background-color: #fff;
	}
	.event_hot_prev, .event_hot_next {
		top: unset !important;
		bottom: 1640px;
		transform: translateY(-50%);
		background-image: url('../img/m/m_slider_arrow.png?new') !important;
		background-position: 0 center;
		width: 35px;
		height: 35px;
		background-size: contain;
	}
	.event_hot_prev {
		left: calc(50% + 212px);
	}
	.event_hot_prev::before {
		content: '';
		display: inline-block;
		position: absolute;
		top: 2px;
		right: -23px;
		width: 3px;
		height: 34px;
		background-color: #9f9f9f;
	}
	.event_hot_next {
		left: calc(50% + 290px);
		transform: scaleX(-1) translateY(-50%);
	}
	.swiper {
		overflow: hidden !important;
	}
	.m_section01_event_hot_box .swiper-slide .section02_photo_text {
		background: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
		position: absolute;
		bottom: 0;
		padding: 50px 20px 25px 20px;
	}

	.section03_d {
		flex-direction: column;
	}
	.s03_edu_box > div {
		align-items: center;
		margin-top: 20px;
	}


	.section03.bottom_banner {
		border-bottom: none;
		padding: 0;
	}


	.main_ad13 img {
		width: 700px;
		height: 230px;
		object-fit: cover;
	}


	.main_banner00 {
		border-bottom: 3px solid #ddd;
		padding-bottom: 15px;
		width: 100vw;
	}
	.mobile .main_banner00 {
		padding-top: 20px;
	}
	.main_banner00 > a {
		width: 730px;
		height: 243px;
	}
	.main_banner00 > a > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main_banner_half {
		border-top: 3px solid #e5e5e5;
	}

	.footer {
		border-top: none;
	}

	.s03_ad_box > div > a {
		width: 365px;
		height: 75px;
		margin-bottom: 10px;
	}
	.s03_ad_box > div > a > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.main_banner_half {
		width: unset;
		border-top: 1px solid #e5e5e5;
	}
	.main_banner_half > .main_banner00 {
		width: 100vw;
		display: flex;
		justify-content: center;
		align-items: center;
		height: fit-content;
	}
	.main_banner_half > .main_banner00 > a {
		width: 730px;
		height: 243px;
	}
	.main_banner_half > .main_banner00 > a > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.main_banner_half .s03_ad_box > div > a {
		width: 365px;
		height: 75px;
		margin-bottom: 10px;
	}
	.main_banner_half .s03_ad_box > div > a > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


}







