/*
	farmzone 2024.01 ~ 
*/

.m-0 {margin: 0 !important;}
.m-auto {margin: 0 auto;}

.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}

.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}

.ml-0 {margin-left: 0px !important;}
.ml-5 {margin-left: 5px !important;}
.ml-10 {margin-left: 10px !important;}
.ml-15 {margin-left: 15px !important;}
.ml-20 {margin-left: 20px !important;}
.ml-30 {margin-left: 30px !important;}
.ml-40 {margin-left: 40px !important;}
.ml-50 {margin-left: 50px !important;}

.mr-0 {margin-right: 0px !important;}
.mr-5 {margin-right: 5px !important;}
.mr-10 {margin-right: 10px !important;}
.mr-15 {margin-right: 15px !important;}
.mr-20 {margin-right: 20px !important;}
.mr-30 {margin-right: 30px !important;}
.mr-40 {margin-right: 40px !important;}
.mr-50 {margin-right: 50px !important;}

.p-0 {padding: 0 !important;}

.pt-0 {padding-top: 0px !important;}
.pt-5 {padding-top: 5px !important;}
.pt-10 {padding-top: 10px !important;}
.pt-15 {padding-top: 15px !important;}
.pt-20 {padding-top: 20px !important;}
.pt-30 {padding-top: 30px !important;}
.pt-40 {padding-top: 40px !important;}
.pt-50 {padding-top: 50px !important;}

.pb-0 {padding-bottom: 0px !important;}
.pb-5 {padding-bottom: 5px !important;}
.pb-10 {padding-bottom: 10px !important;}
.pb-15 {padding-bottom: 15px !important;}
.pb-20 {padding-bottom: 20px !important;}
.pb-30 {padding-bottom: 30px !important;}
.pb-40 {padding-bottom: 40px !important;}
.pb-50 {padding-bottom: 50px !important;}

.pl-0 {padding-left: 0px !important;}
.pl-5 {padding-left: 5px !important;}
.pl-10 {padding-left: 10px !important;}
.pl-15 {padding-left: 15px !important;}
.pl-20 {padding-left: 20px !important;}
.pl-30 {padding-left: 30px !important;}
.pl-40 {padding-left: 40px !important;}
.pl-50 {padding-left: 50px !important;}

.pr-0 {padding-right: 0px !important;}
.pr-5 {padding-right: 5px !important;}
.pr-10 {padding-right: 10px !important;}
.pr-15 {padding-right: 15px !important;}
.pr-20 {padding-right: 20px !important;}
.pr-30 {padding-right: 30px !important;}
.pr-40 {padding-right: 40px !important;}
.pr-50 {padding-right: 50px !important;}

.text-center {text-align: center;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-left-hard {text-align: left !important;}
.text-right-hard {text-align: right !important;}
.float-right {float: right;}
.w100 {
	width: 100%;
}
.clear::after {
	display: block;
	clear: both;
	content: '';
}

/*top이동 버튼*/
#goTop {
	position: fixed;
	bottom: -50px;
	right: 30px;
	z-index: 9;
	width: 50px;
	height: 50px;
	background: #656565;
	color: #fff;
	font-weight: 500;
	transition: all 0.5s;
}
#goTop.on {
	bottom: 50px;
}

/*임원구성*/
.memberList {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 50px;
}
.memberList li {
	width: calc(16.6% - 16px);
	border: 1px solid #ddd;
}
.memberList li p {
	width: 100%;
	height: 0;
	padding-top: 120%;
}
.memberList li div {
	width: 100%;
	padding: 10px;
	background: #f9f9f9;
	text-align: center;
}
.memberList li div span {
	display: block;
	margin-bottom: 5px;
	font-size: 0.9rem;
	color: rgba(0,0,0,0.5);
}
.memberList li div b {
	display: block;
	font-size: 1.2rem;
}
@media (max-width: 1024px) {
	.memberList li {
		width: calc(25% - 16px);
	}
}
@media (max-width: 768px) {
	.memberList li {
		width: calc(33.33% - 16px);
	}
}
@media (max-width: 540px) {
	.memberList li {
		width: calc(50% - 16px);
	}
	.memberList li div span {
		font-size: 0.8rem;
	}
	.memberList li div b {
		font-size: 1rem;
	}
}

/*한돈미래연구소 소개*/
.lab_info {
	margin-bottom: 40px;
	line-height: 1.4;
	font-size: 1rem;
}
.labTable {
	width: 100%;
	font-size: 1rem;
}
.labTable thead th {
	padding: 20px 10px;
	background: #fff7ec;
	color: #fba01e;
	font-weight: 500;
	text-align: center;
	border-top: 3px solid #fba01e;
}
.labTable tbody th {
	font-weight: 500;
}
.labTable tbody th,
.labTable tbody td {
	padding: 20px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	line-height: 1.2;
}

.lab_email {
	margin: 30px 0 50px;
	padding: 20px;
	background: #fff7ec;
	text-align: center;
	font-size: 1rem;
}
.lab_email b {
	font-size: 1.2rem;
	color: #000;
}
@media (max-width: 768px) {
	.labTable {
		border-collapse: separate;
	}
	.labTable colgroup {
		display:none;
	}
	.labTable thead th {border-left: none;}
	.labTable thead th:first-child {
		width:100px;
		text-align:center;
		border-left: var(--base-border);
	}
	.labTable thead th:nth-child(2) span {
		display:none;
	}
	.labTable thead th:nth-child(2)::before {
		content: '내용';
	}
	.labTable thead th:nth-child(3),
	.labTable thead th:nth-child(4){
		display:none;
	}
	.labTable tbody th {
		display:table-cell;
		text-align:center;
		border-top: none;
		border-right: 1px solid #ddd;
		border-bottom: 2px solid #ddd;
	}
	.labTable tbody td {
		display:block;
		text-align:left;
		padding: 5px 10px;
	}
	.labTable tbody td:last-child {border-bottom: 2px solid #ddd;}
	.labTable tbody td::after{
		content:'';
		display:block;
		clear:both;
	}
	.labTable tbody td::before {font-weight: 500;}
	.labTable tbody td:nth-child(2)::before {content: '성명 : ';}
	.labTable tbody td:nth-child(3)::before {content: '전화번호 : ';}
	.labTable tbody td:nth-child(4)::before {content: '담당업무 : '; display: block;}
}


/*2024 01 31 추가*/
.policyLink {
	width: 100%;
	border-radius: 10px;
	background: #eee;
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 130px;
}
.policyS {
	display: flex;
	gap: 5px;
}
.policyLink span {
	color: #333;
	font-size: 18px;
	font-weight: 500;
}
.policyLink select {
	width: 280px;
	height: 45px;
	color: #999;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.18px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='18' viewBox='0 0 19 18' fill='none'%3E%3Cpath d='M5.2998 6.75L9.7998 11.25L14.2998 6.75' stroke='%23AAAAAA' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 94% center;
	padding-left: 15px;
	border: 1px solid rgba(153, 153, 153, 0.25);
}
.policyLink button {
	width: 110px;
	height: 45px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	background: #ffc021;
	color: #333;
}
@media(max-width: 750px) {
	.policyLink {
		padding: 10px;
	}
	.policyLink span,
	.policyLink select {
		font-size: 15px;
	}
	.policyS {
		width: 65%;
	}
	.policyLink select {
		width: 75%;
		height: 35px;
		padding-left: 10px;
		background-position: 97% center;
	}
	.policyLink button {
		width: 25%;
		height: 35px;
		font-size: 15px;
	}
}
@media(max-width: 400px) {
	.policyLink {
		flex-flow: column;
		align-items: flex-start;
		gap: 10px;
	}
	.policyS {
		width: 100%;
	}
}
.privacyBorderBox {
	border: 2px solid #ddd;
	padding: 13px 15px 10px;
	line-height: 1.4;
	font-size: 18px;
}
.privacyText {
	font-size: 18px;
	line-height: 1.4;
}
.subTitle {
	position: relative;
	padding-left: 15px;
	font-weight: bold;
	font-family: 'handonFont600';
	font-size: 1.1rem;
}
.subTitle::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content: '';
	width: 4px;
	height: 20px;
	background: #d22229;
}
.subTitle::after {
	display: block;
	clear: both;
	content: '';
}
.textList {
	margin-top: 10px;
}
.textList li {
	line-height: 1.4;
	padding-left: 15px;
}
.textList li:not(.hasHyphen) {
	line-height: 1.5;
}
.textList li.hasHyphen {
	padding-left: 30px;
	position: relative;
	padding-top: 5px;
}
.textList li.hasHyphen:after {
	content: "";
	width: 5px;
	height: 1px;
	top: 15px;
	left: 20px;
	position: absolute;
	background: #333;
}
.textList li.hasHyphen.type2 {
	display: flex;
	flex-flow: row nowrap;
}
.textList li.hasHyphen.type2 span {
	white-space : nowrap;
	padding-right: 3px;
}
.textList li.hasCircle.type2 {
	display: flex;
	flex-flow: row nowrap;
	padding-left: 25px;
	position: relative;
	padding-top: 5px;
}
.textList li.hasCircle.type2:after {
	content: "";
	position: absolute;
	background: #333;
	border-radius: 50%;
	top: 12px;
	left: 15px;
	width: 5px;
	height: 5px;
}
.textList li.hasCircle.type2 b {
	white-space : nowrap;
	padding-right: 3px;
}
h4.numberTitle {
	padding-left: 35px;
	font-size: 17px;
	margin-top: 10px;
	position: relative;
	line-height: 1.5;
	font-weight: bold;
}
h4.numberTitle span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 13px;
	margin-top: -1px;
	position: absolute;
	left: 15px;
	top: 5px;
	line-height: 100%;
	padding-top: 1px;
	font-weight: bold;
}
.textList li.hasNumbers {
	padding-left: 35px;
	display: flex;
	flex-flow: row nowrap;
}
.textList li.hasNumbers.type2 {
	padding-left: 15px;
}
.textList li.hasNumbers span {
	white-space : nowrap;
	padding-right: 3px;
}
.textList li.hasNumbers.type3 {
	padding-left: 15px;
}
.textList li.hasNumbers.type3 span {
	font-size: 0.65rem;
	margin-top: 4px;
	padding-right: 5px;
}
.textList.notPd li.hasNumbers {
	padding-left: 15px;
}
.textList.notPd li.hasNumbers.type2 {
	padding-left: 0px;
}
.textList li:not(.hasHyphen).textListTitle {
	font-weight: 500;
	margin-bottom: 5px;
	padding-left: 15px;
}
.textList li.hasSmallTxt {
	font-size: 14px;
	color: #999;
}
.textList li:not(.hasHyphen).textListTitle::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 4px;
	background: #000;
	display: inline-block;
	margin-bottom: 4px;
}
.location h4 {
	font-size: 16px;
	padding-left: 0px;
}
.statute h5.subTitle {
	font-weight: bold;
	line-height: 100%;
}
.statute .textList li:not(.hasHyphen) {
	padding-left: 20px;
	padding-bottom: 5px;
}
.statute .subTitle .txt_normal {
	font-size: 1rem;
	font-family: 'handonFont300', sans-serif;
}
.statute .textList li.hasNumbers span {
	padding-right: 5px;
	font-family: 'Noto Sans KR',Arial,sans-serif;
}
.handonTab.typeHuge {
	margin-bottom: 20px;
	flex-flow: row wrap;
}
.handonTab.typeHuge > li {
	width: calc(100% / 6);
	/*height: 100px;*/
	border: 1px solid #ddd;
}
.handonTab.typeHuge > li:not(:last-child) {
	border-right: 0px;
}
.handonTab.typeHuge > li > a {
	line-height: 1.1;
	font-size: 15px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	padding: 5px;
	font-family: 'Pretendard', 'Noto Sans KR',Arial,sans-serif !important;
	padding: 20px 0;
}
.handonTab.typeHuge > li.active > a {
	font-weight: 600;
}

