/* CSS Document */
.newsList:not(.eduList) .newsBtn, .newsList:not(.eduList) .Txt .newsInfoBox .classTitle, .newsList:not(.eduList) .Txt .newsInfoBox .date, .newsList:not(.eduList) .item, .newsList.eduList .newsBtn, .newsList.eduList .Txt .newsInfoBox .classTitle, .newsList.eduList .Txt .newsInfoBox .date, .newsList.eduList .item {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.listArea {
	padding-bottom: 235px;
}
.listArea .bread {
	margin-bottom: 15px;
}

.newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.newsInfoBox .dateBox,
.newsInfoBox .classTitle {
	padding: 5px 0;
}
.newsInfoBox .dateBox .date {
	color: #80beaf;
}
.newsInfoBox .classTitle {
	color: #fff;
	background-color: #80beaf;
	text-align: center;
	padding: 7.5px 10px;
	border-radius: 5px;
}

.newsListItem {
	margin: 0 -28px;
}
@media (max-width: 1400px) {
	.newsListItem {
		margin: 0 -20px;
		padding-top: 0;
	}
}
.newsListItem:not(:last-child) {
	margin-bottom: 62px;
}

.newsListTitle {
	color: #80beaf;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1.95px;
	padding: 0 60px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-column-gap: 35px;
	   -moz-column-gap: 35px;
	        column-gap: 35px;
	white-space: nowrap;
}
.newsListTitle:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	opacity: 0.2;
	background-color: #80beaf;
}

