/* header .top_header {
	display: none;
}

header {
	position: sticky;
	z-index: 100;
	top: 0;
}

header .top_header02 {
	display: flex !important;
	position: static;
	opacity: 1 !important;
} */

.top_block .img_block {
	width: 100%;
	min-height: 660px;
	position: relative;
	aspect-ratio: 1600/660;
	background-image: url(../img/life_design_main.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.top_block .img_block .wave {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.top_block .img_block .main_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.top_block .img_block .top_content {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 11% 0 75px;
}

.top_block .top_content h1 {
	max-width: 497px;
	width: 100%;
}

.top_block .top_content h1 img {
	width: 100%;
}

.top_block .top_content .about_block {
	margin-top: 30px;
	max-width: 555px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.75);
	padding: 40px 35px;
}

.top_block .top_content .about_block h2 {
	font-size: 22px;
	line-height: 32px;
	padding: 0 5px;
	letter-spacing: 1px;
}

.top_block .top_content .about_block h2 span {
	display: inline-block;
}

.top_block .top_content .about_block p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
}

.event_wrap {
	padding: 90px 0 105px;
	background-color: white;
}

.event_wrap h2,
.library_wrap h2 {
	width: 90%;
	margin: 0 auto;
}

.event_wrap h2 {
	max-width: 505px;
}
.library_wrap h2 {
	max-width: 466px;
}

.event_wrap h2 img,
.library_wrap h2 img {
	width: 100%;
}

.event_wrap .event_slider {
	max-width: 1260px;
	width: 90%;
	margin: 60px auto 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 30px;
}

.event_wrap .event_slider a {
	width: 100%;
	margin: 0;
	display: block;
	position: relative;
}

.event_wrap .event_slider a .status {
	width: 140px;
	height: 40px;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 2px black;
	position: absolute;
	top: -20px;
	right: 15px;
}

.event_wrap .event_slider a .status.s01 {
	background-color: white;
}
.event_wrap .event_slider a .status.s02 {
	background-color: #fcee21;
}

.event_wrap .event_slider a .status p {
	font-size: 14px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.event_wrap .event_slider a .img_box {
	width: 100%;
	aspect-ratio: 380/250;
	border: solid 1px black;
	border-bottom: none;
}

.event_wrap .event_slider a .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event_wrap .event_slider a .event_content {
	padding: 15px;
	background-color: white;
	border: solid 1.5px black;
	border-top: none;
}

.event_wrap .event_slider a .event_content .date {
	font-size: 18px;
	line-height: 1;
}

.event_wrap .event_slider a .event_content h3 {
	font-size: 22px;
	line-height: 34px;
	margin-top: 10px;
	letter-spacing: 1px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.event_wrap .event_slider a .event_content .genre {
	width: 140px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	margin-top: 10px;
}

.event_wrap .event_slider a .event_content .genre.g01 {
	background-color: #17aee6;
}
.event_wrap .event_slider a .event_content .genre.g02 {
	background-color: #0071bc;
}
.event_wrap .event_slider a .event_content .genre.g03 {
	background-color: #f47400;
}

.event_wrap .event_slider a .event_content .genre p {
	font-size: 14px;
	color: white;
	letter-spacing: 1px;
	text-indent: 1px;
}

.event_wrap .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	position: absolute;
	top: auto;
	bottom: -55px;
	left: 0;
	right: 0;
	margin: auto;
}

.event_wrap .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0;
}

.event_wrap .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.event_wrap .slick-dots li button:before {
	line-height: 0;
	width: 14px;
	height: 14px;
	content: '';
	border-radius: 50%;
	opacity: 1;
	background-color: #b3b3b3;
}

.event_wrap .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #f15a24;
}

.event_wrap .view_more {
	max-width: 1200px;
	width: 90%;
	margin: 85px auto 0;
	display: flex;
	justify-content: flex-end;
}

.event_wrap .view_more a {
	width: 194px;
}

.event_wrap .view_more a img {
	width: 100%;
}

.event_wrap .event_apply {
	max-width: 590px;
	width: 90%;
	height: 110px;
	border-radius: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 35px auto 0;
	border: solid 2px black;
}

.event_wrap .event_apply p {
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
	text-indent: 1px;
}

.library_wrap {
	padding: 90px 0 0;
	background-image: url(../img/dot_blue.png);
	background-size: 35px;
	background-repeat: repeat;
	background-position: top center;
}

.library_wrap .timond_btn {
	max-width: 1100px;
	width: 90%;
	margin: 85px auto 0;
	display: block;
	position: relative;
}