.handonTab.typeHuge > li > a b {
	height: 65%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.handonTab.typeHuge > li > a span {
	height: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	color: #999 !important;
	font-size: 12px;
	font-weight: 400;
	transition: all 0.3s;
}
.handonTab.typeHuge > li.active > a span {
	color: #555 !important;
}
.handonTab.typeHuge > li > a {
	height: 100%;
}
.handonTab.typeHuge > li:hover > a span {
	color: #ddd !important;
}
.statuteTable {
	width: 100%;
}
.statuteTable th,
.statuteTable td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 1.2;
}
.statuteTable th {
	background: #f7f7f7;
	font-weight: 500;
}
.statuteTable td:first-child {
	text-align: left;
}
.newTypeTable {
	width: 100%;
}
.newTypeTable th,
.newTypeTable td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	line-height: 1.2;
}
.newTypeTable th {
	background: #f7f7f7;
	font-weight: 500;
}
.hasTextHead {
	display: flex;
	flex-flow: row nowrap;
}
.hasTextHead b {
	font-weight: 500;
	flex: 0 0 auto;
	margin-right: 5px;
}
.violateNumber {
	width: 60px;
}
.resThMobile {
	display: none;
}
.statuteTable.typeNormal td:first-child {
	text-align: center;
}
tbody.info_tbody.type1 td:nth-child(2) {
	text-align: right;
}
tbody.info_tbody.type1 td:nth-child(3) {
	text-align: right;
}
tbody.info_tbody.type2 td:nth-child(2) {
	text-align: left;
}
.newBusiPlanBox select {
	background: #fff;
}
@media(max-width: 600px) {
	.privacyBorderBox,
	.privacyText {
		font-size: 16px;
	}
	.privacyBorderBox {
		padding: 8px;
	}
	h4.numberTitle {
		font-size: 14px;
	}
	.textList li.hasNumbers span {
		margin-top: 0;
	}
}
@media(max-width: 400px) {
	.privacyBorderBox,
	.privacyText {
		font-size: 14px;
	}
	.privacyBorderBox {
		padding: 5px;
	}
}
@media(max-width: 650px) {

	.newTypeTableOuter,
	.newImpPlans .table_01,
	.money_graph,
	.fixedNewTypeTable {
		width: 100%;
		overflow-x: auto;
		padding-bottom: 30px;
		position: relative;
	}
	.fixedNewTypeTable::after,
	.money_graph::after,
	.newImpPlans .table_01::after,
	.newTypeTableOuter::after {
		content: "좌우로 스크롤 하시면 내용을 확인하실 수 있습니다.";
		position: absolute;
		left: 0;
		bottom: 5px;
		text-align: center;
		width: 100%;
		font-weight: 600;
		color: #666;
	}
	.fixedNewTypeTable::-webkit-scrollbar,
	.money_graph::-webkit-scrollbar,
	.newImpPlans .table_01::-webkit-scrollbar,
	.newTypeTableOuter::-webkit-scrollbar {
		height: 20px;
	}
	
	.fixedNewTypeTable::-webkit-scrollbar-thumb,
	.money_graph::-webkit-scrollbar-thumb,
	.newImpPlans .table_01::-webkit-scrollbar-thumb,
	.newTypeTableOuter::-webkit-scrollbar-thumb {
		background: #666;
		border-radius: 10px;
		box-shadow: none;
	}

	.fixedNewTypeTable::-webkit-scrollbar-track, 
	.money_graph::-webkit-scrollbar-track,
	.newImpPlans .table_01::-webkit-scrollbar-track,
	.newTypeTableOuter::-webkit-scrollbar-track {
		background: #f0f0f0;
		box-shadow: none;
	}
	.fixedNewTypeTable table,
	.newTypeTableOuter table.newTypeTable,
	.newImpPlans .table_01 table,
	.moneyChartOne {
		width: 100%;
		min-width: 650px;
	}
}
@media(max-width: 1100px) {
	.handonTab.typeHuge > li > a {
		font-size: 15px;
		padding: 15px;
	}
	.handonTab.typeHuge > li > a span {
		font-size: 11px;
	}
	.handonTab.typeHuge > li {
		width: calc(100% / 3);
		max-width: 100%;
		min-width: 0px;
	}
	.handonTab.typeHuge > li:nth-child(1),
	.handonTab.typeHuge > li:nth-child(2),
	.handonTab.typeHuge > li:nth-child(3) {
		border-bottom: 0px;
	}
	.handonTab.typeHuge > li:nth-child(3) {
		border-right: 1px solid #ddd;
	}
}
@media(max-width: 900px) {
	.handonTab.typeHuge > li > a {
		
	}
	.handonTab.typeHuge > li > a span {
		
	}
	.statuteTable th,
	.statuteTable td,
	.newTypeTable th,
	.newTypeTable td,
	.newImpPlans .table_01 table th,
	.newImpPlans .table_01 table td {
		
	}
	.textList li.hasNumbers.type2.long,
	.textList li.hasHyphen.type2.long {
		flex-flow: column;
		margin-bottom: 8px;
	}
}
@media(max-width: 768px) {
	.handonTab:not(.categoryTab).typeHuge > li {
		width: 33.33%;
	}
	/* .textList li.hasHyphen {
		padding-left: 10px;
	}
	.textList li.hasHyphen:after {
		left: 0;
	}
	.textList li.hasNumbers.type2 {
		padding-left: 0;
	}
	*/
}
@media(max-width: 700px) {
	
	.statuteTable th,
	.statuteTable td,
	.newTypeTable th,
	.newTypeTable td,
	.newImpPlans .table_01 table th,
	.newImpPlans .table_01 table td {
		font-size: 14px;
		padding: 7px;
	}
	.text-left-hard,
	.text-right-hard {
		
	}
	.textList.notPd li.hasNumbers.type2 {
		
	}
	.newBusiPlanBox select {
		padding-left: 10px;
		width: 120px;

	}
}
@media(max-width: 650px) {
	.handonTab.typeHuge > li > a {
		font-size: 15px;
	}
	.handonTab.typeHuge {
		margin-bottom: 15px;
	}
	.statute .subTitle .txt_normal {
		font-family: 'Noto Sans KR', sans-serif;
		
	}
	.subTitle::before,
	.statute h5.subTitle::before {
		height: 1rem;
	}
	.textList li {
		
		padding-left: 15px;
	}
	.textList li:not(.hasHyphen).textListTitle {
		padding-left: 10px;
	}
	.violateNumber {
		width: 55px;
	}
}
@media(max-width: 550px) {
	.handonTab.typeHuge > li > a {
	
	}
	.handonTab:not(.categoryTab).typeHuge > li {
		width: 50%;
		max-width: 50%;
	}
	.handonTab.typeHuge > li:nth-child(4) {
		border-bottom: 0px;
	}
	.handonTab.typeHuge > li:nth-child(3) {
		border-right: none;
	}
	.handonTab.typeHuge > li:nth-child(2),
	.handonTab.typeHuge > li:nth-child(4) {
		border-right: 1px solid #ddd;
	}
	.statuteTable th,
	.statuteTable td,
	.newTypeTable th,
	.newTypeTable td,
	.newImpPlans .table_01 table th,
	.newImpPlans .table_01 table td{
		font-size: 13px;
		padding: 8px 5px;
	}
	.statuteTable colgroup {
		display: none;
	}
	.resTh {
		display: none;
	}
	.resThMobile {
		display: table-cell;
		width: 100px;
	}
	.statuteTable thead tr:last-child {
		display: none;
	}
	.statuteTable td:nth-child(3),
	.statuteTable td:nth-child(4),
	.statuteTable td:nth-child(5) {
		display: block;
		border-left: none;
		border-top: none;
	}
	.statuteTable td:nth-child(3)::before {
		content: "1회 :";
		font-weight: 500;
		margin-right: 3px;
	}
	.statuteTable td:nth-child(4)::before {
		content: "2회 :";
		font-weight: 500;
		margin-right: 3px;
	}
	.statuteTable td:nth-child(5)::before {
		content: "3회 이상 :";
		font-weight: 500;
		margin-right: 3px;
	}
	.statute .textList li .textList li:not(.hasHyphen) {
		padding-left: 5px;
	}
	.statute .textList li .textList li .textList li:not(.hasHyphen) {
		padding-left: 10px;
	}
	.newBusiPlanBox {
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.newBusiPlanBox .innerBox {
		width: 100%;
		justify-content: space-between;
	}
	.newBusiPlanBox b {
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
		width: 100%;
		display: block;
		text-align: center;
	}
	.textList li.hasHyphen {
		/*font-size: 13px;*/
	}
}
@media(max-width: 450px) {
	.handonTab.typeHuge > li > a {
		font-size: 13px;
	}
	.statuteTable th,
	.statuteTable td {
		font-size: 12px;
	}
	.statuteTable th:nth-child(2) {
		display: none;
	}
	.statuteTable td:nth-child(2) {
		display: flex;
		border-left: none;
		border-top: none;
		flex-flow: row nowrap;
		text-align: left;
	}
	.statuteTable td:nth-child(2)::before {
		content: "근거 법령 :";
		font-weight: 500;
		margin-right: 3px;
		flex: 0 0 auto;
	}
	.resThMobile {
		width: 130px;
	}
	.handonTab.typeHuge > li > a b {
		height: 60%;
	}
	.handonTab.typeHuge > li > a span {
		height: 40%;
	}
	.newBusiPlanBox b, .newBusiPlanBox select,
	.newBusiPlanBox span {
		font-size: 14px;
	}
}


/*한돈도서관 탭*/
.handonTab {
	display: flex;
	width: 100%;
	margin-bottom: 30px;
}
.handonTab.categoryTab {
	margin-bottom: 70px;
}
@media (max-width: 660px) {
	.handonTab.categoryTab {
		margin-bottom: 30px;
	}
}
.handonTab > li {
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
	border-left: none;
}
.handonTab > li:first-child {
	border-left: 1px solid #ddd;
}
.handonTab > li > a {
	display: block;
	width: 100%;
	padding: 12px 10px;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
	color: #555 !important;
	transition: all 0.3s;
	font-family: 'handonFont600';
}
.handonTab > li.active {
	border-bottom: 1px solid #d22229;
}
.handonTab > li.active > a{
	position: relative;
	font-weight: 500;
	color: #d22229 !important;
}
.handonTab > li.active > a::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #d22229;
}
.handonTab > li:hover > a {
	font-weight: 500;
	color: #fff !important;
	background: #d22229;
}


