@charset "utf-8";

.mainImg {
	background-image: url(../images/profile/main_img.jpg);
}
#main .outlineSec {
	position: relative;
}
#main .outlineSec:after {
	width: 190px;  
	height: 270px;
	background-image: -webkit-linear-gradient( 90deg, rgb(250,112,154) 0%, rgb(252,169,109) 53%, rgb(254,225,64) 100%);
	opacity: 0.4;
	border-radius: 50px;
	position: absolute;  
	top: 5px;
	right: -118px;  
	content: ""; 
}
#main .outlineSec .content {
	max-width: 940px;
}
#main .outlineSec .headLine01 {
	margin-bottom: 95px;
}
#main .group {
	position: relative;
	padding: 119px 0 298px;
}
#main .group .headLine01 {
	margin-bottom: 60px;
}
#main .group .content {
	max-width: 1280px;
}
#main .group .imgBox {
	margin-bottom: 149px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#main .group .imgBox:last-child {
	margin-bottom: 0;
}
#main .group .imgBox .photoBox {
	width: 664px;
	margin-right: -100px;
	border-radius: 60px;
	overflow: hidden;
}
#main .group .imgBox .textBox {
	margin: 0 71px -70px 0;
	width: 588px;
	padding: 47px 53px 62px;
	box-sizing: border-box;
	border-radius: 60px;
	position: relative;
	z-index: 1;
	background-color: #F5FDFF;
}
#main .group .imgBox .headLine02 {
	text-align: left;
	margin-bottom: 5px;
}
#main .group .imgBox p {
	line-height: 1.75;
	font-weight: 300;
	text-align: justify;
}
#main .group .imgBox .txt {
	margin-bottom: 15px;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: #4d818f;
	text-align: left;
}
#main .group .imgBox .txt a {
	color: #4d818f;
	font-weight: 300;
}
#main .group .imgBox02 .photoBox {
	order: 2;
	margin: 0 0 0 -100px;
}
#main .group .imgBox02 .textBox {
	margin-right: 0;
	margin-left: 72px;
	background-color: #FFFAFB;
}
#main .group .imgBox02 .headLine02 {
	color: #9c3647;
}
#main .group .imgBox02 .txt {
	color: #9c3647;
}
#main .group .imgBox02 .txt a {
	color: #9c3647;
}
#main .group .imgBox03 .textBox {
	background-color: #FFFDFA;
}
#main .group .imgBox03 .headLine02 {
	color: #9c7d36;
}
#main .group .imgBox03 .txt {
	color: #9c7d36;
}
#main .group .imgBox03 .txt a {
	color: #9c7d36;
}
#main .group::before {
	width: 84px;  
	height: 198px;
	border-radius: 50px;
	background-image: -webkit-linear-gradient( 90deg, rgb(137,247,254) 0%, rgb(102,166,255) 100%);
	opacity: 0.4;
	position: absolute;  
	top: 815px;
	left: -42px;  
	content: ""; 
}
#main .group::after {
	width: 104px;  
	height: 167px;
	border-radius: 50px;
	background-image: -webkit-linear-gradient( 90deg, rgb(251,169,128) 0%, rgba(247,203,107,0.99608) 100%);
	opacity: 0.302;
	position: absolute;  
	bottom: 158px;
	right: -53px;  
	content: ""; 
}


/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	#main .outlineSec::after {
		width: 190px;
		height: 166px;
		top: -0;
		right: -149px;
		border-radius: 45px;
	}
	#main .group .imgBox {
		margin-bottom: 100px;
		display: block;
	}
	#main .group .imgBox .photoBox {
		width: auto;
		margin: 0 0 20px;
		border-radius: 20px;
	}
	#main .group .imgBox .photoBox img {
		width: 100%;
	}
	#main .group .imgBox .textBox {
		width: auto;
		padding: 40px 15px;
		border-radius: 20px;
		margin: 0 !important;
	}
	#main .group {
		padding-bottom: 100px;
	}
}
