@charset "UTF-8";

.selectedLoss-HERASU {
	color: #F8B62D;
}

.noselectedLoss-HERASU:hover{
	color: #F8B62D;
	cursor: pointer;
}

#works {
	width:  1020px;
	height:  500px;
	text-align: center;
/*	background-image:  url("../brands/brandsring.png"); */
	background-repeat: no-repeat;
}

.workicon {
	width:  250px;
	height: 250px;
	position: relative;
}

.iconBox {
	width:  230px;
	height: 230px;
	box-shadow: 20px 20px 20px 0px gray;
	border-radius: 115px;
}

#work-data-input {
	top:   10px;
	left:  10px;
}

#work-office-design {
	top:    10px;
	left:  260px;
}

#work-data-analysis {
	top:  -490px;
	left:  510px;
}

#work-create-apps {
	top:  -490px;
	left:  760px;
}

.workDesc {
	position: relative;
	width:   240px;
	height:  200px;
	visibility: hidden;
}

#work-data-input-DescView {
	top:    -700px;
	left:     10px;
}

#work-office-design-DescView {
	top:   -1150px;
	left:    260px;
}

#work-data-analysis-DescView {
	top:   -1100px;
	left:    510px;
}

#work-create-apps-DescView {
	top:   -1550px;
	left:    760px;
}