.handonTab.depth2  {
	gap: 30px;
	justify-content: center;
}
.handonTab.depth2::after {
	display: none;
}
.handonTab.depth2 > li {
	width: auto;
	border: none;

}
.handonTab.depth2 > li > a {
	padding: 0 0 5px;
	font-size: 1.2rem;
	border: none;
	border-radius: 0;
	font-family: 'handonFont300';
}
.handonTab.depth2 > li:hover > a {
	color: #f9a019 !important;
	border: none;
	background: none;
	font-family: 'handonFont600';
}
.handonTab.depth2 > li.active > a {
	font-weight: 500;
	color: #f9a019 !important;
	background: none;
	border: none;
	border-bottom: 2px solid #f9a019;
	font-family: 'handonFont600';
}
.handonTab.depth2 > li.active > a:before {
	display: none;
}

@media (max-width: 1140px) {
	.handonTab {
		flex-wrap: wrap;
	}
	.handonTab.categoryTab {
		flex-wrap: nowrap;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li {
		min-width: 16.66%;
		max-width: 25%;
		border-top: 0;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(-n+4) {
		border-top: 1px solid #ddd;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(5),
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(9) {
		border-left: 1px solid #ddd;
	} 
	.handonTab.depth2 > li {
		border: none;
	}
}
@media(max-width: 1000px) {
	.handonTab > li > a {
		font-size: 17px;
	}
}
@media(max-width: 600px) {
	.handonTab > li > a {
		font-size: 1rem;
		font-family: 'Pretendard Variable', 'Noto Sans KR',Arial,sans-serif !important;
		font-weight: 600;
	}
}
@media (max-width: 500px) {
	.handonTab {
		flex-wrap: wrap;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li {
		max-width: 33.33%;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(4) {
		border-top: none;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(5),
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(9) {
		border-left: none;
	}
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(4),
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(7),
	.handonTab:not(.categoryTab,.typeHuge) > li:nth-child(10) {
		border-left: 1px solid #ddd;
	}
	.handonTab.depth2 > li {
		border: none;
	}
}
/* @media (max-width: 768px) {
	.handonTab {
		flex-wrap: wrap;
	}
	.handonTab:not(.categoryTab) > li {
		width: 20%;
	}
	.handonTab > li > a {
		font-size: 1rem;
		font-family: 'Pretendard Variable', 'Noto Sans KR',Arial,sans-serif !important;
	}
	.handonTab > li:nth-child(7) {
		border-left: none;
	} 
	.handonTab.depth2 {
		gap: 15px;
	}
	.handonTab.depth2 > li {
		border: none;
	}
	.handonTab.depth2 > li  > a {
		font-size: 1rem;
	}
}
@media (max-width: 480px) {
	.handonTab {
		flex-wrap: wrap;
	}
	.handonTab:not(.categoryTab) > li {
		width: 33.33%;
	}
	.handonTab > li:nth-child(4),
	.handonTab > li:nth-child(7),
	.handonTab > li:nth-child(10) {
		border-left: 1px solid #ddd;
	} 
	.handonTab > li:nth-child(6),
	.handonTab > li:nth-child(11),
	.handonTab > li:nth-child(16) {
		border-left: none;
	}
	.handonTab.depth2 > li {
		border: none;
	}
	.handonTab > li > a {
		font-size: 0.9rem;
		padding: 12px 0px;
	}
} */



/* 한돈도서관 배너 */
	.d_stats_con {
		margin-top: 100px;
		display: flex;
		gap: 10px;
	}
	.d_stats_con div { width: 25%; border:1px solid #ddd; text-align:center;}
	.d_stats_con div p {
		border-bottom:1px solid #ddd;
		font-size:17px;
		background:#f9a019;
		padding:10px;
		color:#fff;
		font-weight:400;
		letter-spacing: -0.5px;
	}
	.d_stats_con div img {
		width:80%;
		margin:10px auto;
	}
	.d_stats_con div a {
		background:#ddd;
		padding:10px;
		font-size:15px;
		color:#000;
		display:block;
		border: 1px solid transparent;
	}
	
	/*한돈자조금 이용약관 리스트*/
	.porkboardTextList .textList {
		font-size: 15px;
	}
	.porkboardTextList .textList li {
		padding-bottom: 5px;
	}
	.porkboardTextList .textList li:last-child {
		padding-bottom: 0px;
	}
	.porkboardTextList .textList li.hasNumbers span {
		padding-right: 5px;
	}
	
	/* 홍보마당 > 리스트 형태 css 수정  24-03-04 */
	.bgGray_section.promo_board {
		width: 100%;
	}	
	.bgGray_section.promo_movie_board {
		width: 100%;
	}
	.bgGray_section.promo_movie_board .board_list {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
	.bgGray_section.promo_movie_board .board_list .imgList {
		margin: 0 20px 0 0 !important;
		width: calc((100% - 80px) / 4);
	}
	.bgGray_section.promo_movie_board .board_list .imgList:nth-child(4n) {
		margin-right: 0px !important;
	}
	.pull-right {
		margin-right: 0px;
	}
	
	/*2024 03 18 BI 신청 페이지*/
	.submBtn {
		display: block;
		margin: 0 auto;
		background: #d87a00;
		border-radius: 5px;
		color: #fff;
		font-weight: 500;
		font-size: 1.1rem;
		padding: 0 20px;
		line-height: 40px;
		font-family: 'handonFont300';
	}
	.submBtn.mt-50 {
		margin-top: 50px;
	}
	.submBtn.mt-100 {
		margin-top: 100px;
	}
	.btnSide {
		display: flex;
		gap: 10px
	}
	.submBtn.type2 {
		border: 1px solid #d87a00;
		background: #fff;
		color: #d87a00;
		font-family: var(--eng-font-bold);
	}
	.submBtn img {
		height: 16px;
		margin-right: 5px;
		margin-top: -2px;
	}
	input.submBtn {
		display: inline-block;
		margin: 0 auto;
		background: #d87a00;
		border-radius: 5px;
		color: #fff;
		font-weight: 500;
		font-size: 1.1rem;
		padding: 0 20px;
		line-height: 40px;
		font-family: 'handonFont300';
		border: none;
	}
	table.usebi.newUseBi input.submBtn.type2 {
		width: auto;
		border: 1px solid #d87a00;
		background-color: #fff;
		color: #d87a00;
		font-family: var(--eng-font-bold);
		padding: 0 20px;

	}
	.submBtnType {	
		display: inline-block;
		background: #d87a00;
		border-radius: 5px;
		color: #fff;
		font-weight: 500;
		font-size: 1rem;
		padding: 3px 10px 1px;
		margin: 0 3px;
		font-family: 'handonFont300';
	}
	.location h3 {
		display: flex;
		justify-content: space-between;
	}
	.location h3 .submBtn {
		margin: 0;
	}
	.titleSetBox {
		display: flex;
		gap: 20px;
	}
	.titleSetBox > h6 {
		width: 25%;
		font-size: 1.1rem;
		color: #000;
		font-weight: 500;
		padding-left: 15px;
		font-family: 'handonFont600';
		line-height: 1.2;
	}
	.titleSetBox.type2 > h6 {
		padding-left: 0px;
	}
	.titleSetBox > div {
		width: 75%;
		line-height: 1.2;
	}
	.titleSetBox > div p {
		margin-top: 10px;
		color: #e2742f;
		border-left: 2px solid #e2742f;
		padding-left: 10px;
		font-size: 0.9rem;
	}
	.titleSetBox table {
	}
	.titleSetBox table th {
		text-align: center;
	}
	.titleSetBox table th,
	.titleSetBox table td {
		padding: 10px;
		border: 1px solid #ddd;
	}
	.dotList > li {
		position: relative;
		padding-left: 10px;
		margin-bottom: 5px;
	}
	.dotList > li::before {
		position: absolute;
		content: '·';
		left: 0px;
		top: 0px;
	}
	.numList >li {
		position: relative;
		padding-left: 15px;
		margin-top: 5px;
		font-size: 0.9rem;
	}
	.numList >li:last-child {
		margin-bottom: 0px;
	}
	.numList > li i {
		position: absolute;
		left: 0px;
		top: 0px;
	}
	.numList.hasCircle >li {
		position: relative;
		padding-left: 20px;
		margin-bottom: 8px;
		font-size: 0.9rem;
	}
	.numList.hasCircle > li i {
		position: absolute;
		left: 0px;
		top: 2px;
		font-size: 10px;
		width: 15px;
		height: 15px;
		line-height: 14px;
		background: #ddd;
		border-radius: 50%;
		text-align: center;
		font-weight: bold;
		padding-right: 2px;
	}
	.contractBox {
		border:1px solid #aaa;
		padding:20px;
		letter-spacing: 0;
	}
	.contractBox h1 {
		text-align:center;
		padding: 30px;
		font-size: 24px;
	}
	
	.contractBox ul > li {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.contractBox ul > li b {
		display: block;
		margin-bottom: 10px;
		font-weight: 500;
		letter-spacing: 0;
	}
	.contractBox ul > li b::before {
		content: '·';
		margin-right: 5px;
	}
	.contractBox ul li ul {
		padding-left: 10px;
	}
	.contractBox ul li ol {
		margin-top: 10px;
	}
	.contractBox ul li ol li {
		position: relative;
		padding-left: 10px;
		margin-bottom: 5px;
		font-size: 15px;
	}
	.contractBox ul li ol li::before {
		position: absolute;
		left: 0;
		top: 2px;
		content: '-';
		margin-right: 5px;
	}
	.contractBox p b {
		text-align: center;
	}
	.contractBox p b:before {
		display: none;
	}
	.bi_step {
		display: flex;
		gap: 20px;
		margin: 20px 0;
	}
	.bi_step li {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
		text-align: center;
		gap: 10px;
		width: calc((100% - 80px) / 5);
		background: #222;
		color: #fff;
		border-radius: 50%;
		aspect-ratio: 1;
	}
	.bi_step li span {
		height: 50%;
		width: 100%;
		font-size: 2.5rem;
		font-weight: bold;
		font-family: '한돈';
		color: rgba(255,255,255,0.3);
		background: rgba(255,255,255,0.1);
		display: flex;
		justify-content: center;
		align-items: center;
		padding-top: 10px;
	}
	ul.bi_step:after {
		display: none;
	}
	.flex50 {
		display: flex;
		gap: 20px;
	}
	
	.flex50.type2 {
		justify-content: center;
		align-items: center;
	}
	.flex50 img {
		height: 100%;
		width: auto;
	}
	.flex50 > div {
		width: 50%;
	}
	.qnaBox dl {
		width: 100%;
		margin-bottom: 20px;
		border: 1px solid #ddd;
	}
	.qnaBox dt {
		background: #f2f2f2;
		padding: 10px;
		font-size: 1.1rem;
		font-weight: 500;
	}
	.qnaBox dd {
		padding: 20px;
		font-size: 1rem;
	}

	.processList {
		display: flex;
		flex-flow: row nowrap;
		gap: 20px;
		width: 100%;
		margin-bottom: 20px;
	}
	.processList li {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		width: calc(100% / 4);
		padding: 20px;
		padding-left: 30px;
		text-align: center;
		height: 100px;
		background: #eee;
		position: relative;
	}
	.processList li:last-child {
		background: #ffc021;
	}
	.processList li::before {
		content: "";
		position: absolute;
		left: -22px;
		top: 28px;
		height: 44px;
		width: 44px;
		background: #fff;
		transform: rotate(45deg) skew(30deg, 30deg);
		z-index: 5;
	}
	.processList li::after {
		content: "";
		position: absolute;
		right: -22px;
		top: 28px;
		height: 44px;
		width: 44px;
		background: #eee;
		transform: rotate(45deg) skew(30deg, 30deg);
		z-index: 7;
	}
	.processList li:last-child::after {
		background: #ffc021;
	}
	.processList li img {
		width: auto;
		height: 40px;
	}	
	.newTextCon.newTextConType2.typePorkboard .txtBox .processList li img {
		height: 40px;
	}
	.biTableBox b {
		display: block;
		margin-bottom: 8px;
		font-size: 1.1rem;
		font-weight: 500;
		font-family: 'handonFont600';
	}
	.biTableBox table.biSubmitTable {
		border-bottom: 2px solid #2b1663;
	}
	.biTableBox table.biSubmitTable thead th {
		background: #2b1663;
		color: #fff;
		border-top: 1px solid #2b1663;
	}
	.biTableBox table.biSubmitTable.type01 {
		border-bottom: 2px solid #393939;
	}
	.biTableBox table.biSubmitTable.type01 thead th {
		background: #393939;
		color: #fff;
		border-top: 1px solid #393939;
		text-align: center;
	}	
	.biTableBox table.biSubmitTable.type01 th,
	.biTableBox table.biSubmitTable.type01 td {
		padding: 10px;
		border: 1px solid #ddd;
	}
	.biTableBox table.biImportTable {
		border-bottom: 2px solid #c23232;
	}
	.biTableBox table.biImportTable thead th {
		background: #c23232;
		color: #fff;
		border-top: 1px solid #c23232;
		text-align: center;
	}
	.biTableBox table.biImportTable th,
	.biTableBox table.biImportTable td {
		padding: 10px;
		border: 1px solid #ddd;
	}
	.biSubmitTable, .biImportTable {
		width: 100%;
		border-left: 0px;
		border-right: 0px;
		font-size: 0.8rem;
	}
	.biSubmitTable thead th {
		border-top: 0px;
	}
	.biSubmitTable thead th:first-child, .biImportTable thead th:first-child,
	.biSubmitTable tbody td:first-child, .biImportTable tbody td:first-child,
	.biSubmitTable.type01 thead th:first-child, .biImportTable.type01 thead th:first-child,
	.biSubmitTable.type01 tbody td:first-child, .biImportTable.type01 tbody td:first-child {
		border-left: 0px;
	}
	.biSubmitTable thead th:last-child, .biImportTable thead th:last-child,
	.biSubmitTable tbody td:last-child, .biImportTable tbody td:last-child,
	.biSubmitTable.type01 thead th:last-child, .biImportTable.type01 thead th:last-child,
	.biSubmitTable.type01 tbody td:last-child, .biImportTable.type01 tbody td:last-child {
		border-right: 0px;
	}
	.biFlexBox {
		display: flex;
		flex-flow: column;
		justify-content: space-between;
	}
	.biFlexBox ul {
		margin-left: 15px;
	}
	.inquiryBox b {
		font-size: 22px;
		margin-bottom: 10px;
		display: block;
		line-height: 100%;
	}
	.inquiryBox >span {
		white-space: nowrap;
	}
	.inquiryBox i {
		margin: 0 10px;
	}
	.biCertiTable {
		width: 100%;
		font-size: 1rem;
	}
	.benefitsBox {
		display: flex;
		flex-flow: row nowrap;
	}
	.benefitsBox .dotList {
		font-size: 1rem;
		flex: 1 1 auto;
		width: 45%;
	}
	.benefitsBox img {
		width: 55%;
		height: fit-content;
		max-width: 500px;
	}
	.certiProcedureList {
		display: flex;
		flex-flow: row wrap;
	}
	.certiProcedureList li {
		width: calc(100% / 4);
		background: #ddd;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		gap: 20px;
		height: 130px;
		background: #b22359;
		color: #fff;
		font-size: 0.9rem;
		position: relative;
	}
	.certiProcedureList li::before {
		content: "";
		position: absolute;
		right: -10px;
		height: 20px;
		width: 20px;
		background: #b22359;
		transform: rotate(45deg) skew(20deg, 20deg);
		z-index: 30;
	}
	.certiProcedureList li:nth-child(2),
	.certiProcedureList li:nth-child(4),
	.certiProcedureList li:nth-child(7) {
		background: #430e20;
	}
	.certiProcedureList li:nth-child(2)::before,
	.certiProcedureList li:nth-child(4)::before,
	.certiProcedureList li:nth-child(6)::before {
		background: #430e20;
	}
	.certiProcedureList li:nth-child(5)::before,
	.certiProcedureList li:nth-child(4n)::before {
		display: none;
	}
	.certiProcedureList li:nth-child(4)::after {
		content: "";
		position: absolute;
		height: 20px;
		width: 20px;
		background: #430e20;
		transform: rotate(135deg) skew(20deg, 20deg);
		z-index: 30;
		bottom: -10px;
		right: auto;
	}
	.certiProcedureList li img {
		height: 40px;
		width: auto;
		-webkit-filter: brightness(0) invert(1);
		filter: brightness(0) invert(1);
	}
	.certiProcedureList li.blankSpace {
		background: none;
	}
	.verticalTop {
		vertical-align: top;
	}
	.biCertiTable.mobile {
		display: none;
	}
	.biBottomBtn {
		background: #515151;
		background-image: none;
		border: 1px solid #d1d1d1;
		position: relative;
		color: #fff;
		width: auto;
		padding: 0 10px;
		padding-bottom: 3px;
		height: 35px;
	}
	@media(max-width: 1200px) {
		.processList li img {
			height: 30px;
		}
		.newTextCon.newTextConType2.typePorkboard .txtBox .processList li img {
			height: 30px;
			margin-bottom: 10px;
		}
		.bi_step li {
			font-size: 1.8vmin
		}
		.processList li {
			font-size: 0.9rem;
		}
		.bi_step li span {
			font-size: 2rem;
			height: 40%;
		}
	}
	@media(max-width: 950px) {
		.titleSetBox,
		.qnaBox dd {
			font-size: 0.9rem;
		}
		.titleSetBox {
			gap: 10px;
		}
		.titleSetBox > h6,
		.qnaBox dt,
		.biTableBox b {
			font-size: 1rem;
			font-family: "Pretendard Variable", sans-serif;
		}
	
		.bi_step,
		.processList {
			gap: 10px;
		}
		.bi_step li {
			width: calc((100% - 40px) / 5)
		}
		.biTableBox {
			flex-flow: column;
		}
		.biTableBox >div {
			width: 100%;
		}
		.biFlexBox >div:last-child b {
			margin-top: 20px;
		}
		.biFlexBox ul {
			margin-left: 0px;
		}
		.titleSetBox > h6 {
			width: 20%;
		}
		.titleSetBox > div {
			width: 80%;
		}
	}
	@media(max-width: 750px) {
		.titleSetBox {
			flex-flow: column;
		}
		.subTitle {
			padding-left: 10px;
			font-size: 1.2rem;
			font-family: "Pretendard Variable", sans-serif;
		}
		.titleSetBox > h6 {
			width: 100%;
			padding-left: 10px;
		}
		.titleSetBox > div {
			width: 100%;
			padding-left: 10px;
		}
		.titleSetBox > div.hasNotP {
			padding-left: 0px;
		}
		.processList li {
			padding: 10px 10px 10px 20px;
			
		}
		.qnaBox dd {
			padding: 10px;
		}
		.bi_step li span {
			font-size: 4.2vw;
			padding-top: 1.2vw;
		}
		.benefitsBox {
			flex-flow: column;
		}
		.benefitsBox .dotList {
			width: 100%;
		}
		.benefitsBox img {
			width: 100%;
			margin: 0 auto;
			margin-top: 20px;
		}
		.certiProcedureList li {
			
			padding: 0 10px;
		}
		.inquiryBox {
			padding-top: 20px;
		}
		.inquiryBox span {
			display: block;
		}
		.inquiryBox i {
			display: block;
			color: transparent;
			height: 5px;
		}
	}
	@media(max-width: 680px) {
		.menuTitle h2.hasBtn {
			flex-flow: column;
		}
		.btnSide {
			justify-content: flex-start;
			margin-top: 20px;
		}
		.btnSide .submBtn {
			margin: 0;
			
			font-family: "Pretendard Variable", sans-serif;
		}
	}
	@media(max-width: 600px) {
		.certiProcedureList {
			gap: 15px;
		}
		.certiProcedureList li {
			width: 100%;
			height: 50px;
			gap: 10px;
			flex-flow: row;
		}
		.certiProcedureList li.blankSpace,
		.certiProcedureList li::after {
			display: none;
		}
		.certiProcedureList li::before {
			content: "";
			position: absolute;
			height: 20px;
			width: 20px;
			transform: rotate(135deg) skew(30deg, 30deg);
			z-index: 30;
			bottom: -10px;
			left: auto !important;
			right: auto !important;
		}
		.certiProcedureList li:first-child::before,
		.certiProcedureList li:nth-child(4n)::before {
			display: block;
		}
		.certiProcedureList li:nth-child(2)::before,
		.certiProcedureList li:nth-child(4)::after,
		.certiProcedureList li:nth-child(7)::before,
		.certiProcedureList li:nth-child(4n)::before {
			background: #430e20;
		}
		.certiProcedureList li:first-child::before,
		.certiProcedureList li:nth-child(6)::before {
			background: #b22359;
		}
		.certiProcedureList li:last-child::before {
			display: none;
		}
		.certiProcedureList li img {
			height: 30px;
		}
		.submBtn.mt-100 {
			margin-top: 50px;
		}
	}
	@media(max-width: 520px) {
		.titleSetBox > h6,
		.qnaBox dt,
		.biTableBox b {
			font-size: 1rem;
		}
		.titleSetBox, .qnaBox dd,
		.titleSetBox > div,
		.processList li,
		.numList.hasCircle >li,
		.titleSetBox table th, .titleSetBox table td,
		.dotList > li,
		.numList >li {
			
		}
		.inquiryBox >span:last-child {
			padding-right: 0px;
		}
		.numList.hasCircle > li i {
			width: 13px;
			height: 13px;
			top: 1px;
		}
		.inquiryBox b {
			font-size: 1.1rem;
		}
		.bi_step {
			flex-flow: row wrap;
			justify-content: center;
		}
		.bi_step li {
			width: calc((100% - 20px) / 3);
			font-size: 13px;
		}
		.bi_step li span {
			font-size: 6vmin;
			padding-top: 2vw;
		}
		.processList {
			flex-flow: column;
			gap: 20px;
			margin-top: 20px;
		}
		.processList li {
			width: 100%;
			flex-flow: row;
			height: 50px;
			padding: 10px;
			font-size: 0.9rem;
		}
		.processList li img {
			margin-bottom: 0px;
			margin-right: 10px;
		}
		.processList li::after {
			content: "↓";
			width: auto;
			height: auto;
			background: transparent;
			right: auto;
			top: auto;
			bottom: -18px;
			transform: none;
			font-weight: bold;
		}
		.processList li:last-child::after {
			display: none;
		}
		.processList li::before {
			display: none;
		}
		.qnaBox dd {
			font-size: 0.8rem;
		}
		.submBtn:not(.type2) {
			line-height: 35px;
		}
		.btnSide .submBtn {
			padding: 5px 10px;
			height: auto;
			line-height: 23px;
		}
		.biCertiTable {
			display: none;
		}
		.biCertiTable.mobile {
			display: table;
		}
		.location h3.hasBtn .submBtn {
			width: 110px;
			line-height: 140%;
			padding: 5px 10px;
		}
		.location h3.hasBtn .submBtn img {
			margin-top: 0px;
			margin-bottom: 2px;
		}
		.subTitle {
			font-size: 1.1rem;
		}
	}
	@media(max-width: 400px){
		.bi_step li {
			font-size: 11px;
			width: calc((100% - 50px) / 2);
		}
		.bi_step li span {
			font-size: 7.5vmin;
		}
		.titleSetBox > h6,
		.titleSetBox > div {
			padding-left: 0px;
		}
		.titleSetBox .dotList > li {
			padding-left: 5px;
		}
		.submBtn {
			width: 100%;
		}
		.btnSide .submBtn {
			height: auto;
			width: 100%;
			line-height: 1.3;
		}
	}
	
	
/* 2024 04 02 제도실시배경 페이지 */
.longTextBox {
	line-height: 1.6;
	padding: 0 10px;
	font-size: 17px;
}
.flexImgBox {
	display: flex;
	flex-flow: row nowrap;
}
.flexImgBox img {
	margin-right: 30px;
}
.subTitle.type4 {
	padding-left: 0px;
	font-size: 1.2rem;
}
.subTitle.type4::before {
	display: none;
}
.subTitle.type4 span {
	color: #ff9400;
	background: none;
}
@media(max-width: 1000px) {
	.longTextBox {
		font-size: 16px;
	}
}
@media(max-width: 800px) {
	.longTextBox {
		font-size: 15px;
		line-height: 1.4;
		flex-flow: column;
	}
	.longTextBox img {
		max-width: 199px;
        margin: 0 auto 20px;
	}
}

/*2024 04 02 추가 css*/
.graph_ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	margin-top: 30px;
}
.graph_ul img {
	margin-bottom: 4px;
	margin-right: 5px;
}
.space-between {
	display: flex;
	justify-content: space-between;
}
.money_title {
	text-align: center;
	font-weight: bold;
	font-family: 'handonFont600', sans-serif;
	font-size: 30px;
	margin: 30px 0 20px;
}
.search_body form {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}
.search_body select {
	width: 180px;
	height: 45px;
	padding: 0px 10px;
	background: url("/skin/basic/porkboard/sub02/images/select_icon.jpg") no-repeat;
	background-position: calc(100% - 5px) center;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 18px;
}
.search_body label {
	font-size: 25px;
}
.search_body input[type="submit"] {
	background: #d87a00;
	color: #fff;
	border-radius: 5px;
	border: none;
	font-family: 'handonFont600', sans-serif;
	font-size: 20px;
	height: 45px;
	padding: 0 25px;
}
.newTypeTable .money_tbody td.list-center {
	font-weight: bold;
}
.grayCell td {
	background: #f7f7f7;
}
.newTypeTable th.cellResult {
	background: #f0f0f0;
}
.newTypeTable th.cellResult.one {
	border-top: 3px solid #ccc;
}
@media(max-width: 750px) {
	.graph_ul {
		font-size: 16px;
	}
	p.tableCaption {
		font-size: 14px;
	}
	.search_body select {
		font-size: 16px;
		height: 35px;
		background-size: 30px;
	}
	.search_body input[type="submit"] {
		font-size: 18px;
		height: 35px;
	}
	.search_body label {
		font-size: 20px;
	}
}
@media(max-width: 500px) {
	.graph_ul {
		font-size: 13px;
		flex-flow: row wrap;
	}
	.search_body form {
		flex-flow: row wrap;
		gap: 10px 0px;
	}
	.search_body select {
		background-size: 20px;
		width: calc((100% - 30px) / 2);
	}
	.search_body input[type="submit"] {
		width: 100%;
	}
	.search_body label {
		width: 30px;
		text-align: center;
	}
}

.goList {
	display: block;
	margin: 0 auto;
	padding: 0.6rem 1rem;
	width: fit-content;
	background: #fff;
	border: 1px solid #333;
	font-size: 1.2rem;
	text-align: center;
}
.goList:hover {
	background: #444;
	color: #fff !important;
}
.handonExplainBox {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.handonExplainBox img {
	height: auto;
}
@media(max-width: 700px) {
	.handonExplainBox {
		flex-flow: column;
	}
	.handonExplainBox img {
		margin: 0 auto;
	}
	.longTextBox {
		padding: 0;
	}
	.flex50.handonExplainBox > div.textBox {
		width: 100%;
	}
	.goList {
		font-size: 1rem;
	}
}
table.usebi.newUseBi input[type="button"]{
	margin-left: 10px;
	background-color: #515151;
	color: #fff;
}
.bi_contents {
	margin: 0;
}
.bi_contents , .bi_contents #real_contents{
	max-width: 100%;
}
table.usebi.newUseBi {
	width: 100%;
}
table.newUseBi th,
table.newUseBi td,
table.newUseBi tr:last-child th,
table.newUseBi tr:last-child td {
	padding: 10px;
	border-bottom: 1px solid #eee;
}
table.newUseBi th {
	font-weight: 500;
}
.joinForm {
	width: 100%;
	margin: 0;
}
table.newUseBi input,
table.newUseBi select {
	height: 36px;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	padding: 0px 5px 1px;
}
table.newUseBi td input.telNum {
	width: calc((100% - 30px) / 3);
}
table.newUseBi input#usearea {
	width: 50%;
}
table.newUseBi.type2 input,
table.newUseBi.type2 select {
	width: 100%;
}
table.newUseBi input.hasSmallTxt {
	width: calc(100% - 45px);
	margin-right: 5px;
}
table.newUseBi input.hasSmallTxt2 {
	width: calc(100% - 105px);
	margin-right: 5px;
}
table.newUseBi input[type="button"] {
	width: auto;
	padding: 5px 10px;
	width: 40px;
	float: right;
	margin-left: 0px;
}
table.newUseBi input[type="button"].plusBtn,
table.newUseBi .bi_document input[type="button"] {
	font-size: 20px;
	padding: 5px 10px 8px;
	text-align: center;
}
table.newUseBi input[type="file"] {
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
}
table.newUseBi input[type="button"].bi_down_btn {
	margin-top: 8px;
	width: auto;
}
table.newUseBi #Performance_t th,
table.newUseBi #Performance_t td {
	padding: 7px;
	border: 1px solid #ddd;
}
table.newUseBi #Performance_t th {
	background: #eee;
	padding: 10px 7px;
	text-align: center;
	font-size: 14px;
}
table.newUseBi #Performance_t input,
table.newUseBi #Performance_t select {
	width: 100%;
	font-size: 14px;
}
table.newUseBi #Performance_t .hasDouble {
	gap: 5px;
}
table.newUseBi #Performance_t .hasDouble input, table.newUseBi #Performance_t .hasDouble select {
	width: calc((100% - 10px) / 2);
}
table.newUseBi .bi_document input:not([type="button"]) {
	width: calc(100% - 50px);
	float: left;
}
.biSubTitle {
	margin: 30px 0px 15px;
	color:#ffba38;
	font-weight: bold;
	font-size: 18px;
	font-family: 'handonFont600', sans-serif;
}
.biSubTitle span {
	font-size: 14px;
	font-weight: 400;
	color: #666;
	font-family: 'Noto Sans KR', Arial, sans-serif;
}
.joinForm span.small_text {
	display: inline-block;
	transform: translateY(1px);
	color: #666;
	font-size: 14px;
}
.joinForm .biProgress {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.joinForm .biProgress li {
	width: calc((100% / 3) + 20px);
	text-align: center;
	padding: 10px 10px 8px;
	border: 2px solid #ff9600;
	position: relative;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ff9600;
	font-size: 18px;
	z-index: 5;
	font-weight: bold;
/* 	font-family: 'handonFont600', sans-serif; */
}
.joinForm .biProgress li:nth-child(1) {
	z-index: 50;
}
.joinForm .biProgress li:nth-child(2) {
	z-index: 30;
}
.joinForm .biProgress li:nth-child(3) {
	z-index: 10;
}
.joinForm .biProgress li:not(:last-child) {
	border-right: 0px;
	width: calc((100% / 3) - 10px);
}
.joinForm .biProgress li:not(:first-child) {
	border-left: 0px;
	padding-left: 25px;
}
.joinForm .biProgress li:not(:last-child)::after {
	content: "";
	position: absolute;
	height: 42px;
	width: 42px;
	top: 7px;
	right: -21px;
	border-right: 2px solid #ff9600;
	border-bottom: 2px solid #ff9600;
	transform: rotate(-45deg);
	background: linear-gradient(135deg, transparent 0%, transparent 45%,  #fff 45%);
}
.joinForm .biProgress li.active {
	background: #ff9600;
	color: #fff;
}
.joinForm .biProgress li:not(:last-child).active::after {
	background: linear-gradient(135deg, transparent 0%, transparent 45%,  #ff9600 45%);
}
.joinForm .biProgress li img {
	margin-right: 10px;
}
.joinForm .biProgress li.active img {
	-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1);
}
.biBottomText {
	padding: 15px;
	text-align: center;
	font-size: 18px;
	margin-top: 50px;
}
.overlay2.loadingPopup2 {
	z-index: 999;
}
.loadingPopup2 .popup {
	height: auto;
	max-height: 100%;
	width: 90%;
	max-width: 600px;
	padding: 50px 20px;
}
.popupProgressBox {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	position: relative;
}
.popupBiProgressBar {
	appearance: none;
	display: block;
	width: 80%;
	height: auto;
 }
.popupBiProgressBar::-webkit-progress-bar {
	background: #f0f0f0;
	border-radius: 12px;
	border: 1px solid #eeeeee;
	height: 28px;
	width: 100%;
	overflow: hidden;
}
.popupBiProgressBar::-webkit-progress-value {
	background: #ffba38;
	border-radius: 0px;
	height: 28px;
	width: 48px;
}
.popupProgressBox span {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
	font-weight: bold;
}
.loader_body span {
	margin-bottom: 20px;
	display: block;
	line-height: 1.2;
}
.biCloseBtn {
	position: absolute;
	right: 0;
	top: 0;
	margin: 15px;
	font-size: 1.5rem;
	cursor: pointer;
}
.loader_body b img {
	margin-bottom: 2px;
}
table.newUseBi th.importantCell::after {
	content: "＊";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	color: red;
	font-size: 10px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: top;
}
.bi_contents .joinForm {
	margin: 0;
}
.bi_contents .joinForm input {
	margin-bottom: 0px;
}
.bi_contents .joinForm:not(.hasProgress) li {
	border-bottom: none;
}
@media(max-width: 1000px) {
	table.newUseBi #Performance_t colgroup {
		display: none;
	}
	table.newUseBi #Performance_t tbody tr {
		display: flex;
		flex-flow: row wrap;
	}
	table.newUseBi #Performance_t thead th {
		display: none;
	}
	table.newUseBi #Performance_t tbody td {
		display: inline-block;
		padding: 0px;
	}
	table.newUseBi #Performance_t select,
	table.newUseBi #Performance_t input {
		width: calc(100% - 10px);
		padding: 0 5px;
		margin: 5px;
	}
	table.newUseBi #Performance_t .hasDouble {
		display: flex;
		flex-flow: row wrap;
		gap: 0px;
	}
	table.newUseBi #Performance_t .hasDouble select {
		margin-right: 0px;
		width: calc((100% - 25px) / 2);
	}
	table.newUseBi #Performance_t .hasDouble input {
		width: calc((100% - 15px) / 2);
	}
	table.newUseBi #Performance_t td::before {
		padding: 8px;
		display: block;
		width: 100%;
		background: #eee;
		text-align: center;
	}
	table.newUseBi #Performance_t td {
		width: 40%;
		border-right: 0px;
		border-top: 0px;
	}
	table.newUseBi #Performance_t td:nth-child(1), table.newUseBi #Performance_t td:nth-child(5) {
		width: 20%;
	}
	table.newUseBi #Performance_t td:nth-child(-n+3) {
		border-top: 1px solid #ddd;
	}
	table.newUseBi #Performance_t td:nth-child(3n) {
		border-right: 1px solid #ddd;
	}
	table.newUseBi #Performance_t td:nth-child(1)::before {
		content:"품목명";
	}
	table.newUseBi #Performance_t td:nth-child(2)::before {
		content:"작업량(톤/마리)";
	}
	table.newUseBi #Performance_t td:nth-child(3)::before {
		content:"한돈 매출액(억원)";
	}
	table.newUseBi #Performance_t td:nth-child(4)::before {
		content:"회사 매출액(억원)";
	}
	table.newUseBi #Performance_t td:nth-child(5)::before {
		content:"생산유형";
	}
	table.newUseBi #Performance_t td:nth-child(6)::before {
		content:"상품명";
	}
	table.newUseBi th, table.newUseBi td {
		font-size: 14px;
	}
}

