.sub-section .wrap > div {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 50px 0 100px 0;
	padding: 0px 0px;
	background: #fff;
}

.sub-section .wrap div .sec-1 p.title01 {
	margin-top: 50px;
	font-size: 17px;
	color: #fff;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	width: 100%;
	background: #353535;
}

.sub-section .wrap div .sec-1 p.title02 {
	margin-top: 50px;
	font-size: 17px;
	color: #fff;
	font-family: '맑은 고딕';
	padding: 18px 25px;
	width: 100%;
	background: #676767;
	text-shadow: 1px 1px 1px #000;
}

.sub-section .wrap div .sec-2_1 ul {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	background: #fff;
}

.sub-section .wrap div .sec-2_1 > ul > li {
	display: flex;
	position: relative;
	width: calc(100% - 0px);
	height: auto;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: 0px;
	padding: 26px 0px;
}
.sub-section .wrap div .sec-2_1 > ul > li:first-child {
	border-top: 2px solid #910023;
	margin-top: 20px;
}
.sub-section .wrap div .sec-2_1 > ul > li:last-child {
	border-bottom: 1px solid #000000;
}

.sub-section .wrap div .sec-2_1 ul li > div {
	display: flex;
	align-items: center;
	font-size: 19px;
	font-weight: bold;
	padding: 0px 24px 4px 24px;
	text-align: left;
	background: #fff;
}
.sub-section .wrap div .sec-2_1 ul li > div:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 18px;
	margin-right: 9px;
	background: url(../../../images/iosf/contents/img_line5x18_01.png);
	position: relative;
	top: 0px;
}

.sub-section .wrap div .sec-2_1 ul li p {
	width: 100%;
	font-size: 15px;
	text-align: left;
	padding: 8px 24px 10px 24px;
	top: 0px;
	font-family: '맑은 고딕';
	color: #000000;
}

.sub-section .wrap div .sec-2_1 ul li ul li {
	display: flex;
	background: none;
	align-items: baseline;
	margin-top: 4px;
	margin-bottom: 2px;
	padding: 6px 24px 0px 24px;
}
.sub-section .wrap div .sec-2_1 ul li ul h5 {
	line-height: 20px;
	text-align: left;
	margin-right: 6px;
	font-weight: normal;
	font-size: 15px;
	font-family: '맑은 고딕';
	color: #313131;
}
.sub-section .wrap div .sec-2_1 ul li ul li.line_2 h5 {
	color: #715432;
	margin-left: 10px;
}

/* ---------------------------------------------------------------------------- */

.sub-section .wrap div .sec-4 {
	width: 100%;
	padding: 15px 20px 34px 20px;
	background: #e9ecf0;
	border: 1px solid #e5e5e5;
	margin-top: 50px;
}
.sub-section .wrap div .sec-4 p {
	font-size: 17px;
	padding: 12px 20px 24px 20px;
	font-family: '맑은 고딕';
}

.sub-section .wrap div .sec-4 a{
	display: table;
	margin: 0 auto;
}
.sub-section .wrap div .sec-4 a span {
	display: table-cell;
	font-size: 19px;
	font-weight: bold;
	width: auto;
	color: #fff;
	padding: 14px 26px;
	background: #b9193f;
	border: 1px solid #78001d;
	border-right: 0px;
}
.sub-section .wrap div .sec-4 a span:nth-child(1) {
	background: #b9193f;
	border: 1px solid #78001d;
	border-bottom: 1px solid #78001d;
	border-right: 0px;
	text-shadow: 1px 1px 1px #000;
}

.sub-section .wrap div .sec-4 a span:nth-child(2) {
	border-left: 1px solid #a50c31;
	border-bottom: 1px solid #78001d;
	width: 56px;
	height: 100%;
	padding: 14px 28px;
	background: url(../../../images/iosf/contents/icon_download_origin.png) no-repeat center;
	background-size: 24px 24px;
	background-color: #b9193f;
}

