main .main_content {
	max-width: 1260px;
	padding: 0 30px;
	margin: auto;
}

main .main_content ul, main .main_content li {
	list-style-type: none;
}

main .main_content img {
	display: block;
	width: 100%;
	max-width: 100%;
}

main .top_slideshow {
	padding-top: 20px;
}

main .top_slideshow ul {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
}

main .top_slideshow ul li {
	padding: 0 5px;
}

main .top_slideshow ul li > a {
	display: block;
	position: relative;
}

main .top_slideshow ul li .image {
	display: block;
	position: relative;
}

main .top_slideshow ul li .image img {
	display: block;
	width: 100%;
}

main .top_slideshow ul li .title {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(165, 42, 42, 0.5);
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

main .top_slideshow ul li > a:hover > .title {
	height: 114px;
	overflow: hidden;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

main .top_slideshow button.slick-prev, main .top_slideshow button.slick-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 5px;
	font-size: 18px;
	width: 32px;
	border-radius: 0 15px 15px 0;
	text-align: left;
	padding-left: 7px;
	color: #fff;
	z-index: 1;
	border: none;
	background: #ff8600;
	background: -webkit-linear-gradient(left top, rgba(255, 134, 0, 0.8), rgba(107, 20, 0, 0.8));
	background: -o-linear-gradient(bottom right, rgba(255, 134, 0, 0.8), rgba(107, 20, 0, 0.8));
	background: -moz-linear-gradient(bottom right, rgba(255, 134, 0, 0.8), rgba(107, 20, 0, 0.8));
	background: linear-gradient(to bottom right, rgba(255, 134, 0, 0.8), rgba(107, 20, 0, 0.8));
}

main .top_slideshow button.slick-next {
	left: auto;
	right: 5px;
	border-radius: 15px 0 0 15px;
	padding-left: 13px;
}

main .top_slideshow button:focus {
	outline: none;
}

main .top_slideshow .eet_video_icon {
	width: 35px;
	height: 35px;
}

main .top_post {
	display: inline-block;
	width: 100%;
	padding: 20px 100px;
}

main .top_post > li {
	display: inline-block;
	width: 33%;
	float: left;
}

main .top_post > li:first-child {
	width: 67%;
	padding-right: 30px;
}

main .top_post > li:first-child .triangle {
	margin-left: 3px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid brown;
	display: inline-block;
}

main .top_post > li > a {
	display: block;
	width: 100%;
	position: relative;
}

main .top_post > li > a .image {
	display: block;
	width: 100%;
	position: relative;
}

main .top_post > li > a .title {
	display: block;
	color: #000;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 21px;
	padding-top: 7px;
	padding-bottom: 25px;
}

main .top_post > li:first-child .title {
	display: block;
	width: 90%;
	padding: 10px 30px 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	position: absolute;
	bottom: -72px;
	left: 5%;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
}

main .top_post > li .sub_title {
	padding-top: 8px;
	color: #777;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
}

main .top_post > li:first-child .sub_title {
	padding-top: 12px;
}

main ul li > a .image {
	position: relative;
	display: block;
}

main .top_post > li:first-child > a .eet_video_icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}

main .category {
	padding: 20px 100px;
}

main .category .block_name {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 25px;
}