@media(max-width: 730px) {
	table.newUseBi.resTable.type2 colgroup {
		display: none;
	}
	table.newUseBi.resTable.type2 tbody tr {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	table.newUseBi.resTable.type2 th:not(.noneRes), table.newUseBi.resTable.type2 td:not(.noneRes) {
		width: 100%;
		display: block;
	}
	table.newUseBi.resTable.type2 th:not(.noneRes) {
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	table.newUseBi.resTable:not(.type3) th,
	table.newUseBi.resTable:not(.type3) td {
		display: inline-block;
	}
	table.newUseBi.resTable:not(.type3) colgroup {
		display: none;
	}
	table.newUseBi.resTable:not(.type3) th {
		word-wrap: break-word;
	}
	table.newUseBi.resTable:not(.type3) tbody tr {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}
	table.newUseBi.resTable:not(.type3) th {
		width: 25%;
	} 
	table.newUseBi.resTable:not(.type3) td {
		width: 75%;
	}
	table.newUseBi input#companyaddress,
	table.newUseBi input#factoryaddress,
	table.newUseBi input#usearea {
		width: 100%;
	}
	table.newUseBi td input.telNum {
		width: calc((100% - 22px) / 3);
	}
	.loader_body span {
		font-size: 14px;
	}
}

@media(max-width: 630px) {
	table.newUseBi th, table.newUseBi td,
	table.newUseBi input, table.newUseBi select{
		font-size: 13px;
	}
	table.newUseBi.resTable:not(.type3) th {
		min-width: 130px;
	} 
	.joinForm .biProgress li {
		font-size: 16px;
	}
	.joinForm .biProgress li img {
		height: 20px;
		width: auto;
		margin-right: 5px;
	}
	.biBottomText {
		font-size: 16px;
	}
	table.newUseBi.resTable.type3 td, table.newUseBi.resTable.type3  th {
		width: 100%;
	}
	table.newUseBi.resTable.type3 colgroup {
		display: none;
	}
	table.newUseBi.resTable.type3 >tbody >tr {
		display: flex;
		flex-flow: row wrap;
	}
	table.newUseBi.resTable .nullRow {
		display: none;
	}
	table.newUseBi.resTable:not(.type3) th,
	table.newUseBi.resTable:not(.type3) td {
		width: 100%;
	}
	table.newUseBi.resTable:not(.type3) th.noneRes {
		width: 75%;
	}
	table.newUseBi.resTable:not(.type3) td.noneRes {
		width: 25%;
	}
	.joinForm span.small_text {
		margin-top: 5px;
	}
}

@media(max-width: 500px) {
	table.newUseBi.resTable td input:not([type="button"]) {
		width: 100%;
	}
	table.newUseBi.resTable .bi_document input:not([type="button"]) {
		width: calc(100% - 50px);
	}
	table.newUseBi.resTable td input.telNum {
		width: calc((100% - 20px) / 3);
	}
	table.newUseBi #Performance_t td, table.newUseBi #Performance_t td:nth-child(1), table.newUseBi #Performance_t td:nth-child(5) {
		width: 100%;
	}
	table.newUseBi #Performance_t td:first-child {
		padding-top: 0px;
	}
	table.newUseBi #Performance_t th, table.newUseBi #Performance_t td {
		padding-right: 0px;
	}
	.biSubTitle {
		margin: 20px 0px 10px;
		font-size: 16px;
	}
	.joinForm li {
		padding: 0;
	}
	table.newUseBi #Performance_t td {
		border-right: 1px solid #ddd;
	}
	table.newUseBi #Performance_t td:nth-child(-n+2) {
		border-bottom: 0px;
	}
	table.newUseBi #Performance_t select,
	table.newUseBi #Performance_t input {
		margin-bottom: 5px !important;
	}
	.joinForm .biProgress li {
		flex-flow: column;
		padding: 5px;
	}
	.joinForm .biProgress li img {
		margin: 0;
		margin-bottom: 5px;
	}
	table.newUseBi input[type="file"] {
		font-size: 12px;
		padding-top: 6px;
		font-family: 'Noto Sans KR',Arial,sans-serif !important;
	}
	.popupBiProgressBar {
		width: 90%;
	}
	.loader_body span {
		font-size: 13px;
	}
	.loadingPopup2 .popup {
		padding: 30px 10px;
	}
	.loader_body b {
		font-size: 14px;
	}
	.loader_body b img {
		height: 16px;
		width: 16px;
	}
	.popupBiProgressBar::-webkit-progress-bar {
		height: 23px;
	}
	.popupBiProgressBar::-webkit-progress-value {
		height: 23px;
	}
}
@media(max-width: 340px) {
	.joinForm .biProgress li {
		font-size: 13px;
	}
	.loader_body span {
		font-size: 12px;
	}
}
.shareSnsBox {
	width: 100%;
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-bottom: 65px;
}
.shareSnsBox img {
	width: 45px;
	height: auto;
}
.porkboardIntro {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* 위원장 인삿말 240516 new css */
.introTextBox {
	width:55%;
	font-size:1rem;
	line-height:150%;
	color: #666;
}
.introTextBox .imgBox {
	padding: 20px 0 40px;
	height: auto;
	width: auto;
	text-align: left;
}
.introTextBox .imgBox img {
	width: 100%;
	max-width: 559px;
	height: auto;
	object-fit: contain;
}
.introImgBox {
	 width: 40%;
	 display: flex;
	 flex-flow: column;
	 gap: 20px;
}

@media(max-width: 1150px) {
	.resBlank {
		display: none;
	}
}
@media(max-width: 840px) {
	.porkboardIntro {
		flex-flow: column-reverse;
		justify-content: center;
		padding-top: 40px;
	}
	.introTextBox .imgBox {
		text-align: center;
	}
	.introImgBox {
		text-align: center;
		width: auto;
		gap: 3vw;
	}
	.introTextBox {
		width: 100%;
	}
}
@media(max-width: 700px) {
	.introTextBox .imgBox {
		padding: 20px 0 20px;
	}
	.introImgBox {
		max-width: 65%;
	}
}
@media(max-width: 500px) {

	.porkboardIntro {
		padding-top: 0;
	}
	.introImgBox {
		max-widht: 75%;
	}
}

/*설립목적 및 연혁 240516 new*/
.historyBox {
	display:flex;
	padding-bottom: 100px;
	gap: 20px;
}
.historyBox #contents,
.historyBox .contents_wrap {
	padding: 0;
}
.historyBox #contents {
	width: calc(100% - 20px) / 2) !important;
}
.historyBox .contents_wrap.left .sub_cont {
	margin-bottom: 50px;
}
.historyBox .contents_wrap.right .sub_title01 {
	margin-bottom: 50px;
}
.usageSquare {
	display: flex;
	flex-flow: row wrap;
	width: 400px;
	max-width: 100%;
	margin-top: 20px;
}
.usageSquare li {
	width: calc(100% / 3);
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
	font-size: 0.9rem;
	font-weight: 300;
	padding: 15px 5px;
	position: relative;
}
.usageSquare li span {
	position: absolute;
	right: 8px;
	font-weight: bold;
	font-size: 28px;
	color: #cfcfcf;
}
.usageSquare li:nth-child(-n+3) span {
	bottom: 8px;
}
.usageSquare li:nth-child(n+7) span {
	top: 8px;
}
.usageSquare li:nth-child(-n+3),
.usageSquare li:nth-child(n+7) {
	aspect-ratio: 1 / 1;
	
}
.usageSquare li:nth-child(1) {
	box-shadow: inset -5px -10px 15px 0px #cfcfcf;
}
.usageSquare li:nth-child(3) {
	box-shadow: inset 5px -10px 15px 0px #cfcfcf;
}
.usageSquare li:nth-child(5) {
	box-shadow: inset 0px 0px 10px 5px #cfcfcf;
}
.usageSquare li:nth-child(7) {
	box-shadow: inset -5px 10px 15px 0px #cfcfcf;
}
.usageSquare li:nth-child(9) {
	box-shadow: inset 5px 10px 15px 0px #cfcfcf;
}
.history_table td.month {
	padding: 2px 7px 15px;
}
@media(max-width: 1000px) {
	.history_table {
		margin-left: 20px;
	}
}
@media(max-width: 800px) {
	.historyBox {
		flex-flow: column;
	}
	.historyBox #contents:last-child {
		margin-top: 50px;
	}
	.usageSquare {
		margin: 20px auto 0;
	}
	.history_table {
		margin-left: 0;
	}
	.historyBox .mb-50 {
		margin-bottom: 25px;
	}
}
@media(max-width: 500px) {
	.usageSquare {
		max-width: 100%;
	}
	.usageSquare li {
		padding: 5px;
	}
	.usageSquare li img {
		margin: 5px 0;
	}
	.usageSquare li span {
		font-size: 20px;
		right: 3px;
	}
	.usageSquare li:nth-child(-n+3) span {
		bottom: 3px;
	}
	.usageSquare li:nth-child(n+7) span {
		top: 3px;
	}
	.history_table td.year {
		font-size: 15px;
	}
	.history_table td.month,
	.history_table td {
		font-size: 13px;
	}
	.history_table td.month {
		padding: 2px 5px 0;
	}
	/* .newTypeTable.resType1 td:not(:first-child) {
		display: block;
		border-top: 0;
		border-left: 0;
	}
	.newTypeTable.resType1 colgroup {
		display: none;
	}
	.newTypeTable.resType1 th:last-child {
		display: none;
	}
	.newTypeTable.resType1 tbody.info_tbody td:last-child {
		text-align: left;
		padding-left: 35px;
		position: relative;
		border-top: 0;
		border-left: 0;
	}
	.newTypeTable.resType1 tbody.info_tbody td:last-child br {
		display: none;
	}
	.newTypeTable.resType1 tbody.info_tbody td:last-child::before {
		content: "예산 : ";
		position: absolute;
		left: 5px;
	}
	.newTypeTable.resType1 tbody.info_tbody tr:last-child td:last-child::before {
		font-weight: bold;
	} */
}
@media(max-width: 350px) {
	.usageSquare li {
		font-size: 12px;
	}
	.textList.hasNotP li.hasNumbers.type2 {
		padding-left: 0;
	}
	.textList li:not(.hasHyphen).textListTitle {
		padding-left: 0;
	}
}

