/*
	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;
}


/* 닷컴,자조금 같이 사용 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;
}
.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;
	margin-left: 5px;
}
.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-size: 20px;
	font-weight: bold;
	font-family: 'handonFont600';
}
.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.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;
}
.textList.hasNotP li.hasNumbers.type2,
.textList li:not(.hasHyphen).textListTitle {
	padding-left: 0;
}
@media(max-width: 650px) {
	.subTitle,
	.statute h5.subTitle {
		font-size: 17px;
	}
	.subTitle::before,
	.statute h5.subTitle::before {
		height: 17px;
	}
	.textList li {
		font-size: 14px;
		padding-left: 15px;
	}
	h4.numberTitle {
		font-size: 14px;
	}
	.textList li.hasNumbers span {
		font-size: 11px;
	}
	.textList li:not(.hasHyphen).textListTitle {
		padding-left: 10px;
	}
	.privacyBorderBox,
	.privacyText {
		font-size: 16px;
	}
}
/* 한돈닷컴 부위별 정보 추가 작업 24-03-04 */
.testBox {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	max-width: 100%;
}
.testBox  img {
	margin: 0;
}
.porkPart {
	position: absolute;
	opacity: 0.8;
	cursor: pointer;
}
.porkPart.type01_name {
	width: 5.3%;
	height: 4.5%;
	left: 41.2%;
	top: 31.2%;
	z-index: 60;
}
.porkPart.type02_name {
	width: 5.3%;
	height: 4.5%;
	left: 63.2%;
	top: 32.6%;
	z-index: 60;
}
.porkPart.type03_name {
	width: 5.3%;
	height: 4.5%;
	left: 71.4%;
	top: 61.3%;
	z-index: 60;
}
.porkPart.type04_name {
	width: 5.3%;
	height: 4.5%;
	left: 55.5%;
	top: 79.7%;
	z-index: 60;
}
.porkPart.type05_name {
	width: 5.3%;
	height: 4.5%;
	left: 54.1%;
	top: 44.8%;
	z-index: 60;
}
.porkPart.type06_name {
	width: 5.3%;
	height: 4.5%;
	left: 49.9%;
	top: 64.5%;
	z-index: 60;
}
.porkPart.type07_name {
	width: 5.3%;
	height: 4.5%;
	left: 31%;
	bottom: 26.2%;
	z-index: 60;
}
.porkPart.type01 {
	width: 8.5%;
	height: 11%;
	left: 37.5%;
	top: 39%;
	transform: rotate(13deg) skew(10deg);
	z-index: 10;
	border-radius: 0% 0% 0% 50%;
}
.porkPart.type02 {
	width: 20%;
	height: 14%;
	left: 46%;
	top: 39%;
	transform: rotate(0deg);
	z-index: 20;
	border-radius: 40% 20% 0% 0%;
}
.porkPart.type03 {
	width: 7%;
	height: 29%;
	left: 63.5%;
	top: 41.5%;
	transform: rotate(8deg);
	z-index: 50;
	border-radius: 50% 50% 25% 25%;
}
.porkPart.type03_2 {
	width: 7%;
	height: 30%;
	left: 63.5%;
	top: 60.5%;
	transform: rotate(-13deg);
	z-index: 50;
	border-radius: 40%;
}
.porkPart.type04 {
	width: 10.5%;
	height: 14%;
	left: 45%;
	top: 62%;
	transform: rotate(7deg);
	z-index: 50;
	border-radius: 0% 0% 0% 25%;
}
.porkPart.type04_2 {
	width: 9%;
	height: 14%;
	left: 54%;
	top: 62%;
	transform: rotate(-7deg);
	z-index: 50;
	border-radius: 0% 0% 25% 0%;
}
.porkPart.type04_3 {
	width: 8%;
	height: 20%;
	left: 51.5%;
	top: 56%;
	transform: rotate(50deg) skew(-27deg, -34deg);
	z-index: 50;
}
.porkPart.type05 {
	width: 8.5%;
	height: 10%;
	left: 56.5%;
	top: 51.5%;
	transform: rotate(-8deg);
	z-index: 30;
}
.porkPart.type06 {
	width: 11.5%;
	height: 11%;
	left: 45.5%;
	top: 52%;
	transform: rotate(4deg);
	z-index: 40;
	border-radius: 0 0 50% 0;
}
.porkPart.type07 {
	width: 9.5%;
	height: 23.5%;
	left: 36%;
	top: 48.5%;
	transform: rotate(5deg) skew(-10deg, 15deg);
	z-index: 30;
	border-radius: 0% 0% 0% 30%;
}
.porkPart.type07_2 {
	width: 9.5%;
	height: 16.5%;
	left: 35%;
	top: 52.5%;
	transform: rotate(15deg) skew(-20deg, 15deg);
	z-index: 30;
}
.porkPart.type07_3 {
	width: 7.5%;
	height: 23.5%;
	left: 36%;
	top: 66.5%;
	transform: rotate(15deg);
	z-index: 30;
}
.redBorderBox {
	width: 5.2%;
	height: 4.8%;
	border: 2px solid red;
	position: absolute;
	left: 41.2%;
	top: 31.1%;
	border-radius: 10px;
}
@media(max-width: 900px){
	.testBox {
		transform: scale(1.15);
	}
	.testBoxOuter {
		max-width: 100%;
		overflow: hidden;
		border: 1px solid #a7a7a7;
		padding: 10px 0;
	}
}
@media(max-width: 600px){
	.testBox {
		transform: scale(1.35);
	}
	.testBoxOuter {
		padding: 25px 0;
	}
}
@media(max-width: 400px){
	.testBox {
		transform: scale(1.5);
	}
	.testBoxOuter {
		padding: 25px 0;
	}
}

