@charset "utf-8";

/* 회원가입 이메일 자동완성 */
.autocomplete-suggestions { 
	border: 1px solid #ccc; 
	max-height: 150px; 
	overflow-y: auto; 
	position: relative; 
/* 	position: absolute;  */
	background-color: white; 
	z-index: 1000; 
	width: calc(100% - 22px); 
} 


@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.py-40 {
	padding: 2.5rem 0;
}

.pageWrap .title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	padding-top: 54px;
	margin-bottom: 64px;
}

.pageWrap .title p {
	color: var(--Grey-G-400, #525252);
text-align: center;
font-family: Pretendard;
font-size: 1.75rem;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 31.2px */
letter-spacing: 0.12px;
}
.pageWrap .title span {
	font-weight: 400;
}

.pageWrap .title h3 {
	color: var(--Bk, #3B3B3B);
	text-align: center;
	/* H1-48 */
	font-family: Pretendard;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 48px */
	letter-spacing: -0.48px;
	margin-bottom: 0;
}
/* .pageWrap .title em {
	width: 300px;
	height: 1px;
	background-color: #000;
	display: block;
} */
.pageWrap #sec01 .secUnderDiv {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;

	/* gap: 4rem; */

}

.section {
	background: #FAFAF8;
}

.secUnderDiv {

border: 2px solid #8B020D;
background: #fff;
padding: 3.625rem 4.5625rem;
border-radius: 20px;
}

.pageWrap #sec01 .secUnderDiv:last-child {
	margin-bottom: 7.5rem;
}

.pageWrap #sec01 .secUnderDiv.veinDiv {
display: flex;
flex-direction: column;
}

.pageWrap #sec01 .secUnderDiv.veinDiv p {
	margin-top: 0;
	margin-bottom: 0;
}

.pageWrap #sec01 .secUnderDiv > .col-12 {

	display: flex
	;
	flex-direction: column;
		justify-content: center;

	
}


.pageWrap #sec01 .secUnderDiv .imgBox {
	margin-top: 1rem;
	display: flex;
	justify-content: start;
	align-items: center;

	gap: 3rem;
}

.pageWrap #sec01 .secUnderDiv.veinLast {
	flex-wrap: wrap;
	/*
	margin-bottom: 7.5rem;*/
}
.pageWrap #sec01 .secUnderDiv.veinLast .smallTitle {
	width: 100%;
	margin-bottom: 0.5rem;
}
.pageWrap #sec01 .secUnderDiv.veinLast .col-12 {

	display: flex;
	align-items: flex-start;
	justify-content: space-between;

}

.pageWrap #sec01 .secUnderDiv.veinLast .col-12 .col-6:first-child  {
	text-align: center;
}

.pageWrap #sec01 .secUnderDiv.veinLast .col-12 .col-6:first-child p {
	margin-top: 0.5rem;
}
.pageWrap #sec01 .secUnderDiv.veinLast .col-12 .col-6:first-child img {
	width: 100%;
}

.pageWrap #sec01 .secUnderDiv .col-6 {
	width: 50%;
}

.pageWrap #sec01 .secUnderDiv .col-6 > div {

	display: flex;
	flex-wrap: wrap;

}

.pageWrap #sec01 .secUnderDiv .smallTitle {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	
}

.pageWrap #sec01 .secUnderDiv .col-6.sample  {
	display: flex;
	justify-content: flex-end;
}

.pageWrap #sec01 .secUnderDiv .col-6.sample img {

	max-height: 315px;
	width: 100%;
	height: 100%;
	
}

.pageWrap #sec01 .secUnderDiv h4 {
	color: #000;
	font-family: Pretendard;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
	margin-bottom: 1.5rem;
}
.pageWrap #sec01 .secUnderDiv p {
	color: var(--Bk, #3B3B3B);
font-family: Pretendard;
font-size: 1.5rem;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 30px */
letter-spacing: 0.2px;

}

.pageWrap #sec01 .secUnderDiv p b {
	/* color: var(--pri-Pri---400, #6F1713); */
	font-family: Pretendard;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 158%;
	letter-spacing: 1%;
	
}

.blood_img_yo {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
}

.blood_big_img_yo {
	text-align: center;
}

@media all and (max-width:768px){
.blood_img_yo {
	flex-direction: column;
	gap: 30px;
}
}