/* 24.05.27. 신규 페이지 작업 */
.newTextCon {
	font-family: "Pretendard Variable", sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 120px;
	width: 100%;
	margin-bottom: 100px;
}
.newTextCon .txtBox img {
	display: block;
	margin: 0 auto;
}
.newTextCon_01_01 {
	display: flex;
	justify-content: center;
}
.newTextCon_01_01 .titBox {
	width: 100%;
	font-size: 1.55rem;
	color:#000;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	padding-top: 13.5%;
}
.newTextCon_01_01 .titBox span {
	font-weight: 500;
}
.newTextCon_01_01 .titBox span.emphasisText {
	color: #ff6465;
	font-weight: 700;
}
.newTextCon_01_01 .titBox h5 {
	display: block;
}
.newTextCon_01_01 .titBox b {
	display: block;
}
.newTextCon_01_01 .titBox b img {
	display: inline;
	margin: 0;
	vertical-align: bottom;
}
.newTextCon_01_01 .txtBox {
	width: 40%;
}

.txtBox {
	line-height: 1.4;
	color: #333;
	display: flex;
	flex-flow: row wrap;
	font-weight: 500;
}
.newTextCon_01_02 .txtBox {
	width: 100%;
	justify-content: space-between;
}
.newTextCon_01_03 .txtBox {
	gap: 30px;
}
.txtBox .colorTitle {
	text-align: center;
	font-size: 1.39rem;
	color: #333;
	position: relative;
	height: fit-content;
}
.txtBox .colorTitle span {
	position: relative;
	z-index: 10;
	font-weight: 700;
	padding-bottom: 2px;
}
.txtBox .colorTitle div {
	background: #ffe3b2;
	position: absolute;
	height: 35%;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.txtBox >div.boxInnerTxt {
	padding-top: 10px;
	font-weight: 500;
	font-size: 1rem;
}
.sch01_bi_img {
	margin-top: 30px;
	display: block;
}
.flexImg {
	display: flex;
	justify-content: space-between;
	gap: 45px;
	margin-top: 10px;
}
.newTextCon .flexImg img {
	margin: 0;
	width: 250px;
	height: fit-content;
	padding-top: 15px;
}
.flexImg .txtBoxType2 {
	width: 100%;
}
.txtBoxType2.mt-50 {
	padding-top: 0;
	margin-top: 50px;
}
.txtBoxType2 b {
	color: #ffa200;
	margin-bottom: 10px;
	font-size: 1.22rem;
	display: block;
}
.txtBoxType2 p {
	position: relative;
	font-size: 1rem;
	line-height: 1.5;
}
.flexImg .txtBoxType2 p {
	padding-left: 15px;
}
.flexImg .txtBoxType2 p::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}
.newTextCon .txtBox img.mb-20 {
	margin-bottom: 20px;
}
	