/* 한돈닷컴 ebook */
.bookTopM {
	display: none;
}
.bookListV2 .books {
	width: 1198px;
	max-width: 100%;
	position: relative;
/*	background: url('https://www.han-don.com/skin/basic/images/media/med_book_background.png');*/
/*	background-size: contain;*/
/*	height: 390px;*/
}
.bookListV2 .books ul {
	display: grid;
	grid-template-columns: 21.35% 21.35% 21.35% 21.35%;
	grid-gap: 0rem 1.6rem;
	width: 980px;
	max-width: 81%;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	justify-content: center;
	height: 100%;
	direction: ltr;
}
.bookListV2 .books ul li {
	max-width: 100%;
	overflow: hidden;
	height: 31vw;
	max-height: 391px;
	padding-top: 2.5vw;
}
.bookListV2 .books ul li.blankSpace::before {
	display: none;
}
.bookListV2 .books ul li a {
	display: block;
	height: fit-content;
	position: relative;
}
.bookListV2 .books ul li a::before {
	content: "";
	position: absolute;
	width: 5%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
	left: 0;
	top: 0;
	border-radius: 12px 0px 0px 12px;
}
.bookListV2 .books ul li a img {
	border-radius: 10px;
	box-shadow: 3px 2px 4px #494949;
}
.bookListV2 .books ul::after {
	display: none;
}
@media(max-width: 850px) {
	.bookListV2 .books ul li {
		height: 30.5vw;
	}
}
@media(max-width: 680px) {
	.bookTopPc {
		display: none;
	}
	.bookTopM {
		display: block;
	}
	.bookListV2 .books ul {
		grid-template-columns: auto auto;
		height: 100%;
	}
	.bookListV2 .books ul li {
		padding-top: 0px;
		height: 58vw;
		padding-bottom: 14.5vw;
		max-height: 100%;
	}
	.bookListV2 .books ul li.blankSpace {
		display: none;
	}
	.bookListV2 .books ul li.blankSpace.noneMobileHide {
		display: block;
	}
	.bookListV2 .books ul li.blankSpace.noneMobileHide a::before {
		display: none;
	}
	.bookListV2 .books ul li a {
		height: 100%;
	}
	.bookListV2 .books ul li a img {
		height: 100%;
		width: auto;
	}
	.bookListV2 .books ul::after {
		display: none;
	}
}
@media(max-width: 630px) {
	.bookListV2 .books ul li {
		height: 57.5vw;
	}
}
@media(max-width: 530px) {
	.bookListV2 .books ul li {
		height: 57vw;
	}
}
@media(max-width: 480px) {
	.bookListV2 .books ul li {
		height: 56.5vw;
	}
}
@media(max-width: 450px) {
	.bookListV2 .books ul li {
		height: 56.2vw;
	}
}
@media(max-width: 420px) {
	.bookListV2 .books ul li {
		height: 55.8vw;
	}
}
@media(max-width: 390px) {
	.bookListV2 .books ul li {
		height: 55.3vw;
	}
}
@media(max-width: 360px) {
	.bookListV2 .books ul li {
		height: 54.8vw;
	}
}
@media(max-width: 340px) {
	.bookListV2 .books ul li {
		height: 54vw;
	}
}
@media(max-width: 300px) {
	.bookListV2 .books ul li {
		height: 53.8vw;
	}
}

