#contentBody .col.col2 {
	flex-wrap: wrap;
	gap: 48px 48px;
}
#contentBody .col.col2 .bgGray.col.widthHalf,
#contentBody .col.col2 .bgGray.widthHalf,
#contentBody .col.col2 .box.widthHalf {
	min-width: calc(50% - 24px);
	margin-top: 0;
}
#contentBody .col .bgGray.widthHalf .col {
	column-gap: 32px;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 32px;
}
#contentBody .col .bgGray.widthHalf .col h4 {
	margin: 0;
	flex: 1;
}
#contentBody .col.col2 .bgGray.col {
	min-width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
#contentBody .col.col2 .bgGray.col .w100 {
	width: 100%;
}
@media screen and (max-width: 768px){
	#contentBody .col.col2 {
		gap: 0;
	}
	#contentBody .col.col2 .bgGray.col.widthHalf,
	#contentBody .col.col2 .bgGray.widthHalf,
	#contentBody .col.col2 .box.widthHalf {
		min-width: 100%;
	}
}
.buttonContainer {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 16px;
}
.clickCopy button {
	padding: 8px 12px;
	border-radius: 4px;
	background: var(--LightGray, #D9D9D6);
	font-size: 1.2rem;
	font-weight: bold;
}
.success-msg {
	display: none;
	position: fixed;
	width: 300px;
	height: 40px;
	line-height: 40px;
	background-color: #29aba4;
	color: #fff;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	border-radius: 5px;
}

.content_spkit_txt {
	display: flex;
	justify-content: left;
	align-items: center;
}

.content_spkit_logo,
.content_spkit_img {
	font-size: 0;
}

.content_spkit_img {
	width: 260px;
}

.content_spkit_txt img {
	margin-right: 20px;
}

.content_spkit_img img {
	border-radius: 8px;
	margin: 0;
}
.sizeLogo {
	width: 68px;
	height: 68px;
}
.content_spkit_txt h4 {
	margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
	.content_spkit_txt {
		align-items: flex-start;
	}
	.sizeLogo {
		width: 34px;
		height: 34px;
	}
	.content_spkit_txt .linkB {
		margin-left: -54px;
	}
}

.pickup img {
	border-radius: 8px !important;
	border: 1px solid var(--borderLightGray);
	width: 512px;
	height: 279px;
}
.pickup + .inquiry.box {
	margin-top: 48px;
}
@media screen and (max-width: 768px) {
	.pickup img {
		width: auto;
		height: auto;
	}
	.pickup + .inquiry.box {
		margin-top: 16px;
	}
	.content_spkit_img,
	.content_spkit_img img {
		width: 100%;
	}
	#contentBody .col .bgGray.widthHalf .col h4 {
		margin: 0 0 19px;
	}
	.col.explan:not(.spCol) > *:not(:last-child) {
		margin-bottom: 0;
	}
	.explan .content_spkit_img {
		margin-bottom: 32px;
	}
}

.girlsProject .col .img {
	width: 340px;
	max-width: 100%;
	border: 1px solid var(--borderLightGray);
	border-radius: 8px;
}
@media screen and (max-width: 768px) {
	.girlsProject .col .img {
		width: 100%;
	}
}