.newTextCon.newTextConType2 {
	justify-content: flex-start;
	margin: 0 120px;
	padding: 2.78rem 0;
	border-bottom: 1px dashed #999;
	width: auto;
}
.newTextCon.newTextConType2:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.newTextCon.newTextConType3 {
	justify-content: flex-start;
	margin: 0 120px;
	padding: 2.78rem 0;
	width: auto;
}
.newTextCon.newTextConType2.newTextCon_03,
.newTextCon.newTextConType2.typePorkboard {
	border-bottom: 0;
}
.newTextCon.newTextConType2.typePorkboard p {
	line-height: 1.7;
	padding-top: 10px;
}
.newTextCon.newTextConType2.typePorkboard ul.typePorkboardUI {
	padding-top: 10px;
}
.newTextCon.newTextConType2.typePorkboard .typePorkboardUI li {
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	padding-left: 18px;
}
.newTextCon.newTextConType2.typePorkboard .typePorkboardUI li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 100%;
}
.newTextCon.newTextConType2.typePorkboard .typePorkboardUI li i {
	padding: 0 15px;
	color: rgba(0,0,0,0.1);
	font-weight: normal;
}
.newTextCon.newTextConType2.typePorkboard .numList.hasCircle {
	padding-top: 7px;
}
.newTextCon.newTextConType2.typePorkboard .numList.hasCircle > li {
	font-size: 1rem;
	padding-left: 25px;
}
.newTextCon.newTextConType2.typePorkboard .numList.hasCircle > li i {
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 13px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding-right: 0;
}
.newTextCon.newTextConType2 .txtBox {
	width: 100%;
	flex-flow: column;
}
.newTextCon.newTextConType2 .txtBox .colorTitle {
	width: fit-content;
}
.newTextCon.newTextConType2 .title {
	display: flex;
	align-items: center;
	gap: 20px;
}
.newTextCon.newTextConType2 .txtBox img {
	margin: 0;
	height: 65px;
	width: auto;
}
.newTextCon.newTextConType2 .txtBox >b {
	font-size: 1.39rem;
	margin: 10px 0;
}
.newTextCon.newTextConType2 .txtBox p {
	font-size: 1rem;
	line-height: 1.5;
}