/* 섹션5 글자 체계
.sec-5 li.category 직원 행동 수칙 분류
.sec-5 li ul 상황
.sec-5 li ul + ul 행동 수칙(안)
.sec-5 li.part ul + ul b 빨간 주의 문구
.sec-5 li.part ul + ul h6 수칙의 2단계 문구(띄어쓰기)
.sec-5 li.part ul + ul (div)h5 #000000 + 반응형 띄어쓰기 
.sec-5 li.part ul + ul (div)h4 #313131 + 반응형 띄어쓰기
.sec-5 li.part ul + ul (div)h3 #745330 + 반응형 띄어쓰기 */

.sub-section .wrap div .sec-5 {
	display: flex;
	flex-direction: column;
	background: #fff;
}
.sub-section .wrap div .sec-5 li.category {
	display: flex;
	margin-top: 20px;
}

.sub-section .wrap div .sec-5 li ul {
	width: 332px;
	padding: 12px 20px;
}
.sub-section .wrap div .sec-5 li ul + ul,
.sub-section .wrap div .sec-5 li.part ul + ul {
	width: calc(100% - 332px);
	border-left: 1px solid #e6e6e6;
}

.sub-section .wrap div .sec-5 li.category ul {
	font-size: 15px;
	color: #755332;
	text-align: center;
	border-top: 2px solid #910023;
	border-bottom: 1px solid #000000;
	background: #fff;
}

.sub-section .wrap div .sec-5 li.part {
	display: flex;
}
.sub-section .wrap div .sec-5 li.part.last {
	border-bottom: 1px solid #000;
}
.sub-section .wrap div .sec-5 > p {
	font-size: 15px;
	color: #626262;
	font-family: '맑은 고딕';
	padding: 16px 0 46px 0;
}

