@charset "utf-8";

.krTxtList {
	float: right;
	width: calc(100% - 204px);
	padding: 19px 15px;
	background-color:#f5f5f5;
	font-size: 15px;
	font-family: "NanumBold";
	color:#282828;
}
.krTxtList li { min-height: 25px; padding: 2px 0; }
/*
2021.11.16. 웹접근성 관련 수정
- 글자와 배경 간의 명도 대비는 최소 3:1 이상 제공해야 합니다.
.krTxtList  span {color:#0fa2c7;} */
.krTxtList  span {color:#0099bb;}
.sian {font-family: "NanumBold"; color:#282828;}
.krimg2 {
	background:url("/images/template/krhome/sub/03/img_030601_01.png") no-repeat left top;
}
.krimg2:after {
	content: "";
	display: block;
	clear: both;
}

.m030605-04,
.m030605-05 {
	width: 100%;
	max-width: 900px;
	margin: 20px auto;
	text-align: center;
	word-break: keep-all;
}
.m030605-05 {
	max-width: 800px;
}
.m030605-04 li,
.m030605-05 li { float: left; }

.m030605-04 li { width: calc(20% - 20px); }
.m030605-04 li:not(:first-child) { margin-left: 25px; }

.m030605-05 li:first-child { width: calc(33.3% - 47px); }
.m030605-05 li:not(:first-child) {
	width: calc(33.3% + 23px);
	padding-left: 70px;
	background: url("/images/template/krhome/sub/09/img_09020401_arrow.png") no-repeat;
	background-position: 0 center;
}
.m030605-04 div,
.m030605-05 div {
	width: 100%;
}
.m030605-04 h4,
.m030605-05 h4 {
	height: 40px;
	line-height: 40px;
	background: rgb( 21,149,212);
	border-radius: 5px;
	color: #fff;
	font-size: 110%;
}
.m030605-04 p,
.m030605-05 p {
	display: block;
	position: relative;
	border: 1px solid rgb( 21,149,212);
	border-radius: 5px;
	margin-top: 4px;
	height: 40px;
}
.m030605-05 p {
	height: 76px;
}
.m030605-04 p span,
.m030605-05 p span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.m030605-04:after,
.m030605-05:after {
	content: "";
	display: block;
	clear: both;
}

@media (max-width:800px) {
	.krimg2 {
		background-size: 250px 210px;
		height: auto;
	}
	.krTxtList {
		position: static;
		width: 100%;
	}
	.krTxtList  span {color:#0fa2c7;}
	.sian {font-family: "NanumBold"; color:#282828;}
}

@media (max-width:560px) {

	.m030605-04 li { width: calc(33.33% - 20px); }
	.m030605-04 li:nth-child(1),
	.m030605-04 li:nth-child(2),
	.m030605-04 li:nth-child(3) { margin-bottom: 20px; }
	.m030605-04 li:nth-child(4) { margin-left: 0; }

	.m030605-05 li {
		float: none;
	}
	.m030605-05 li:first-child {
		width: 100%;
	}
	.m030605-05 li:not(:first-child) {
		width: 100%;
		padding-top: 70px;
		padding-left: 0;
		background-image: url("/images/template/krhome/sub/09/img_09020401_arrow_vertical.png");
		background-position: center 0;
	}
	.m030605-05 p {
		height: 50px;
	}
}