main .category .block_name .left_border, main .category .block_name .right_border {
	width: calc(50% - 130px);
	height: 1px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(right, #ff8600 0%, #6b1400 100%);
	background-image: -moz-linear-gradient(right, #ff8600 0%, #6b1400 100%);
	background-image: -o-linear-gradient(right, #ff8600 0%, #6b1400 100%);
	background-image: linear-gradient(to left, #ff8600 0%, #6b1400 100%);
}

main .category .block_name .right_border {
	background-image: -webkit-linear-gradient(left, #ff8600 0%, #6b1400 100%);
	background-image: -moz-linear-gradient(left, #ff8600 0%, #6b1400 100%);
	background-image: -o-linear-gradient(left, #ff8600 0%, #6b1400 100%);
	background-image: linear-gradient(to right, #ff8600 0%, #6b1400 100%);
}

main .category .block_name .cat_name {
	display: inline-block;
	width: 249px;
	text-align: center;
}

main .category .block_name .cat_name .name {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height: 23px;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #D36400;
}

main .category .block_name .see_all {
	font-size: 12px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #D36400;
}

main .category ul {
	display: flex;
	justify-content: space-between;
	padding: 0 25px;
}

main .category ul li {
	width: 31.5%;
	display: inline-block;
}

main .category ul li .title {
	display: inline-block;
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 18px;
	line-height: 21px;
	color: #000;
	padding-top: 7px;
}

main .category ul li .sub_title {
	font-family: 'Source Serif';
	font-weight: inherit;
	font-variation-settings: 'wght' 600, 'opsz' 40;
	font-size: 16px;
	line-height: 20px;
	color: #777;
	padding-top: 8px;
}

main .category.wellness .cat_name {
	width: 150px;
}

main .category.wellness .left_border, main .category.wellness .right_border {
	width: calc(50% - 85px);
}

main .category.beyond_science .block_name .cat_name {
	width: 239px;
}

main .category.beyond_science .block_name .left_border, main .category.beyond_science .block_name .right_border {
	width: calc(50% - 125px);
	height: 1px;
	margin-top: 10px;
}

main .category.triumphs .block_name .cat_name {
	width: 445px;
}

main .category.triumphs .block_name .left_border, main .category.triumphs .block_name .right_border {
	width: calc(50% - 230px);
}

main .category.triumphs ul {
	padding: 0;
	display: inline-block;
	width: 100%;
}

main .category.triumphs ul li {
	padding: 0;
	display: inline-block;
	width: 35%;
	float: left;
	padding-bottom: 10px;
}

main .category.triumphs ul li .title {
	display: inline-block;
	width: 60%;
	float: right;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0;
}

main .category.triumphs ul li .sub_title {
	font-size: 13px;
	line-height: 16px;
}

main .category.triumphs ul li:first-child {
	display: inline-block;
	width: 62%;
	float: right;
}

main .category.triumphs ul li:first-child .image, main .category.triumphs ul li:first-child .title {
	display: inline-block;
	width: 100%;
}

main .category.triumphs ul li:first-child .title {
	font-size: 18px;
	line-height: 21px;
	padding-top: 7px;
}

main .category.triumphs ul li:first-child .sub_title {
	font-size: 16px;
	line-height: 20px;
}

main .category.triumphs ul li .image {
	display: inline-block;
	width: 36%;
	float: left;
}

main .category.triumphs .block_name .left_border, main .category.triumphs .block_name .right_border {
	margin-top: 12px;
}

main .category.triumphs .eet_video_icon,  main .category.cutest .eet_video_icon {
	width: 30px;
	height: 30px;
	bottom: 6px;
	left: 6px;
}

main .category.triumphs li:first-child .eet_video_icon, main .category.cutest li:first-child .eet_video_icon {
	width: 45px;
	height: 45px;
	bottom: 10px;
	left: 10px;
}

main .category.better_world ul, main .category.cutest ul {
	display: inline-block;
	width: 100%:
}

main .category.better_world ul li {
	display: inline-block;
	width: 48%;
	float: right;
	margin-bottom: 20px;
}

main .category.better_world ul li.clear {
	float: left;
}

main .category.better_world ul li .image, main .category.cutest ul li .image {
	display: inline-block;
	width: 37%;
	float: left;
}

main .category.better_world ul li .title, main .category.cutest ul li .title {
	display: inline-block;
	width: 59%;
	float: right;
	padding-top: 0;
}

main .category.better_world .eet_video_icon {
	width: 35px;
	height: 35px;
}

main .category.cutest ul li:first-child {
	padding: 0;
}

main .category.cutest ul li:first-child .image, main .category.cutest ul li:first-child .title {
	display: inline-block;
	width: 100%;
}

main .category.cutest ul li:first-child .title {
	padding-top: 7px;
}

main .category.cutest ul li {
	display: inline-block;
	width: 50%;
	float: left;
	padding-left: 30px;
	margin-bottom: 20px;
}

main .category.cutest .block_name .left_border, main .category.cutest .block_name .right_border {
	width: calc(50% - 135px);
}

main .category.ridiculous .cat_name {
	width: 300px;
}

main .category.ridiculous ul {
	display: inline-block;
	width: 100%;
	padding: 0;
}

main .category.ridiculous ul li {
	display: inline-block;
	width: 33%;
	padding: 0 15px 35px;
	float: left;
}