.sub-section .wrap div .sec-5 li.part ul {
	font-size: 15px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #e6e6e6;
	background: #f7f7f7;
}
.sub-section .wrap div .sec-5 li.part:nth-child(2n + 1) ul:first-child {
	background: #fafafa;
}
.sub-section .wrap div .sec-5 li.part ul:first-of-type li {
	font-size: 15px;
	color: #313131;
	font-weight: bold;
	font-family: '맑은 고딕';
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	padding: 0;
}
.sub-section .wrap div .sec-5 li.part ul span {
	height: 0px;
}
.sub-section .wrap div .sec-5 li.part ul + ul {
	text-align: left;
	font-weight: normal;
	background: #fff;
	line-height: 29px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sub-section .wrap div .sec-5 li.part ul + ul b {
	font-weight: normal;
	color: #910023;
	line-height: 32px;
}
.sub-section .wrap div .sec-5 li.part ul + ul li.text06 {
	display: block;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 18px;
	font-weight: normal;
	font-size: 15px;
	font-family: '맑은 고딕';
}
.sub-section .wrap div .sec-5 li.part ul + ul li,
.sub-section .wrap div .sec-5 li.part ul + ul div {
	display: flex;
	background: none;
	align-items: baseline;
	margin-top: 4px;
	margin-bottom: 2px;
}

.sub-section .wrap div .sec-5 li.part ul + ul h5 {
	display: inline;
	line-height: 20px;
	margin-bottom: 4px;
	margin-right: 6px;
	font-weight: normal;
	font-size: 15px;
	font-family: '맑은 고딕';
	color: #000000;
}
.sub-section .wrap div .sec-5 li.part ul + ul h4 {
	line-height: 20px;
	margin-bottom: 2px;
	margin-right: 6px;
	font-weight: normal;
	font-size: 15px;
	font-family: '맑은 고딕';
	color: #313131;
}
.sub-section .wrap div .sec-5 li.part ul + ul h3 {
	margin-top: 4px;
	margin-bottom: 2px;
	margin-right: 9px;
	font-weight: normal;
	font-size: 15px;
	font-family: '맑은 고딕';
	color: #745330;
}

.sub-section .wrap div .sec-5 li.part ul + ul h3.arrow_right {
	min-width: 10px;
	height: 10px;
	background: url(../../../images/iosf/contents/img_arrow_right4x8_brown.png) no-repeat center;
}
.sub-section .wrap div .sec-5 li.part ul + ul a.linkbtn {
	display: table;
}
.sub-section .wrap div .sec-5 li.part ul + ul a.linkbtn span:nth-child(1) {
	display: table-cell;
	width: auto;
	min-height: 29px;
	line-height: initial;
	font-size: 13px;
	padding: 6px 10px;
	color: #fff;
	background: #7c7c7c;
	border: 1px solid #5f5f5f;
	border-right: 0;
}

.sub-section .wrap div .sec-5 li.part ul + ul a.linkbtn span:nth-child(2) {
	display: table-cell;
	width: 33px;
	min-height: 29px;
	background: url(../../../images/iosf/contents/icon_link_origin.png) no-repeat center;
	background-size: 12px 14px;
	background-color: #696969;
	border: 1px solid #5f5f5f;
	border-left: 0;
}

/* 손가락 가리기 */

.sub-section .wrap div .sec-5 > div{
	background: none;
}

.sub-section .wrap div .sec-5 > div > span{
	display: none;
}

/* ---------------------------------------------------------------------------------------------- */


@media screen and (max-width:1359px) {
	.sub-section .wrap div .sec-5 li.category ul,
	.sub-section .wrap div .sec-5 li.part ul{
		width: 23%;
	}
	.sub-section .wrap div .sec-5 li.category ul:last-of-type,
	.sub-section .wrap div .sec-5 li.part ul:last-of-type{
		width: 77%;
	}
	
}

@media screen and (max-width:959px) {
	.sub-section .wrap div .sec-5 li.category ul,
	.sub-section .wrap div .sec-5 li.part ul{
		width: 25%;
	}
	.sub-section .wrap div .sec-5 li.category ul:last-of-type,
	.sub-section .wrap div .sec-5 li.part ul:last-of-type{
		width: 75%;
	}

}

@media screen and (max-width:767px) {
	.sub-section .wrap div .sec-1 p.title01,
	.sub-section .wrap div .sec-1 p.title02,
	.sub-section .wrap div .sec-4 p,
	.sub-section .wrap div .sec-4 a span:nth-child(1){
		font-size: 15px;
	}
	.sub-section .wrap div .sec-2_1 ul li > div{
		font-size: 17px;
	}

	.sub-section .wrap div .sec-4 a span{
		width: 100%;
	}
	.sub-section .wrap div .sec-5 > div{
		position: relative;
		overflow-x: auto;
		overflow-y:hidden;
		background: none;
		
	}
	  
	  .sub-section .wrap div .sec-5 > div::before{
		z-index: 1;
		content: "";
		position: absolute;
		display: inline-block;
		opacity: 1;
		width: 767px;
		height: 100%;
		left: 0;
		background: rgba(255, 255, 255, 0.549);
	 }
	  .sub-section .wrap div .sec-5 > div.off::before,
	  .sub-section .wrap div .sec-5 > div.off > span{
		opacity: 0;
		transition: all 0.3s;
		display: none;
	} 
	  
		.sub-section .wrap div .sec-5 > div > span{
		z-index: 1;
		position: absolute;
		opacity: 1;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 178px;
		height: 110px;
		background: rgba(0, 0, 0, 0.748);
		border-radius: 5px;
		font:15px "맑은 고딕";
		color: #fff;
		text-align:center;
	 }       
	  .sub-section .wrap div .sec-5 > div span span{
		display: inline-block;
		width: 94px;
		height: 40px;
		background: url(../../../images/iosf/contents/sign_table_scroll_origin.png)no-repeat 50% 30%;
		background-size: 100%;
		margin-bottom: 8px;
	 }
	  .sub-section .wrap div .sec-5 > div > ul{
		min-width: 767px;
	 }

	 

}