.newTextCon.hasDivision {
	justify-content: flex-start;
}
.newTextCon.hasDivision .txtBox{
	flex-flow: column;
	width: 100%;
}
.newTextCon.hasDivision .txtBox .colorTitle {
	width: fit-content;
}
.porkDivision {
	display: flex;
	flex-flow: column;
	gap: 15px;
}
.porkDivision >li {
	display: flex;
	flex-flow: row wrap;
	gap: 15px;
}
.porkDivision >li >div {
	width: calc((100% - 14% - 30px) / 2);
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	padding: 25px 7px;
}
.porkDivision >li >div:first-child {
	width: 14%;
}
.porkDivision >li:not(.porkDivisionTitle) >div {
	border: 1px solid #b0b0b0;
} 
.porkDivision >li:not(.porkDivisionTitle) >div ul {
	width: 100%;
	text-align: left;
}
.porkDivision >li:not(.porkDivisionTitle) >div ul li {
	position: relative;
	padding-left: 10px;
	line-height: 1.6;
	letter-spacing: -1px;
}

.porkDivision >li:not(.porkDivisionTitle) >div ul li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: -1px;
}
.porkDivision >li:not(.porkDivisionTitle) >div:first-child {
	background: #ff6465;
	font-size: 1.39rem;
	color: #fff;
	border-radius: 20px 0 0 20px;
	width: 14%;
	font-weight: 700;
	border: none;
	justify-content: center;
}
.porkDivision >li:not(.porkDivisionTitle) >div:last-child {
	background: #f6f5f5;
	color: #7a7a7a;
}
.porkDivision >li.porkDivisionTitle >div {
	font-size: 1.39rem;
	font-weight: 700;
	padding: 0;
}
.newTextCon .txtBox .porkDivision img {
	margin-bottom: 10px;
	height: 160px;
	max-width: 100%;
}
.newTextCon .txtList li {
	font-size: 1rem;
	padding-left: 35px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
}
.newTextCon .txtList li img {
	position: absolute;
	left: 0;
	top: 5px;
	height: 22px;
}
.newTextCon.newTextCon_01_03.newTextConType2 {
	border-bottom: 0;
}
.newTextCon.newTextCon_01_03.newTextConType2 .txtBox {
	width: 100%;
	gap: 50px;
}
.biIntroBox {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: url("/skin/basic/images/school/new_images/bi_logo_bg.png") no-repeat;
	background-size: cover;
	padding: 45px 20px;
	gap: 100px;
}
.newTextCon.newTextConType2 .txtBox .biIntroBox img {
	height: 150px;
	width: auto;
}
.biIntroBox:not(.type2) >ul li{
	display: flex;
	margin-bottom: 35px;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	font-size: 1rem;
}
.newTextCon.newTextConType2 .txtBox .biIntroBox ul li img {
	height: 75px;
}
.biIntroBox >ul li:last-child {
	margin-bottom: 0;
}
.biIntroBox.type2 {
	background: none;
	flex-flow: column;
	padding-top: 20px;
	gap: 70px;
}
.biColorOutList {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	gap: 50px;
}
.biColorOutList span {
	display: block;
	font-size: 0.83rem;
	margin-bottom: 5px;
}
ul.biColorOutList::after ,
.biColorOutList ul::after {
	display: none;
}
.biColorOutList >li {
	width: 110px;
}
.biColorOutList >li:first-child {
	width: 340px;
}
.colorList {
	display: flex;
	flex-flow: row wrap;
	gap: 5px;
}
.colorList >li {
	width: 100%;
	height: 100px;
	border: 1px solid #d7d7d7;
}
.colorList.one >li {
	width: calc((100% - 10px) / 3);
}
.colorList >li div {
	height: 55%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444;
	font-size: 0.72rem;
	letter-spacing: -1px;
}
.colorList >li div.colorBox {
	height: 45%;
	border-bottom: 1px solid #d7d7d7;
}
.colorList.one >li:first-child div.colorBox {
	background: #09134b;
}
.colorList.one >li:nth-child(2) div.colorBox {
	background: #0d4ea1;
}
.colorList.one >li:nth-child(3) div.colorBox {
	background: #209fed;
}
.colorList.one >li:nth-child(4) div.colorBox {
	background: #e95813;
}
.colorList.one >li:nth-child(5) div.colorBox {
	background: #b10015;
}
.colorList.one >li:nth-child(6) div.colorBox {
	background: #7d000a;
}
.colorList.two div.colorBox {
	background: #1a1718;
}
.colorList.three div.colorBox {
	background: #c1081f;
}
.colorList.four div.colorBox {
	background: #e6b80b;
}


