.section_01.main_img{
	position: relative;
	height: 840px;
	margin-top: -80px;
}
.section_01.main_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_01.main_img .text_area{
	position: absolute;
	top: 50%;	
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.section_01.main_img .text_area .small{
	font-family: 'OTEnjoystoriesBA';
	color: #1BC1A8;
	font-size: 58px;
}
.section_01.main_img .text_area .big{
	font-size: 50px;
	color: #fff;
	font-family: 'KOHIBaeumOTF';
	line-height: 1.5;
}
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
	.section_01.main_img{
		height: auto;
		aspect-ratio: 1.05 / 1;
		margin-top: -60px;
	}
	.section_01.main_img .text_area .big{
		font-size: 30px;
	}
	.section_01.main_img .text_area .small{
		font-size: 32px;
	}
}





.section_02{
	width: 100%;
	height: auto;
	background-color: #0055A50D;
}
.section_02 .layout_max{
	transform: translateY(-60px);
}
.section_02 .move_link{
	display: flex;
	min-height: 118px;
	background-color: #33AE95;
	border-radius: 10px;
}
.section_02 .move_link .box{
	flex: 1;
	padding: 0 40px;
	border-right: 1px solid #FFFFFF4D;
}
.section_02 .move_link .box:last-of-type{
	border-right: 0;
}
.section_02 .move_link .box a {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	letter-spacing: -1.2px;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 24px;
}
.section_02 .move_link .box a i {
	margin-left: 20px;
}
.section_02 .quick_menu{
	margin-top: 40px;
}
.section_02 .quick_menu .tit{
	font-size: 30px;
	font-family: 'KOHIBaeumOTF';
}
.section_02 .quick_menu .tit span{
	display: inline-block;
	font-size: 24px;
	color: #A1A9B2;
	font-family: "Pretendard";
	margin-left: 24px;
	letter-spacing: -0.72px;
}
.section_02 .quick_menu ul{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	gap: 45px 45px;
}
.section_02 .quick_menu ul li{
	width: 140px;
	height: 140px;
	background-color: #fff;
	box-shadow: 0px 0px 15px #3142551A;
	border-radius: 30px;
	padding: 20px;
}
.section_02 .quick_menu ul li a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section_02 .quick_menu ul li a .img{
	width: 70px;
	height: 70px;
}
.section_02 .quick_menu ul li a .text{
	font-weight: 500;
	font-size: 18px;
	margin-top: 9px;
}
@media screen and (max-width: 1440px) {
	.section_02 .quick_menu ul{
		flex-wrap: wrap;
		justify-content: normal;
		gap: 30px 30px;
	}
	.section_02 .quick_menu ul li{
		width: calc(16.6666666% - 25px);
        aspect-ratio: 1 / 1;
        height: auto;
	}
}
@media screen and (max-width: 1200px) {
	.section_02 .move_link{
		min-height: 100px;
	}
	.section_02 .move_link .box{
		padding: 0 23px;
	}
}
@media screen and (max-width: 1100px) {
	.section_02 .quick_menu ul li{
		width: calc(25% - 23px);
	}
	.section_02 .move_link .box a{
		font-size: 20px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
	.section_02{
		padding-bottom: 40px;
	}
	.section_02 .layout_max{
		transform: translate(0);
		padding-left: 0;
		padding-right: 0;
	}
	.section_02 .quick_menu{
		padding-left: 15px;
		padding-right: 15px;
	}
	.section_02 .quick_menu ul{
		gap: 10px 10px;
	}
	.section_02 .quick_menu ul li{
		width: calc(33.3333% - 7px);
	}
	.section_02 .quick_menu ul li a {
		height: 100%;
		justify-content: center;
	}
	.section_02 .quick_menu ul li a .img{
		width: 55px;
		height: 55px;
	}
	.section_02 .quick_menu ul li a .text{
		font-size: 16px;
	}
	.section_02 .move_link{
		flex-direction: column;
		border-radius: 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.section_02 .move_link .box a{
		padding-top: 18.5px;
		padding-bottom: 18.5px;
		border-bottom: 1px solid #FFFFFF4D;
	}
	.section_02 .move_link .box:last-of-type a{
		border-bottom: 1px solid transparent;
	}
	.section_02 .quick_menu .tit{
		font-size: 24px;
	}
	.section_02 .quick_menu .tit span{
		font-size: 20px;
	}
}
@media screen and (max-width: 425px) {
    .section_02 .quick_menu ul li a .img {
        width: 40px;
        height: 40px;
    }
	.section_02 .quick_menu ul li a .text {
        font-size: 14px;
    }
}





.section_03{
	padding-top: 120px;
	padding-bottom: 120px;
}
.section_03 .cont_area{
	margin-top: 65px;
}
.section_03 .title_area .right{

}
.section_03 .title_area .right a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	padding: 13.5px;
	border-radius: 50%;
	border: 1px solid #222;
}
.section_03 .cont_area {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 40px;
}
.section_03 .cont_area .box{
    width: calc(25% - 30px);
	height: 175px;
    position: relative;
	background: #F8F8F8;
	border: 1px solid #F8F8F8;
	border-radius: 7px;
	overflow: hidden;
}
.section_03 .cont_area .box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	transition: 0.5s;
	opacity: 0;
}
.section_03 .cont_area .box:hover::before{
	background: linear-gradient(118deg, rgba(8,191,164,1) 0%, rgba(251,123,33,1) 50%, rgba(28,99,183,1) 100%);
	opacity: 1;
}
.section_03 .cont_area .box:hover::after{
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: #0055A5;
	border-radius: 7px;
}
.section_03 .cont_area .box .text{
	padding: 40px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: relative;
	padding: 40px;
	transform: translate(2px,2px);
	border-radius: 7px 7px 43% 7px;
	z-index: 1;
	background-color: #F8F8F8;
}
.section_03 .cont_area .box .text::after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #F8F8F8;
	border-radius: 0 0 0% 0;
	width: 140px;
	height: 140px;
	display: inline-block;
	z-index: -1;
	transition: 0.5s;
}
.section_03 .cont_area .box:hover .text::after{
	border-radius: 0 0 50% 0;
}
.section_03 .cont_area .box .tit{
	position: relative;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section_03 .cont_area .box .date{
	position: relative;
	color: #888888;
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
}
@media screen and (max-width: 1440px) {
	.section_03 .cont_area{
		gap: 20px 20px;
	}
	.section_03 .cont_area .box{
		width: calc(25% - 15px);
	}
	.section_03 .cont_area .box .text{
		padding: 25px;
	}

}
@media screen and (max-width: 1200px) {
	.section_03 .cont_area .box .tit{
		font-size: 17px;
	}
}
@media screen and (max-width: 1024px) {
	.section_03 .cont_area .box{
		width: calc(50% - 10px);
	}
	.section_03 .cont_area .box .text{
		border-radius: 7px 7px 31% 7px;
	}
}
@media screen and (max-width: 767px) {
	.section_03{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.section_03 .cont_area{
		margin-top: 25px;
	}
	.section_03 .cont_area .box{
		height: auto;
	}
	.section_03 .cont_area .box .text{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		border-radius: 7px 7px 27% 7px;
	}
	.section_03 .cont_area .box .text::after{
		width: 110px;
		height: 110px;
	}
	.section_03 .title_area .right a{
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 500px) {
	.section_03 .cont_area .box{
		width: 100%;
	}
	.section_03 .cont_area .box .text{
		border-radius: 7px 7px 27% 7px;
	}
	.section_03 .cont_area .box:hover .text::after{
		border-radius: 0 0 35% 0;
	}
}




.section04{
	padding-top: 80px;
	padding-bottom: 160px;
	background-color: #0055A5;
	overflow: hidden;
	position: relative;
}
.section04::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc((100% - 1440px) / 2);
	height: 100%;
	background-color: #0055A5;
	z-index: 2;
}
.section04 .layout_max .title_area .right{
	display: flex;
	gap: 0 10px;
}
.section04 .layout_max .title_area .right button:first-of-type{
	transform: rotate(180deg);
}
.section04 .layout_max .title_area .left .big{
	color: #fff;
}
.section04 .layout_max .title_area .left .small{
	color: #fff;
	opacity: 0.5;
}
.section04 .cont_area{
	margin-top: 65px;
}
.section04 .cont_area .swiper-slide {
	width: 380px !important;
}
.section04 .cont_area .swiper-slide .image_wrap{
	height: 260px;
}
.section04 .cont_area .swiper-slide .image_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section04 .cont_area .swiper-slide .text_wrap{
	color: #fff;
}
.section04 .cont_area .swiper-slide .text_wrap .big{
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 24px;
}
.section04 .cont_area .swiper-slide .text_wrap .big i{
	margin-left: 10px;
}
.section04 .cont_area .swiper-slide .text_wrap .small{
	margin-top: 10px;
	line-height: 1.5;
	font-size: 18px;
}
.section04 .cont_area .swiper-slide .wrap_inner{
	display: flex;
	flex-direction: column;
	gap: 30px 0;
}
.section04 .cont_area .swiper-slide:nth-of-type(2n) .wrap_inner .text_wrap{
	order: 1;
}
.section04 .cont_area .swiper-slide:nth-of-type(2n) .wrap_inner .image_wrap{
	order: 2;
}
@media screen and (max-width: 1440px) {
	
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
	.section04 .cont_area{
		margin-top: 25px;
	}
}






/* 메인공통 */
.layout_max .title_area{
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}
.layout_max .title_area .left{

}
.layout_max .title_area .left .small{
	color: #A1A9B2;
	font-size: 24px;
}
.layout_max .title_area .left .big{
	font-size: 40px;
	font-family: 'KOHIBaeumOTF';
	margin-top: 12px;
}
.layout_max .title_area .right{

}
i.arrow{
	width: 54px;
	height: 54px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
i.arrow img{
	width: 20.5px;
	height: 19px;
	object-fit: contain;
}
i.house{
	display: inline-flex;
	width: 30px;
	height: 30px;
	object-fit: contain;
}
@media screen and (max-width: 1440px) {
	i.arrow{
		width: 40px;
		min-width: 40px;
		height: 40px;
	}
	i.arrow img{
		width: 20px;
		height: 16px;
	}
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
	.layout_max .title_area{
		flex-direction: column;
		align-items: center;
	}
	.layout_max .title_area .left .big{
		font-size: 24px;
		text-align: center;
	}
	.layout_max .title_area .left .small{
		font-size: 18px;
		text-align: center;
	}
	.layout_max .title_area .right{
		margin-top: 20px;
	}
}