@charset "utf-8";

.pieContainer {
	height: 500px;
	width: 500px;
	margin: 0 auto !important;
	position: relative;
	background-image: url("../images/div/asset_18xxxhdpi.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: scale(1);
}
@media screen and (max-width: 530px) {
	.pieContainer{
		transform: scale(0.8);
	}
}
@media screen and (max-width: 420px) {
	.pieContainer{
		margin-left: -55px !important;
	}
}
@media screen and (max-width: 420px) {
	.pieContainer{
		transform: scale(0.6);
	}
}
@media screen and (max-width: 310px) {
	.pieContainer{
		transform: scale(0.5);
	}
}
.pieBackground {
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 100%;
}

.pie {
	transition: all 1s;
	position: absolute;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	clip: rect(0px, 250px, 500px, 0px);
}

.hold {
	position: absolute;
	/* width: 500px;
	height: 500px; */
	border-radius: 100%;
	clip: rect(0px, 500px, 500px, 250px);
}


#pieSlice1 {
	transform: rotate(0deg);
	margin-top: 0px;
	margin-left: 0px;
}
#pieSlice1 .pie {
	background-color: transparent;
	transform: rotate(43deg);
}
#pieSlice1 .pie span{
	position: absolute;
	top: 86px;
	left: 150px;
	transform: rotate(-43deg);
	display: inline-block;
	width: 150px;
	height: 100px;
	text-align: center;
	transition: transform .7s ease-in-out;
}
#pieSlice1 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice1 a:hover{
	color: #000000;
}
#pieSlice1 img{
	width: 48px;
	margin-left: -156px;
	margin-top: 18px;
	transform: rotate(-45deg);
	transition: transform .5s ease-in-out;
}
#pieSlice1 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(320deg);
	animation-timing-function: ease-in-out;
}


#pieSlice2 {
	transform: rotate(43deg);
	margin-top: -104px;
	margin-left: 237px;
}
#pieSlice2 .pie {
	background-color: transparent;
	transform: rotate(43deg);
}
#pieSlice2 .pie span{
	position: absolute;
	top: 78px;
	left: 168px;
	transform: rotate(-88deg);
	display: inline-block;
	width: 135px;
	height: 100px;
	text-align: center;
	word-wrap: break-word;
	transition: transform .7s ease-in-out;
}
#pieSlice2 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice2 a:hover{
	color: #D7B03B;
}
#pieSlice2 img{
	width: 48px;
	margin-left: -134px;
	margin-top: 18px;
	transform: rotate(276deg);
	transition: transform .5s ease-in-out;
}
#pieSlice2 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-86deg);
	animation-timing-function: ease-in-out;
}


#pieSlice3 {
	transform: rotate(86deg);
	margin-top: -19px;
	margin-left: 481px;
}
#pieSlice3 .pie {
	background-color: transparent;
	transform: rotate(47deg);
}
#pieSlice3 .pie span{
	position: absolute;
	top: 34px;
	left: 172px;
	transform: rotate(-133deg);
	display: inline-block;
	width: 135px;
	height: 100px;
	text-align: center;
	transition: transform .7s ease-in-out;
}
#pieSlice3 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice3 a:hover{
	color: #000000;
}
#pieSlice3 img{
	width: 48px;
	margin-left: -180px;
	margin-top: 23px;
	transform: rotate(227deg);
	transition: transform .5s ease-in-out;
}
#pieSlice3 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-130deg);
	animation-timing-function: ease-in-out;
}


#pieSlice4 {
	transform: rotate(133deg);
	margin-top: 235px;
	margin-left: 603px;
}
#pieSlice4 .pie {
	background-color: transparent;
	transform: rotate(47deg);
}
#pieSlice4 .pie span{
	position: absolute;
	top: 20px;
	left: 120px;
	transform: rotate(-180deg);
	display: inline-block;
	width: 150px;
	height: 100px;
	text-align: center;
	transition: transform .7s ease-in-out;
}
#pieSlice4 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice4 a:hover{
	color: #D7B03B;
}
#pieSlice4 img{
	width: 48px;
	margin-left: -156px;
	margin-top: 14px;
	transform: rotate(180deg);
	transition: transform .5s ease-in-out;
}
#pieSlice4 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-180deg);
	animation-timing-function: ease-in-out;
}


