#organizeDiv {
}

.organizeNumBtns {
	position: relative;
	left: 540px;
	top: 552px;
	text-align: center;
}

.organizeNumBtns .orgBtnTemp {
	display: none;
	cursor: pointer;
	margin: 0 10px;
}

.organizeNumBtns .orgDash {
	cursor: default;
	margin: 0px;
}

#organizeDiv .imgList {
	display: inline-block;
	position: absolute;
	left: 90px;
	top: 128px;
	text-align: center;
	width: 0px;
	height: 0px;
}
#organizeDiv .imgList tr {
	display: inline-block;
	width: 637px;
}
#organizeDiv .imgList td.active,
#organizeDiv .imgList td:hover {
	opacity: 1;
}
#organizeDiv .imgList td {
	opacity: 0.5;
	position: relative;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	height: 76px;
	cursor: pointer;
	font-weight: bold;
}
#organizeDiv .imgList td:not(:last-child)::before {
	content: "";
	position: absolute;
	right: -1px;
	width: 2px;
	height: 40px;
	top: 18px;
	background-color: #ff8c4c;
}
#organizeDiv .boxData {
	display: inline-block;
	position: absolute;
	left: 22px;
	top: 116px;
}

.organizePageInfo {
	display: inline-block;
	position: absolute;
	top: 550px;
	left: 395px;
	text-align: center;
}

.organizePageInfo span {
	display: inline-block;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
}

.organizePageInfo span:nth-child(1) {
}

.organizePageInfo span:nth-child(2) {
}

.organizePageInfo span:nth-child(3) {
}
.org_prev {
	/* display: none; */
	position: absolute;
	top: -270px;
	left: -265px;
	cursor: pointer;
}
.org_next {
	/* display: none; */
	position: absolute;
	top: -270px;
	right: 555px;
	cursor: pointer;
}

/*
.orgDownBtn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 421px;
  left: 746px;
  width: 166px;
  height: 42px;
  background: url(../../common/organizeData/images/down_btn.png)
}
.orgDownBtn:hover {
  background: url(../../common/organizeData/images/down_btn_over.png)
}
.orgPrintBtn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 467px;
  left: 746px;
  width: 166px;
  height: 42px;
  background: url(../../common/organizeData/images/print_btn.png);
}
.orgPrintBtn:hover {
  background: url(../../common/organizeData/images/print_btn_over.png)
}
 */

.printBox {
	display: none;
}

#organizeDataBox {
	width: 833px;
	display: inline-block;
	position: absolute;
	left: 110px;
	top: 100px;
}
.boxData .dataEq {
	width: 733px;
	display: none;
}
#organizeDataBox {
	width: 833px;
	display: inline-block;
}
.dataList {
	max-width: 760px;
	margin-left: 147px;
}
.dataList + .dataList {
	margin-top: 30px;
}
.dataList > span {
	position: relative;
	font-size: 32px;
	color: #10585e;
	word-break: keep-all;
	word-wrap: break-word;
	line-height: 35px;
	margin-top: 35px;
	font-weight: bold;
	margin-left: 30px;
	font-family: "SCore";
}

.dataList h3 span:nth-child(1) {
	position: absolute;
	width: 50px;
	height: 30px;
	top: 0;
	left: -55px;
	text-align: right;
}

.data_p {
	position: relative;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	left: 86px;
	top: 25px;
	word-break: keep-all;
	width: 600px;
	word-wrap: break-word;
	margin-top: 4px;
}
.data_p2 + .data_p2 {
	margin-top: 2px;
}
.data_p2 {
	position: relative;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	left: 110px;
	top: 17px;
	word-break: keep-all;
	width: 580px;
	word-wrap: break-word;
	margin-top: 10px;
}
.dataList .data_p2 .bullet {
	position: absolute;
	width: 50px;
	height: 30px;
	top: 0;
	left: -55px;
	text-align: right;
}
.dataList .data_p .bullet {
	position: absolute;
	width: 50px;
	height: 30px;
	top: -3px;
	left: -60px;
	text-align: right;
}
.dataList .data_p2 .bullet2 {
	position: absolute;
	font-size: 17px;
	line-height: 27px;
	left: -20px;
	top: 0;
	margin-top: 0;
	color: #333;
	text-align: right;
}
.dataList .check::before {
	content: '';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 1px;
	left: -15px;
	background-position-y: 2px;
}
.dataList .check1::before {
	content: '1)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check2::before {
	content: '2)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check3::before {
	content: '3)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check4::before {
	content: '4)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check5::before {
	content: '5)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check6::before {
	content: '6)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check7::before {
	content: '7)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check8::before {
	content: '8)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .check9::before {
	content: '9)';
	display: inline-block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: -25px;
	background-position-y: 2px;
}
.dataList .dataText {
	position: relative;
	word-break: keep-all;
	word-wrap: break-word;
	display: inline-block;
	font-size: 20px;
	width: 600px;
	line-height: 24px;
}

.orgTitleImg {
	position: absolute;
	top: -39px;
	left: 50px;
	cursor: pointer;
}

.orgTitleImg2 {
	position: absolute;
	top: -28px;
	left: 397px;
	cursor: pointer;
}

.slash {
	position: absolute;
	font-size: 30px;
	color: #26beca;
	left: 842px;
	top: 518px;
	display: none;
}