.library_wrap .timond_btn .btn_text {
	width: 100%;
}

.library_wrap .timond_btn .btn_img {
	width: 23.27%;
	left: 2.24%;
	bottom: 6.89%;
	position: absolute;
}

.library_wrap .library_list {
	/* max-width: 780px; */
	max-width: 390px;
	width: 90%;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 50px 0;
}

.library_wrap .library_list .library_item {
	width: 364px;
}

.library_wrap .library_list .library_item .img_box {
	width: 100%;
	aspect-ratio: 364/488;
	background-color: white;
	border: solid 1.5px black;
	padding: 20px;
}

.library_wrap .library_list .library_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.library_wrap .library_list .library_item a {
	width: 100%;
	height: 90px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: white;
	border: solid 2px black;
	margin-top: 30px;
}

.library_wrap .library_list .library_item a.btn01 {
	justify-content: center;
}
.library_wrap .library_list .library_item a.btn02 {
	justify-content: flex-start;
	padding: 0 15px 0 95px;
}

.library_wrap .library_list .library_item a img {
	width: 43px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 33px;
	margin: auto;
}

.library_wrap .library_list .library_item a p {
	font-size: 20px;
	letter-spacing: 1px;
	text-indent: 1px;
}

.library_wrap .banner_list {
	max-width: 1200px;
	width: 90%;
	margin: 50px auto 0;
	display: flex;
	align-items: flex-start;
	gap: 25px;
	justify-content: space-between;
}

.library_wrap .banner_list .banner_item {
	width: 47.75%;
}

.library_wrap .banner_list .banner_item .img_box {
	width: 100%;
	aspect-ratio: 1148/383;
	display: flex;
	align-items: flex-end;
}

.library_wrap .banner_list .banner_item .img_box img {
	width: 100%;
}

.library_wrap .banner_list .banner_item .text_block {
	margin-top: 20px;
}