/* 한돈닷컴 한돈체 다운로드 페이지 CSS */
.platform-style-btn1{
	max-width: 720px;
	margin: 50px auto;
}
.platform-style-btn1 img{padding: 10px 0px 10px 0px;}


.fontsWrap {
	font-family: 'handonFont300';
	text-align: left;
}
.fontsTitle {
	width: 100%;
	margin-bottom: 30px;
	padding: 30px;
	background: #fad33a;
	font-family: 'handonFont600';
	font-size: 2rem;
	color: #000;
	text-align: center;
}
.fontsTitle_s {
	position: relative;
	padding-left: 13px;
	margin-bottom: 30px;
	font-family: 'handonFont600';
	font-size: 1.2rem;
	line-height: 1.3;
}
.fontsTitle_s::before {
	position: absolute;
	content: '';
	display: block;
	top: 4px;
	left: 0;
	height: 18px;
	width: 4px;
	background: #333;
}
.fontsTitle_s p {
	padding-top: 10px;
	font-size: 1rem;
	font-family: 'handonFont300';
	opacity: 0.8;
	letter-spacing: -1px;
}
.fontsInfo {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
	gap: 30px;
}
.fontsImg {
	width: 40%;
	background: #f2f2f2;
}
.fontsText {
	width: 60%;
	padding: 42px 50px;
	background: #ffeeac;
}
.fontsText ul {
	padding: 30px 20px;
	background: #fff;
	border-radius: 10px;
}
.fontsText ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font-size: 1rem;
	line-height: 1.3;
}
.fontsText ul li:last-child {
	margin-bottom: 0;
}
.fontsText ul li span {
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 18px;
	border-radius: 50%;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 0.7rem;
	font-family: 'Noto Sans KR',Arial,sans-serif;
	font-weight: 500;
}

