@charset "utf-8";

/**************** 
2023 신규 라이브러리
****************/
.inner_wrap.share {
	margin-bottom: 160px;
}

.inner_wrap.share .common-tab .tab-btn {
	margin-bottom: 54px;
	justify-content: center;
}

.inner_wrap.share .common-tab .tab-btn span {
	border: 0;
	color: #383838;
	font-size: 28px;
	position: relative;
	background-color: transparent;
}

.inner_wrap.share .common-tab .tab-btn span::after {
	display: block;
	content: "";
	width: 1px;
	height: 60%;
	background: #a2a2a2;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.inner_wrap.share .common-tab .tab-btn span::before {
	display: block;
	content: "";
	width: 1px;
	height: 60%;
	background: #383838;
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
}

.inner_wrap.share .common-tab .tab-btn span:last-child:after,
.inner_wrap.share .common-tab .tab-btn span:last-child::before {
	width: 0;
}

.inner_wrap.share .common-tab .tab-btn span.active {
	background: transparent;
	color: #361371;
	font-weight: bold;
}

@media only screen and (max-width: 940px) {
	.inner_wrap.share {
		margin-bottom: 60px;
		width: 100%;
	}

	.inner_wrap.share .common-tab .tab-btn span {
		font-size: 14px;
	}

	.inner_wrap.share .common-tab .tab-btn {
		margin-bottom: 24px;
		justify-content: center;
	}

	.inner_wrap.share .common-tab .tab-btn span {
		padding: 5px 10px;
	}
}

.lib_mb {
	margin-bottom: 0 !important;
	padding-bottom: 60px;
}

.lib_wrap {
	background: url(../library_img/lb_bg.png) no-repeat center bottom;
	padding-top: 40px;
	margin-bottom: -30px;
	background-size: cover;


}

.lib_wrap .txtimg1 {
	max-width: 660px;
	margin: 0 auto 30px;
	text-align: center;
}

.lib_wrap .txtimg1 img {
	max-width: 100%;
	height: 50px;
}

.lib_wrap .txtimg2 {
	max-width: 554px;
	margin: 40px auto 80px;
}

.lib_wrap .txtimg2 img {
	max-width: 100%;
	height: auto;
}

.lib_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 13px;

	flex-direction: row;
	max-width: 1260px;
	width: 100%;
}

.lib_list li {
	position: relative;
	width: calc(25% - 10px);
}

.lib_item {
	background: url(../library_img/lbi_bg_r.png) no-repeat 0 100%;
	width: 100%;
	height: 100%;
	background-size: 100%;
	text-align: center;
	aspect-ratio: 225 / 250;
}

.lib_item img {
	width: calc(100% - 50px);
	height: calc(100% - 30px);
	aspect-ratio: 244 / 334;
	outline: 1px solid #ccc;
	outline-offset: -1px;
	overflow: hidden;
	object-fit: cover;
}

@media only screen and (max-width: 1200px) {
	.lib_item img {
		height: calc(100% - 23px);
	}
}

@media only screen and (max-width: 1023px) {
	.lib_item img {
		height: calc(100% - 20px);
	}

	.lib_wrap {
		margin-bottom: -60px;
	}

	.lib_list {
		width: 100%;
		margin: 0 0px;
	}

	.lib_mb {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.lib_list li {
		position: relative;
		width: calc(50% - 6px);
	}

	.lib_wrap {
		padding-top: 30px;
		background: none;
		margin-bottom: 0;
	}

	.lib_list {
		gap: 12px;

	}

	.lib_wrap .txtimg1 img {
		height: 30px;
	}

	.lib_wrap .txtimg2 {
		margin: 5% 20% 10%;
	}

	.lib_item {
		background: none;
		aspect-ratio: auto;

	}

	.lib_item img {
		width: 100%;
		height: 100%;
		aspect-ratio: 244 / 334;
	}
}