.library_wrap .banner_list .banner_item .text_block .text01 {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

.library_wrap .banner_list .banner_item .text_block .text02 {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	margin-top: 5px;
}

.library_wrap .wave {
	margin-top: 120px;
	display: block;
	width: 100%;
}

.bottom_btn_wrap {
	width: 100%;
	background-color: #e1ebef;
	padding-bottom: 20%;
	padding-top: 135px;
}

.bottom_btn_wrap .wave {
	display: none;
}

.bottom_btn_wrap a {
	max-width: 670px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.79%;
	padding: 15px 0;
	border-radius: 15px;
	border: solid 2px black;
	background-color: white;
}

.bottom_btn_wrap a .illust_block {
	width: 38.5%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom_btn_wrap a .illust_block img {
	width: 85.27%;
}

.bottom_btn_wrap a .text {
	width: 54.9%;
}

/* .bottom_btn_wrap .btn_wrap {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	z-index: 10;
	margin-top: 0;
}

.bottom_btn_wrap .btn_wrap a {
	width: 48.3%;
	padding: 37px 0 32px;
	background-color: white;
	border: solid 3px black;
	border-radius: 15px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.bottom_btn_wrap .btn_wrap a .illust {
	width: 43.1%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bottom_btn_wrap .btn_wrap a.btn_top {
	padding: 0;
	overflow: hidden;
}
.bottom_btn_wrap .btn_wrap a.btn_top img {
	width: 100%;
}

.bottom_btn_wrap .btn_wrap a.btn01 .illust img {
	width: 93.2%;
}
.bottom_btn_wrap .btn_wrap a.btn02 .illust img {
	width: 83.2%;
}

.bottom_btn_wrap .btn_wrap a .text {
	width: 46.2%;
}

.bottom_btn_wrap .bottom_wave {
	width: 100%;
	display: block;
	margin-top: 120px;
} */

@media screen and (max-width: 1600px) {
	.top_block .img_block {
		aspect-ratio: auto;
	}
}

@media screen and (max-width: 1000px) {
	.top_block .top_content h1 {
		max-width: 397px;
	}

	.top_block .top_content .about_block {
		padding: 30px 20px;
	}

	.top_block .top_content .about_block h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.top_block .top_content .about_block p {
		font-size: 16px;
		line-height: 32px;
	}

	.event_wrap h2 {
		max-width: 404px;
	}

	.event_wrap .event_slider a .event_content .date {
		font-size: 16px;
	}

	.event_wrap .event_slider a .event_content h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.event_wrap .slick-dots {
		bottom: -40px;
	}

	.event_wrap .view_more a {
		width: 155px;
	}

	.event_wrap .event_apply {
		max-width: 500px;
		height: 80px;
		border-radius: 40px;
	}

	.event_wrap .event_apply p {
		font-size: 16px;
	}

	.library_wrap h2 {
		max-width: 372px;
	}

	.library_wrap .library_list {
		gap: 50px 25px;
		justify-content: center;
	}

	.library_wrap .library_list .library_item a {
		height: 70px;
		border-radius: 35px;
	}

	.library_wrap .library_list .library_item a img {
		width: 35px;
		left: 25px;
	}

	.library_wrap .library_list .library_item a p {
		font-size: 18px;
	}

	.library_wrap .banner_list {
		flex-wrap: wrap;
		justify-content: center;
		gap: 45px;
	}

	.library_wrap .banner_list .banner_item {
		width: 100%;
		max-width: 550px;
	}

	.library_wrap .banner_list .banner_item .text_block .text01 {
		font-size: 14px;
		line-height: 22px;
	}

	.library_wrap .banner_list .banner_item .text_block .text02 {
		font-size: 20px;
		line-height: 28px;
	}

	.bottom_btn_wrap .btn_wrap {
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
		max-width: 400px;
	}

	.bottom_btn_wrap .btn_wrap a {
		width: 100%;
	}

	.bottom_btn_wrap .bottom_wave {
		margin-top: 85px;
	}
}

@media screen and (max-width: 600px) {
	.top_block .img_block {
		min-height: 440px;
	}

	.top_block .img_block .top_content {
		padding: 50px 0 60px;
	}

	.top_block .top_content h1 {
		max-width: 318px;
	}

	.top_block .top_content .about_block {
		padding: 20px 15px;
	}

	.top_block .top_content .about_block h2 {
		font-size: 18px;
		line-height: 26px;
	}

	.top_block .top_content .about_block p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 26px;
	}

	.event_wrap {
		padding: 65px 0 80px;
	}

	.event_wrap h2 {
		max-width: 323px;
	}

	.library_wrap h2 {
		max-width: 297px;
	}

	.event_wrap .event_slider {
		grid-template-columns: repeat(2, 1fr);
		gap: 25px 15px;
	}

	.event_wrap .event_slider a .status {
		width: 120px;
		height: 35px;
		border-radius: 6px;
		border: solid 1.5px black;
		top: -15px;
		right: 10px;
	}

	.event_wrap .event_slider a .status p {
		font-size: 13px;
	}

	.event_wrap .event_slider a .event_content .date {
		font-size: 14px;
	}

	.event_wrap .event_slider a .event_content h3 {
		font-size: 17px;
		line-height: 26px;
	}

	.event_wrap .event_slider a .event_content .genre {
		width: 120px;
		height: 35px;
		border-radius: 6px;
	}

	.event_wrap .event_slider a .event_content .genre p {
		font-size: 13px;
	}

	.event_wrap .slick-dots {
		gap: 15px;
	}

	.event_wrap .slick-dots li,
	.event_wrap .slick-dots li button:before {
		width: 12px;
		height: 12px;
	}

	.event_wrap .event_apply {
		max-width: 400px;
		height: 60px;
		border-radius: 30px;
	}

	.event_wrap .view_more a,
	.column_wrap .view_more a {
		width: 124px;
	}

	.library_wrap {
		padding: 65px 0 0;
	}

	.library_wrap .timond_btn {
		margin-top: 50px;
	}

	.library_wrap .library_list .library_item {
		width: 300px;
	}

	.library_wrap .library_list .library_item a {
		margin-top: 20px;
	}

	.library_wrap .library_list .library_item a.btn02 {
		padding: 0px 15px 0 75px;
	}

	.library_wrap .library_list .library_item a p {
		font-size: 16px;
	}

	.library_wrap .banner_list .banner_item .text_block .text01 {
		font-size: 13px;
		line-height: 20px;
	}

	.library_wrap .banner_list .banner_item .text_block .text01 span {
		display: inline-block;
	}

	.library_wrap .banner_list .banner_item .text_block .text02 {
		font-size: 16px;
		line-height: 24px;
	}

	.library_wrap .banner_list .banner_item .text_block .text02 span {
		display: inline-block;
	}

	.bottom_btn_wrap {
		padding-top: 75px;
	}

	.bottom_btn_wrap a {
		margin: 0 auto;
		padding: 10px 0;
		border-radius: 10px;
		border: solid 1.5px black;
	}
}