.preWrap {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	background: #f2f2f2;
	gap:30px;
}
.preWrap .prebox {
	width: 50%;
	padding: 40px 30px;
	background: #fff;
	font-size: 2.6rem;
	color: #000;
	border-radius: 10px;
	line-height: 1.3;
}
.preWrap .prebox span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 30px;
}
.preWrap .pre600 {
	font-family: 'handonFont600';
}
.preWrap .pre300 {
	font-family: 'handonFont300';
}
.fontsBtn {
	display: flex;
	margin: 100px 0;
	justify-content: space-between;
}
.fontsBtn a {
	padding: 20px;
	border: 2px solid #fad33a;
	font-family: 'handonFont600';
	font-size: 1.2rem;
	border-radius: 5px;
	color: #000 !important;
}
.fontsBtn a span {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px solid #fad33a;
}
.fontsBtn a:hover {
	background: #ffeeac;
}
.fontsBtn a:first-child {
	background: #fad33a;
}
.fontsBtn a:first-child span {
	border-left: 2px solid #ffffff;
}
.fontsBtn a:first-child:hover {
	background: #ffeeac;
}
.conInfo li:last-child {
	padding-bottom: 0;
}
@media (max-width: 1240px) {
	.fontsBtn {
		display: block;
	}
	.fontsBtn a {
		display: flex;
		justify-content: space-between;
		margin: 0 auto 20px;
		width: 100%;
		max-width: 440px;
	}
	.preWrap .prebox {
		font-size: 3vw;
	}
}
@media(max-width: 1000px) {
	.fontsInfo {
		gap: 20px;
	}
	.fontsTitle_s {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.fontsText ul li {
		font-size: 1rem;
	}
	.fontsImg {
		width: 50%;
		background: transparent;
	}
	.fontsText {
		width: 50%;
		padding: 30px;
	}
	.fontsTitle_s::before {
		top: 3px;
		height: 15px;
	}
	.preWrap .prebox span {
		font-size: 2.5vw;
	}
}
@media(max-width: 800px) {
	.fontsInfo {
		flex-flow: column nowrap;
	}
	.fontsImg {
		max-width: 500px;
		width: 100%;
	}
	.fontsText {
		width: 100%;
	}
	.fontsTitle,
	.fontsText,
	.fontsText ul,
	.preWrap,
	.preWrap .prebox {
		padding: 20px;
	}
	.preWrap {
		gap: 20px;
	}
	.fontsInfo {
		margin-bottom:50px;
	}
	.fontsBtn {
		margin-top: 50px;
	}
	.fontsTitle {
		margin-bottom: 20px;
	}
}
@media(max-width: 600px) {
	.preWrap {
		flex-flow: column nowrap;
	}
	.fontsTitle_s::before {
		height: 14px;
	}
	.preWrap .prebox {
		width: 100%;
		font-size: 6.5vw;
	}
	.fontsTitle {
		font-size: 2.2rem;
	}
	.fontsTitle_s {
		font-size: 1.1rem;
		margin-bottom: 20px;
	}
	.fontsText ul li {
		font-size: 1rem;
	}
	.preWrap .prebox span {
		margin-bottom: 15px;
		font-size: 5vw;
	}
	.fontsBtn a {
		margin-bottom: 10px;
		padding: 10px;
		font-size: 1.2rem;
	}
	.fontsText ul li {
		padding-left: 25px;
		line-height: 1.2;
	}
	.fontsText ul li span {
		width: 16px;
		height: 16px;
		line-height: 15px;
		font-size: 0.7rem;
	}
}
@media(max-width: 450px) {
	.fontsTitle,
	.fontsText,
	.fontsText ul,
	.preWrap,
	.preWrap .prebox {
		padding: 15px;
	}
	.preWrap {
		gap: 10px;
	}
	.fontsInfo {
		margin-bottom: 30px;
	}
	.fontsBtn {
		margin-top: 50px;
	}
	.fontsTitle {
		font-size: 2rem;
	}
	.fontsBtn a {
		font-size: 1rem;
		padding-top: 13px;
		font-family: 'Pretendard', sans-serif;
	}
	.fontsTitle_s {
		margin-bottom: 10px;
		font-family: 'Pretendard', sans-serif;
		padding-left: 8px;
	}
	.fontsText ul li {
		padding-left: 20px;
	} 
	.fontsText ul li span {
		width: 14px;
		height: 14px;
		top: 1px;
		line-height: 13px;
	}
	.fontsText ul li,
	.fontsTitle_s p {
		font-family: 'Pretendard', sans-serif;
	}
	.fontsBtn {
		margin-bottom: 50px;
	}
	.preWrap .prebox span {
		margin-bottom: 5px;
	}
	.conInfo h3,
	.conInfo p,
	.conInfo li {
		font-family: 'Pretendard', sans-serif;
	}
	.conInfo {
		padding: 15px;
	}

}
@media(max-width: 350px) {
	.fontsTitle {
		font-size: 1.5rem;
	}
	.fontsBtn a {
		font-size: 0.9rem;
		padding: 10px 7px 10px 5px;
	}
	.fontsBtn a span {
		margin-left: 5px;
		padding-left: 7px;
	}
}

/* 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;
}
.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 li {
	font-size: 1rem;
	line-height: 1.5;
	position: relative;
	padding-left: 18px;
}
.newTextCon.newTextConType2.typePorkboard li::before {
	content: "-";
	position: absolute;
	left: 0;
	top: 4px;
	line-height: 100%;
}
.newTextCon.newTextConType2 .txtBox {
	flex-flow: column;
}
.newTextCon.newTextConType2 .txtBox .colorTitle {
	width: fit-content;
}
.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
	display: flex;
	flex-flow: row wrap;
	padding-left: 2.45rem;
	position: relative;
	line-height: 1.4;
}
.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span div {
	width: 100%;
	position: relative;
	background: transparent;
	width: fit-content;
	padding-right: 5px;
}
.newTextCon.newTextConType2.newTextCon_03 .txtBox b {
	color: #ff6465;
	padding-right: 5px;
	width: 2.5rem;
	position: absolute;
	top: 0;
	left: 0;
}
.newTextCon.newTextConType2.newTextCon_03 .txtBox b::after,
.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span div::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35%;
	width: 100%;
	background: #ffe3b2;
	z-index: -1;
}

.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;
}
.newTextCon_01_01 .titBox .blankBox {
	display: none;
}

@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 .txtList li img {
		height: 15px;
	}
	.porkDivision,
	.porkDivision >li {
		gap: 10px;
	}
	.porkDivision >li >div {
		width: calc((100% - 14% - 20px) / 2);
	}
	.newTextCon.newTextConType2.typePorkboard li {
		padding-left: 14px;
	}
	.newTextCon.newTextConType2.typePorkboard 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;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
		font-size: 1.25rem;
	}
}
@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 >div {
		display: none;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
		display: flex;
		width: 100%;
		justify-content: flex-start;
		text-align: left;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span div::after {
		width: 100%;
		
	}
	.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 li {
		padding-left: 11px;
	}
	.newTextCon_01_01 .titBox p {
		font-size: 1.1rem;
	}
	.newTextCon_01_01 .titBox .blankBox{
		display: block;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox b {
		width: 2.2rem;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
		padding-left: 2.2rem;
	}
}
@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;
		font-size: 1.3rem;
	}
	.newTextCon_01_01 .titBox p {
		font-size: 1rem;
		letter-spacing: -1px;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
		font-size: 1.1rem;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox b {
		width: 2rem;
	}
	.newTextCon.newTextConType2.newTextCon_03 .txtBox .colorTitle span {
		padding-left: 2rem;
	}
}
@media(max-width: 350px) {
	.newTextCon_01_01 .titBox p {
		letter-spacing: -1px;
	}
}
/*24.05.28. 추가*/
.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.type07 img.newConText {
	left: 10.5%;
}
.newConTopBanner.type05 img.newConText {
	left: 12%;
	max-width: 76%;
}
@media(max-width: 1100px) {
	.newConTopBanner.type07 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.type02 img.newConBg {
		transform: scale(1.3);
	}
	.newConTopBanner.type02 img.newConText {
		right: 7%;
		max-width: 48%;
	}
	.newConTopBanner.type03 img.newConText {
		max-width: 55%;
	}
	.newConTopBanner.type04 img.newConBg {
		transform: scale(1.2);
	}
	.newConTopBanner.type04 img.newConText {
		max-width: 55%;
	}
	.newConTopBanner.type05 img.newConText {
		left: 7%;
		max-width: 86%;
	}
	.newConTopBanner.type06 img.newConText {
		max-width: 55%;
	}
	.newConTopBanner.type07 img.newConText {
		left: 3%;
		max-width: 35%;
	}
}