@media(max-width: 1200px) {
	.newTextCon {
		padding: 0 50px;
	}
	.newTextCon.newTextConType2,
	.newTextCon.newTextConType3 { 
		margin: 0 50px;
	}
	.newTextCon .txtList li {
		padding-left: 30px;
	}
	.newTextCon .txtList li img {
		height: 20px;
	}

}

@media(max-width: 1000px) {
	.newTextCon {
		margin-bottom: 70px;
	}
	.newTextCon.newTextCon_01_03.newTextConType2 .txtBox {
		gap: 30px;
	}
	.biIntroBox {
		gap: 50px;
	}
	.newTextCon.newTextConType2 .txtBox .biIntroBox img {
		height: 120px;
	}
	.flexImg {
		gap: 25px;
	}
}
@media(max-width: 900px) {
	.biColorOutList span br {
		display: none;
	}
	.biColorOutList {
		gap: 25px;
	}
	.newTextCon .flexImg img {
		width: 200px;
	}
	.newTextCon.newTextConType2 .txtBox .biIntroBox ul li span br {
		display: none;
	}
	.newTextCon .txtList li img {
		height: 18px;
	}
	.newTextCon .txtList li {
		padding-left: 25px;
	}
	.newTextCon_01_02 .txtBox >div.boxInnerTxt {
		width: 100%;
	}

}
@media(max-width: 800px) {
	.newTextCon {
		padding: 0 25px;
	}
	.newTextCon.newTextConType2,
	.newTextCon.newTextConType3 { 
		margin: 0 25px;
	}
	.newTextCon.newTextConType2 .txtBox .biIntroBox ul li img {
		height: 60px;
	}
	.newTextCon .txtBox .porkDivision img {
		height: 130px;
	}
}

@media(max-width: 750px) {
	.biColorOutList {
		flex-flow: row wrap;
	}
	.biColorOutList >li {
		width: calc((100% - 50px) / 3);
	}
	.biColorOutList >li:first-child {
		width: 100%;
	}
	.biIntroBox {
		flex-flow: column;
	}
	.biIntroBox.type2 {
		gap: 30px;
		padding: 0;
	}
	.newTextCon_01_02 .txtBox >div.boxInnerTxt br {
		display: none;
	}
	.flexImg {
		flex-flow: column;
	}
	.flexImg .txtBoxType2 p {
		padding-left: 11px;
	}
	.newTextCon .flexImg img {
		padding-top: 0;
	}
	.newTextCon.newTextConType2 .txtBox img {
		height: 45px;
	}
	.newTextCon.newTextConType2 .title {
		gap: 10px;
	}
	.biIntroBox:not(.type2) >ul li {
		gap: 10px;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle {
		letter-spacing: -1px;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox b {
		margin-right: 2px;
	}
	.newTextCon .txtList li img {
		height: 15px;
	}
	.porkDivision,
	.porkDivision >li {
		gap: 10px;
	}
	.porkDivision >li >div {
		width: calc((100% - 14% - 20px) / 2);
	}
	.newTextCon.newTextConType2.typePorkboard .typePorkboardUI li {
		padding-left: 14px;
	}
	.newTextCon.newTextConType2.typePorkboard .typePorkboardUI li::before {
		top: 2px;
	}
}
@media(max-width: 610px) {
	.newTextCon {
		padding: 0;
		margin-bottom: 35px;
	}
	.newTextCon.newTextCon_01_01 {
		margin-bottom: 13.5%;
	}
	.newTextCon.newTextConType2,
	.newTextCon.newTextConType3 { 
		margin: 0;
	}
	.biColorOutList {
		gap: 20px 10px;
	}
	.biColorOutList >li {
		width: calc((100% - 20px) / 3);
	}
	.colorList >li {
		height: 80px;
	}
	.colorList >li div.colorBox {
		height: 50%;
	}
	.porkDivision >li >div {
		width: calc((100% - 10px) / 2);
	}
	.porkDivision >li.porkDivisionTitle >div:first-child {
		display: none;
	}
	.porkDivision >li:not(.porkDivisionTitle) >div:first-child {
		width: 100%;
		border-radius: 10px 10px 0 0;
		padding: 5px;
	}
	.porkDivision >li:not(.porkDivisionTitle) >div:first-child br {
		display: none;
	}
}
@media(max-width: 550px) {
	.txtBoxType2 b {
		margin-bottom: 5px;
	}
	.newTextCon.newTextConType2 .txtBox >b {
		margin: 5px 0;
		font-size: 1.2rem;
	}
	.newTextCon.newTextConType2 .txtBox img {
		height: 35px;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		text-align: left;
	}
	.newTextCon.hasDivision .txtBox .colorTitle.mb-50 {
		margin-bottom: 20px;
	}
	.porkDivision >li.porkDivisionTitle {
		display: none;
	}
	.porkDivision >li >div {
		width: 100%;
		padding: 10px;
	}
	.porkDivision >li >div::before {
		font-weight: 700;
		margin-bottom: 10px;
	}
	.porkDivision >li >div:nth-child(2)::before {
		content: "우리 돼지";
	}
	.porkDivision >li >div:nth-child(3)::before {
		content: "수입 돼지";
	}
	.newTextCon.newTextConType2.typePorkboard .typePorkboardUI li {
		padding-left: 11px;
	}
}
@media(max-width: 440px) {
	.newTextCon.newTextConType2 .txtBox .biIntroBox img {
		height: 85px;
	}
	.colorList >li {
		height: 70px;
	}
	.colorList >li div {
		line-height: 1.2;
		padding: 0 5px;
	}
	.biIntroBox:not(.type2) >ul li {
		flex-flow: column;
		gap: 15px;
	}
	.newTextCon_01_01 .titBox {
		text-align: center;
	}
}
@media(max-width: 350px) {
	.newTextCon_01_01 .titBox p {
		letter-spacing: -1px;
	}
}


.newConTopBanner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.newConTopBanner img.newConText {
	position: absolute;
	z-index: 1;
}
.newConTopBanner.type02 img.newConText {
	right: 10.5%;
}
.newConTopBanner.type03 img.newConText,
.newConTopBanner.type06 img.newConText {
	left: 10.5%;
}
.newConTopBanner.type05 img.newConText {
	left: 12%;
	max-width: 76%;
}
@media(max-width: 1100px) {
	.newConTopBanner.type06 img.newConText {
		left: 7%;
		max-width: 25%;
	}
}
@media(max-width: 950px) {
	.newConTopBanner.type02 img.newConText {
		right: 7%;
		max-width: 45%;
	}
	.newConTopBanner.type03 img.newConText {
		left: 7%;
		max-width: 45%;
	}
}
@media(max-width: 850px) {
	.newConTopBanner.type04 img.newConText {
		max-width: 45%;
	}
}
@media(max-width: 650px) {
	.newConTopBanner.type05 img.newConText {
		left: 7%;
		max-width: 70%;
	}
	.newConTopBanner.type06 img.newConBg {
		transform: scale(1.2);
		margin-left: 20%;
	}
	.newConTopBanner.type06 img.newConText {
		left: 3%;
		max-width: 42%;
	}
	.newConTopBanner.type07 img.newConText {
		max-width: 65%;
	}
}
@media(max-width: 400px) {
	.newConTopBanner.type07 img.newConText {
		max-width: 70%;
	}
}

/* 240705 - inseon */
.overviewDown {
	height: 32px;
	font-size: 0.8rem;
	padding: 5px 10px;
	background-color: #515151;
	color: #fff;
	font-family: 'Noto Sans KR';
	font-weight: normal;
	border: 1px solid #414141;
	margin-left: 10px;
}

/*메인 탭게시판 포토형태*/
.main_photoBoard {
	display: flex;
	gap: 20px;
	margin-bottom: 60px;
}
.main_photoBoard .boardBox {
	display: block;
	width: 25%;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.main_photoBoard .boardBox .photo {
	width: 100%;
	height: 0;
	padding-top: 65%;
	margin-bottom: 20px;
	border-radius: 5px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.main_photoBoard .boardBox .title {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	line-height: 1.2;
	height: 3.6em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	font-size: 1.1rem;
}
.main_photoBoard .boardBox .date{width: 100%; padding-right: 10px; font-size: 0.875em; color: #ccc; line-height: 2em; display: flex; align-items: center; justify-content: space-between;}
.main_photoBoard .boardBox .date::after{content: "\e90b"; font-size: 1.43em; color: #ccc; font-family: 'xeicon'; transition: all 0.2s;}
.main_photoBoard .boardBox:hover .date::after{transform: translateX(10px);}

@media (max-width: 979px) {
	.main_photoBoard {
		flex-wrap: wrap;
	}
	.main_photoBoard .boardBox {
		width: calc(50% - 10px);
	}
}
@media (max-width: 540px) {
	.main_photoBoard {
		gap: 10px;
		margin-bottom: 30px;
	}
	.main_photoBoard .boardBox {
		padding: 10px;
		width: calc(50% - 5px);
	}
}