.body-fill-footer #footer{
	background: #007987
}
.section-yona {
    color: #121212;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 80px;
}
.yona_1st {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
}
.yona_1st__right {
    width: 480px;
    height: 512px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}
.yona_1st__left {
    width: calc(100% - 480px - 40px);
}
.yona_h1 {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 8px;
}
.yona_timing {
    display: flex;
    gap: 8px;
}
.yona_timing__item {
    padding: 3px 8px;
    background: #007987;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
.yona_hr {
    margin: 24px 0;
    border: none;
    height: 1px;
    background: #DFDFDF;
    width: 100%;
}
.yona_h3 {
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 8px;
}
.yona_text>p {
    margin: 8px 0;
}
.yona_inc {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.yona_inc__item {
    width: calc(100% / 3 - 16px * 2 / 3);
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px;
}
.yona_inc__item>span {
    width: calc(100% - 48px);
}
.yona_btn {
    background: #007987;
    width: 100%;
    display: none;
    border-radius: 15px;
    height: 48px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-top: 16px;
}
.yona_2nd {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}
.yona_2nd__left {
    width: 494px;
}
.yona_2nd__right {
    width: calc(100% - 494px - 28px);
}
.yona_slider__item {
    height: 289px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}

@media (max-width: 1200px) {
	.yona_1st__left {
		width: calc(100% - 40vw - 24px);
	}
	.yona_1st__right {
		width: 40vw;
		height: 42vw;
	}
	.yona_inc__item {
		width: calc(50% - 8px);
	}
	.yona_inc__item>img {
		width: 24px;
	}

	.yona_inc__item {
		padding: 8px 12px;
	}

	.yona_inc__item>span {
		width: calc(100% - 36px);
	}

	.yona_inc {
		gap: 8px;
	}
	.yona_1st {
		gap: 24px;
	}
}

@media (max-width: 767px) {
    .yona_1st {
        flex-direction: column;
    }
	.yona_1st__right {
		width: calc(100% + 60px);
		max-width: unset !important;
		position: relative;
		left: -30px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		height: 352px;
	}
	.yona_1st__left {
		width: 100%;
		order: 2;
	}
	.yona_1st {
        flex-direction: column;
        align-items: flex-start;
    }
	.section-yona {
		margin-bottom: 64px;
	}
	.yona_timing__item {
		font-size: 16px;
	}
	.yona_hr {
		margin: 16px 0;
	}
	.yona_btn {
		display: flex;
	}
}

@media (max-width: 480px) {
    .yona_inc__item {
        width: 100%;
    }
}

@media (max-width: 370px) {
    .yona_inc__item {
        width: 100%;
    }
	.yona_1st__right {
        width: calc(100% + 30px);
        left: -15px;
    }
}