.newsList.eduList {
	width: 100%;
}
.newsList.eduList .newsItem {
	padding: 0 28px;
	padding-bottom: 40px;
}
@media (max-width: 1400px) {
	.newsList.eduList .newsItem {
		padding: 0 20px;
		padding-bottom: 20px;
	}
}
.newsList.eduList .item {
	position: relative;
	background-color: #fff;
	border-radius: 35px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (min-width: 1201px) {
	.newsList.eduList .item:hover .Img:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.newsList.eduList .item:hover .Txt .date {
		color: #f5b994;
	}
	.newsList.eduList .item:hover .Txt .classTitle {
		background-color: #f5b994;
	}
	.newsList.eduList .item:hover .newsBtn {
		background-color: #f5b994;
	}
}
@media (max-width: 768px) {
	.newsList.eduList .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}
}
.newsList.eduList .item.full {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.newsList.eduList .item.full .Txt {
	width: 100%;
	padding-bottom: 0;
}
.newsList.eduList .item.full .text {
	height: 96.5px;
}
.newsList.eduList .item.full .newsBtn {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 45px 0 45px 65px;
}
@media (max-width: 1400px) {
	.newsList.eduList .item.full .text {
		height: 55.5px;
	}
	.newsList.eduList .item.full .newsBtn {
		margin: 6.1px 0 15px 33px;
	}
}
@media (max-width: 768px) {
	.newsList.eduList .item.full .text {
		height: 270px;
	}
	.newsList.eduList .item.full .newsBtn {
		margin-top: 67.5px;
		margin-bottom: 22px;
	}
}
@media (max-width: 540px) {
	.newsList.eduList .item.full .newsBtn {
		margin-top: 20px;
	}
}
.newsList.eduList .Img {
	overflow: hidden;
	position: relative;
	width: 50%;
	max-width: 613px;
}
.newsList.eduList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 768px) {
	.newsList.eduList .Img {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.newsList.eduList .Img {
		min-height: 225px;
	}
	.newsList.eduList .Img img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.newsList.eduList .Txt {
	position: relative;
	padding: 45px 65px;
	overflow: hidden;
	width: 50%;
}
.newsList.eduList .Txt .newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.newsList.eduList .Txt .newsInfoBox .date {
	color: #80beaf;
	font-weight: 700;
}
.newsList.eduList .Txt .newsInfoBox .classTitle {
	border-radius: 5px;
	padding: 8px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #80beaf;
}
.newsList.eduList .Txt .title {
	font-weight: 500;
	color: #666666;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
.newsList.eduList .Txt .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList.eduList .Txt .text {
	font-weight: 300;
	margin-top: 10px;
	height: 110px;
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
@media (max-width: 1400px) {
	.newsList.eduList .Txt {
		padding: 26px 30px;
	}
	.newsList.eduList .Txt .text {
		height: 55px;
	}
}
@media (max-width: 768px) {
	.newsList.eduList .Txt {
		padding: 22px 33px;
		padding-bottom: 0;
		width: 100%;
	}
}
.newsList.eduList .newsBtn {
	position: absolute;
	left: 55.5%;
	bottom: 45px;
	z-index: 2;
	width: 46.5px;
	height: 46.5px;
	background-color: #80beaf;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.newsList.eduList .newsBtn:after {
	content: "";
	width: 14px;
	height: 12px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}
@media (max-width: 1400px) {
	.newsList.eduList .newsBtn {
		bottom: 16px;
		left: 53.5%;
	}
}
@media (max-width: 768px) {
	.newsList.eduList .newsBtn {
		position: relative;
		bottom: auto;
		left: auto;
		margin-top: 5px;
		margin-bottom: 22px;
		margin-left: 33px;
	}
}
.newsList:not(.eduList) {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 50px;
}
.newsList:not(.eduList) .newsItem {
	width: 33.3333333333%;
	padding: 0 28px;
}
@media (max-width: 1400px) {
	.newsList:not(.eduList) .newsItem {
		padding: 0 20px;
		width: 50%;
	}
}
@media (max-width: 768px) {
	.newsList:not(.eduList) .newsItem {
		width: 100%;
	}
}
.newsList:not(.eduList) .item {
	position: relative;
	min-height: 469px;
	height: 469px;
	background-color: #fff;
	border-radius: 35px;
	overflow: hidden;
}
@media (min-width: 1201px) {
	.newsList:not(.eduList) .item:hover {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	.newsList:not(.eduList) .item:hover .Img:after {
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.newsList:not(.eduList) .item:hover .Txt .date {
		color: #f5b994;
	}
	.newsList:not(.eduList) .item:hover .Txt .classTitle {
		background-color: #f5b994;
	}
	.newsList:not(.eduList) .item:hover .newsBtn {
		background-color: #f5b994;
	}
}
@media (max-width: 768px) {
	.newsList:not(.eduList) .item {
		height: auto;
		min-height: auto;
	}
}
.newsList:not(.eduList) .item.full .text {
	height: 270px;
}
.newsList:not(.eduList) .Img {
	overflow: hidden;
	position: relative;
}
.newsList:not(.eduList) .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 400px) {
	.newsList:not(.eduList) .Img {
		min-height: 225px;
	}
	.newsList:not(.eduList) .Img img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.newsList:not(.eduList) .Txt {
	position: relative;
	padding: 22px 33px 0;
	overflow: hidden;
}
.newsList:not(.eduList) .Txt .newsInfoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1.5px;
}
.newsList:not(.eduList) .Txt .newsInfoBox .date {
	color: #80beaf;
	font-weight: 700;
}
.newsList:not(.eduList) .Txt .newsInfoBox .classTitle {
	border-radius: 5px;
	padding: 8px 12px;
	color: #fff;
	font-weight: 500;
	background-color: #80beaf;
}
.newsList:not(.eduList) .Txt .title {
	font-weight: 500;
	color: #666666;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 1.5px;
}
.newsList:not(.eduList) .Txt .title a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newsList:not(.eduList) .Txt .text {
	font-weight: 300;
	margin-top: 10px;
	height: 55px;
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: 1.5px;
}
.newsList:not(.eduList) .newsBtn {
	position: relative;
	z-index: 2;
	width: 46.5px;
	height: 46.5px;
	background-color: #80beaf;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-left: 31px;
	margin-top: 5px;
	margin-bottom: 22px;
}
.newsList:not(.eduList) .newsBtn:after {
	content: "";
	width: 14px;
	height: 12px;
	background-image: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	-webkit-filter: contrast(0) brightness(2);
	        filter: contrast(0) brightness(2);
}

.imgBox {
	pointer-events: none;
}
.imgBox .basketballLeft {
	position: absolute;
	z-index: -1;
	left: -2.5%;
	top: 62%;
}
.imgBox .basketballLeft .basketball {
	bottom: 55%;
	left: 27%;
	animation: basketball_left 5s -1s linear infinite reverse;
}
@media (min-width: 1921px) {
	.imgBox .basketballLeft {
		display: none;
	}
}
@media (max-width: 991px) {
	.imgBox .basketballLeft {
		display: none;
	}
}
.imgBox .basketballRight {
	position: absolute;
	right: -60px;
	top: 41%;
	z-index: -1;
}
.imgBox .basketballRight .basketball {
	bottom: 6%;
	left: 0%;
	-webkit-animation: basketball_right 5s linear infinite;
	        animation: basketball_right 5s linear infinite;
}
@media (min-width: 1921px) {
	.imgBox .basketballRight {
		display: none;
	}
}
@media (max-width: 1500px) {
	.imgBox .basketballRight {
		right: -105px;
	}
}
@media (max-width: 991px) {
	.imgBox .basketballRight {
		display: none;
	}
}
.imgBox .Img {
	position: absolute;
}
.imgBox .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.imgBox .Img.py {
	right: -6%;
	top: 34%;
	-webkit-animation: edu_py 5s ease-in-out infinite;
	        animation: edu_py 5s ease-in-out infinite;
}
.imgBox .Img.py .eyesBox {
	top: 28%;
	left: 12%;
	-webkit-transform: rotate(-5deg);
	        transform: rotate(-5deg);
}
.imgBox .Img.py .eyesBox span {
	margin: 0 2px;
}
.imgBox .Img.py .eyesBox span:before {
	bottom: 3px;
	left: 1px;
}
.imgBox .Img.line {
	position: relative;
}
@media (max-width: 1700px) {
	.imgBox .Img.py {
		max-width: 200px;
		right: -5%;
	}
}
@media (max-width: 1500px) {
	.imgBox .Img.py {
		max-width: 160px;
	}
}
@media (max-width: 1400px) {
	.imgBox .Img.py {
		right: -5.8%;
	}
}
@media (max-width: 1200px) {
	.imgBox .Img.py {
		right: -6.5%;
	}
}
@media (max-width: 991px) {
	.imgBox .Img.py {
		display: none;
	}
}
@media (max-width: 768px) {
	.imgBox .Img.py {
		right: -12%;
		top: 39%;
		display: block;
	}
}
@media (max-width: 600px) {
	.imgBox .Img.py {
		display: none;
	}
}

.eduBannerArea {
	position: relative;
}
.eduBannerArea .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0 20px;
	z-index: 2;
	max-width: 1530px;
	padding-bottom: 76px;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.eduBannerArea .Txt .title {
	color: #fff;
	font-weight: 500;
	padding-bottom: 28px;
	margin-bottom: 22px;
	font-size: 45px;
	line-height: 1;
	letter-spacing: 2.25px;
	position: relative;
	display: inline-block;
}
.eduBannerArea .Txt .title:after {
	content: "";
	width: 45%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.eduBannerArea .Txt .subtitle {
	color: #fff;
	text-transform: uppercase;
	font-family: "Sour Gummy";
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 1.5px;
}
@media (max-width: 1600px) {
	.eduBannerArea .Txt {
		max-width: 1300px;
	}
}
@media (max-width: 1180px) {
	.eduBannerArea .Txt .title {
		font-size: 40px;
	}
	.eduBannerArea .Txt .subtitle {
		font-size: 26px;
	}
}
@media (max-width: 840px) {
	.eduBannerArea .Txt .title {
		font-size: 30px;
		padding-bottom: 20px;
		margin-bottom: 18px;
	}
	.eduBannerArea .Txt .subtitle {
		font-size: 22px;
	}
}
@media (max-width: 540px) {
	.eduBannerArea .Txt {
		padding-top: 20px;
	}
	.eduBannerArea .Txt .title {
		font-size: 28px;
		padding-bottom: 14px;
		margin-bottom: 12px;
	}
	.eduBannerArea .Txt .subtitle {
		font-size: 18px;
	}
}
@media (max-width: 400px) {
	.eduBannerArea .Txt .title {
		font-size: 22px;
	}
	.eduBannerArea .Txt .subtitle {
		font-size: 14px;
	}
}
.eduBannerArea .eduBanner .Img {
	position: relative;
	z-index: 1;
}
.eduBannerArea .eduBanner .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 640px) {
	.eduBannerArea .eduBanner .Img {
		padding-bottom: 56.25%;
	}
	.eduBannerArea .eduBanner .Img img {
		-o-object-fit: cover;
		   object-fit: cover;
		width: 100%;
		height: 100%;
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.eduBannerArea .bgRipple {
	position: absolute;
	z-index: 4;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 120px;
	background-image: url("../images/banner_ripple.png");
	background-repeat: repeat-x;
	background-position-y: center;
	-webkit-animation: 35s ripple1 linear infinite;
	        animation: 35s ripple1 linear infinite;
}
@media (max-width: 1180px) {
	.eduBannerArea .bgRipple {
		height: 50px;
		background-size: contain;
		-webkit-animation-duration: 60s;
		        animation-duration: 60s;
		bottom: -10px;
	}
}
@media (max-width: 840px) {
	.eduBannerArea .bgRipple {
		bottom: -15px;
	}
}
@media (max-width: 540px) {
	.eduBannerArea .bgRipple {
		height: 30px;
		bottom: -10px;
	}
}
.eduBannerArea .Img.edu_player_box {
	z-index: 5;
	position: absolute;
	bottom: -23%;
	left: 10.5%;
}
.eduBannerArea .Img.edu_player_box .py {
	-webkit-animation: baseball_player 5s ease-in-out infinite;
	        animation: baseball_player 5s ease-in-out infinite;
}
.eduBannerArea .Img.edu_player_box .eyesBox {
	right: 9%;
	top: 36%;
}
.eduBannerArea .Img.edu_player_box .eyesBox span {
	margin: 0 1.5px;
}
.eduBannerArea .Img.edu_player_box .eyesBox span:before {
	right: 1.5px;
	top: 4px;
	-webkit-animation: baseball_player_eyes 5s ease-in-out infinite;
	        animation: baseball_player_eyes 5s ease-in-out infinite;
}
.eduBannerArea .Img.edu_player_box .baseball {
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("../images/baseball.png");
	width: 73px;
	height: 72px;
	position: absolute;
	top: -30%;
	left: 55%;
	-webkit-animation: baseball_rotate 5s linear infinite;
	        animation: baseball_rotate 5s linear infinite;
}
.eduBannerArea .Img.edu_player_box .shadow {
	width: 52px;
	height: 12px;
	background-color: #000;
	opacity: 0.08;
	border-radius: 50%/50%;
	position: absolute;
	top: 7px;
	left: 58%;
	-webkit-animation: shadow 5s ease-in-out infinite;
	        animation: shadow 5s ease-in-out infinite;
}
@media (max-width: 1800px) {
	.eduBannerArea .Img.edu_player_box {
		left: 5%;
	}
}
@media (max-width: 1600px) {
	.eduBannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.85);
		        transform: scale(0.85);
	}
}
@media (max-width: 1400px) {
	.eduBannerArea .Img.edu_player_box {
		bottom: -28%;
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@media (max-width: 1180px) {
	.eduBannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.7);
		        transform: scale(0.7);
		bottom: -40%;
	}
}
@media (max-width: 768px) {
	.eduBannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.6);
		        transform: scale(0.6);
	}
}
@media (max-width: 650px) {
	.eduBannerArea .Img.edu_player_box {
		left: 2%;
		bottom: -100px;
	}
}
@media (max-width: 480px) {
	.eduBannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.45);
		        transform: scale(0.45);
	}
}
@media (max-width: 400px) {
	.eduBannerArea .Img.edu_player_box {
		-webkit-transform: scale(0.4);
		        transform: scale(0.4);
	}
}

.innerArea {
	padding-bottom: 200px;
}
@media (max-width: 1600px) {
	.innerArea {
		padding-bottom: 240px;
	}
}
@media (max-width: 1180px) {
	.innerArea {
		padding-bottom: 140px;
	}
}
@media (max-width: 650px) {
	.innerArea {
		padding-bottom: 100px;
	}
}
.innerArea .innerBox {
	min-height: 780px;
}
@media (max-width: 991px) {
	.innerArea .innerBox {
		min-height: 500px;
	}
}
.innerArea .tab {
	border-top: none;
	-webkit-column-gap: 18px;
	   -moz-column-gap: 18px;
	        column-gap: 18px;
	row-gap: 18px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.innerArea .tab li {
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.innerArea .tab li a {
	border-radius: 5px;
	padding: 16px 24px;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1.2px;
	background-color: #aeadad;
}
.innerArea .tab li a.current {
	background-color: #80beaf;
}
@media (max-width: 1400px) {
	.innerArea .tab {
		-webkit-column-gap: 14px;
		   -moz-column-gap: 14px;
		        column-gap: 14px;
		row-gap: 14px;
	}
	.innerArea .tab li a {
		font-size: 16px;
		padding: 14px 20px;
	}
}
@media (max-width: 991px) {
	.innerArea .tab {
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
		row-gap: 10px;
	}
	.innerArea .tab li a {
		font-size: 14px;
		padding: 12px 16px;
	}
}
.innerArea .tabContent {
	margin-top: 40px;
	border-top: none;
}
@media (max-width: 768px) {
	.innerArea .tabContent {
		margin-top: 20px;
	}
}

.shareBox {
	float: right;
}
.shareBox .btn-fb {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.shareBox .back {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	background: rgb(174, 66, 51);
	/* Old browsers */
	/* FF3.6+ */
	/* Chrome,Safari4+ */
	/* Chrome10+,Safari5.1+ */
	/* Opera 11.10+ */
	/* IE10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
	background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
	/* IE6-9 */
	cursor: pointer;
}
.shareBox .back:hover {
	background: #398cb1;
}
/*# sourceMappingURL=education.css.map */