.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #3d107b;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.hr_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.hr_main{
	width: 1200px;
	margin: 0 auto;
}
.hr_main .ctn{
	width: 100%;
	float: left;
}
.hr_main .hr_content{
	width: 100%;
	float: left;
}
.hr_main .text{
	width: 800px;
	float: left;
	padding: 0 50px 0 50px;
}
.hr_main .text p{
	margin: 10px 0;
}
.hr_main .img{
	width: 300px;
	float: left;
	text-align: center;
	padding: 0;
}
.hr_chart{
	float: left;
	padding: 0 0 0 50px;
}
.hr_geBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
	background: url(../images/em_hrBg_.png) center top repeat-x;
}
.hr_ge{
	width: 1200px;
	margin: 0 auto;
}
.ge_content{
	width: 1150px;
	padding: 0 0 0 50px;
}
.hr_ge .text{
	width: 100%;
	float: left;
}
.hr_ge .info{
	width: 80%;
	float: left;
	padding: 0 0 20px 0;
}
.hr_ge .tit{
	background: url(../images/em_borBg_2.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
table{
	border-left: 1px dashed #8f82bc;
	background: #fff;
	margin: 0 auto;
}
th{
	padding: 8px 10px;
	border-bottom: 1px solid #8f82bc;
	border-right: 1px dashed #8f82bc;
	text-align: center;
	vertical-align: middle;
}
td{
	padding: 8px 10px;
	border-bottom: 1px solid #8f82bc;
	border-right: 1px dashed #8f82bc;
	text-align: center;
	vertical-align: middle;
}

tr.bg{
	background: #d6d6f2;
}
tr.bg2{
	background: #e7e5e2;
}
ul.list{
	width: 100%;
	float: left;
}
ul.list li{
	width: 95%;
	background: url(../images/em_list.png) left 15px no-repeat;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 30px
}
.tab{
	width: 60%;
	float: left;
}
.memo{
	width: 35%;
	float: left;
	padding: 20px 2% 20px 3%;
	background: url(../../sc/images/sc_hsm_bg.gif) right top no-repeat;
}
.memo p{
	margin: 10px 0;
}


.mb-0 {
	margin-bottom: 0;
}

.sg_content {
	width: 1150px;
    float: left;
    padding: 0 0 0 50px;
}

.cg_ab_box ul,
.cg_ab_goal ul {
	background: rgba(197, 197, 197, 0.1);
	padding: 1rem 1rem 1rem 2rem;
}

.cg_ab_goal ul {
	height: 220px;
}

.minH .cg_ab_box ul {
	height: 80px;
}

.dflex {
	display: flex;
	flex-wrap: wrap;
}

.cg_abo_target{
	margin-left: 1px;
	margin-right: 1px;
	height: 300px;
}

.cg_target .cg_ab_box {
	margin: 0;
	padding: 1rem 0;
	width: calc(100% / 5 - 10px);
	padding-top: 0;
	/* border-bottom: 1px solid #6778c2; */
}

.target_txt,
.target_txt2,
.target_txt3,
.target_txt4,
.target_txt5 {
	color: #fff;
	min-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 1px;
	/* padding-bottom: 1rem; */
}

.target_txt {
	background: #6778c2;
}

.target_txt2 {
	background: #1a9dbe;
}

.target_txt3 {
	background: #477e25;
}

.target_txt4 {
	background: #e45a34;
}

.target_txt5 {
	background: #7e256f;
}
.imgBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.imgBox .item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(100% / 3 - 1rem);
  border-radius: 0.5em;
  overflow: hidden;
}
.imgBox.box2 .item {
  width: calc(100% / 2 - 1rem);
}
.imgBox .item img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.imgBox .item:hover img {
  transform: scale(1.1);
}
.imgBox .item p {
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  z-index: 2;
}
.imgBox .item:has(p)::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
@media screen and (max-width:1024px) {
	.sg_content {
		width: 100%;
		padding: 0;
	}

	.cg_ab_goal, .cg_target .cg_ab_box {
		width: 100%;
	}

	.cg_ab_goal ul {
		height: fit-content;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.hr_mainBg, .hr_geBg{
	min-width: 1000px;
}
.hr_main, .hr_ge{
	width: 970px;
	padding: 0 15px;
}
.hr_main .text{
	width: 650px;
	padding: 0 20px 0 0;
}
.hr_chart{
	padding: 0;
	width: 100%;
}
.hr_ge .ge_content{
	width: 100%;
	padding: 0;
}
.hr_ge table{
	width: 100%;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.hr_mainBg, .hr_geBg{
	min-width: 320px;
}
.hr_main, .hr_ge{
	width: 90%;
	padding: 0 5%;
	min-height: inherit;
}
.hr_main .text, .hr_main .img, .hr_chart, .hr_ge .ge_content, .hr_ge .info{
	width: 100%;
	padding: 0;
}
.hr_ge .ge_content{
	width: 100%;
	padding: 0;
}
.hr_main .img img{
	width: 100%;
	height: auto;
}
.hr_ge table{
	width: 100%;
	margin: 15px 0;
}
ul.list li{
	width: 90%;
}
.tab{
	width: 100%;
}
.memo{
	width: 100%;
	background: none;
	padding: 0;
}
.imgBox .item,
  .imgBox.box2 .item {
    width: 100%;
  }
}