#pieSlice5 {
	transform: rotate(180deg);
	margin-top: 496px;
	margin-left: 500px;
}
#pieSlice5 .pie {
	background-color: transparent;
	transform: rotate(48deg);
}
#pieSlice5 .pie span{
	top: 40px;
	position: absolute;
	transform: rotate(-228deg);
	display: inline-block;
	width: 125px;
	height: 100px;
	left: 104px;
	text-align: center;
	transition: transform .7s ease-in-out;
}
#pieSlice5 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice5 a:hover{
	color: #000000;
}
#pieSlice5 img{
	width: 32px;
	margin-left: -182px;
	margin-top: 18px;
	transform: rotate(133deg);
	transition: transform .5s ease-in-out;
}
#pieSlice5 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-227deg);
	animation-timing-function: ease-in-out;
}


#pieSlice6 {
	transform: rotate(229deg);
	margin-top: 602px;
	margin-left: 228px;
}
#pieSlice6 .pie {
	background-color: transparent;
	transform: rotate(45deg);
}
#pieSlice6 .pie span{
	top: 74px;
	position: absolute;
	transform: rotate(-274deg);
	display: inline-block;
	width: 115px;
	height: 100px;
	left: 96px;
	text-align: center;
	transition: transform .7s ease-in-out;
}
#pieSlice6 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice6 a:hover{
	color: #D7B03B;
}
#pieSlice6 img{
	width: 45px;
	margin-left: -194px;
	margin-top: 26px;
	transform: rotate(87deg);
	transition: transform .5s ease-in-out;
}
#pieSlice6 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-274deg);
	animation-timing-function: ease-in-out;
}


#pieSlice7 {
	transform: rotate(275deg);
	margin-top: 481px;
	margin-left: -18px;
}
#pieSlice7 .pie {
	background-color: transparent;
	transform: rotate(43deg);
}
#pieSlice7 .pie span{
	top: 90px;
	position: absolute;
	transform: rotate(-317deg);
	display: inline-block;
	width: 120px;
	height: 100px;
	left: 104px;
	text-align: center;
	transition: transform .7s ease-in-out;
}
#pieSlice7 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice7 a:hover{
	color: #000000;
}
#pieSlice7 img{
	width: 45px;
	margin-left: -196px;
	margin-top: 6px;
	transform: rotate(40deg);
	transition: transform .5s ease-in-out;
}
#pieSlice7 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-320deg);
	animation-timing-function: ease-in-out;
}


#pieSlice8 {
	transform: rotate(317deg);
	margin-top: 239px;
	margin-left: -103px;
}
#pieSlice8 .pie {
	background-color: transparent;
	transform: rotate(43deg);
}
#pieSlice8 .pie span{
	top: 94px;
	position: absolute;
	transform: rotate(0deg);
	display: inline-block;
	width: 100px;
	height: 100px;
	left: 140px;
	text-align: center;
	transition: transform .7s ease-in-out;
}

#pieSlice8 a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: none !important;
}
#pieSlice8 a:hover{
	color: #D7B03B;
}
#pieSlice8 img{
	width: 36px;
	margin-left: -177px;
	margin-top: 16px;
	transform: rotate(0deg);
	transition: transform .5s ease-in-out;
}
#pieSlice8 a:hover img{
	transform: scale(1.3);
	animation-duration: .5s;
	transform: rotate(-360deg);
	animation-timing-function: ease-in-out;
}

.innerCircle {
	position: absolute;
	width: 120px;
	height: 120px;
	background-color: #444;
	border-radius: 100%;
	top: 190px;
	left: 190px;
	box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 0px 15px;
	color: white;
}
.innerCircle .content {
	position: absolute;
	display: block;
	width: 120px;
	top: 30px;
	left: 0;
	text-align: center;
	font-size: 14px;
}

@keyframes rotate-btn {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(-360deg);
	}
}