.mt50 {
	margin-top: 50px;
}

#edu_guide {
    width: 100%;
    margin-top: 160px;
}

.edu_guide_contents {
	max-width: 1400px;
	margin: 0 auto;
}


.edu_guide_banner {
    width: 100%;
    margin-bottom: 100px;
}

.edu_guide_banner img {
    width: 100%;
}

.edu_guide_contents_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 160px;
}

.edu_guide_swiper_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.edu_guide_swiper_wrap.relative {
	position: relative;
}

.edu_guide_contents_wrap h2 {
    font-size: 40px;
    font-weight: 900;
    color: #5e5e5e;
    margin: 60px 0;
}

.edu_guide_swiper_list {
	width: 300px;
}

.edu_guide_swiper_img {
	width: 300px;
    height: 176px;
    margin-bottom: 20px;
	background: #e2e2e2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.edu_guide_swiper_img img {
	width: 100%;
}

.edu_guide_swiper_plan {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	justify-content: center;
	color: #a2a2a2;
	font-weight: 700;
}

.edu_guide_swiper_plan span {
	font-size: 14px;
	position: relative;
}

.edu_guide_swiper_plan span::after {
	content: "";
	width: 25px;
	height: 1px;
	background-color: #a2a2a2;
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	top: calc(50% - 80px);
   left: -40px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	top: calc(50% - 80px);
   right: -40px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
   filter: grayscale(1)
}

.edu_guide_video {
	padding-bottom: 100px;
}

.edu_guide_video_wrap {
	max-width: 800px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

/*교육진행흐름*/
.edu_guide_flow_wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.edu_guide_flow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}

.edu_guide_flow img {
    max-width: 300px;
    max-height: 240px;
    margin-bottom: 20px;
}

.edu_guide_flow p, .edu_guide_swiper_txt p {
    font-size: 20px;
}

.edu_guide_flow p:nth-of-type(1), .edu_guide_swiper_txt p:nth-of-type(1) {
	margin-bottom: 5px;
	font-size: 18px;
}

.edu_guide_flow p:nth-of-type(2), .edu_guide_swiper_txt p:nth-of-type(2) {
    font-weight: 800;
}

/*지원자료*/
.edu_guide_support_wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.edu_guide_support {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edu_guide_support_img {
    width: 300px;
    background: #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.edu_guide_support img {
    max-width: 280px;
    max-height: 260px;
}

.edu_guide_support p {
    font-size: 20px;
    font-weight: 800;
    margin-top: 20px;
}

/*교육진행프로세스*/
.edu_guide_process {
    padding: 0 50px;
}

.edu_guide_process img {
    width: 100%;
}

/*버튼*/
.edu_guide_btn_wrap {
    width: 100%;
    display: flex;
    gap: 100px;
    justify-content: center;
    margin-top: 160px;
}

.edu_guide_btn_wrap a {
    width: 400px;
}

.edu_guide_btn_wrap a img {
    width: 100%;
}

@media all and (max-width:767px) {
    #edu_guide {
        margin-top: 70px;
    }

    .edu_guide_contents_wrap h2 {
        font-size: 25px;
        margin: 40px 0;
    }

    .edu_guide_banner {
    	margin-bottom: 30px;
    }

    .edu_guide_contents_wrap, .edu_guide_swiper_wrap, .edu_guide_video {
        padding: 30px 20px;
    }

    .edu_guide_flow_wrap,
    .edu_guide_support_wrap {
        gap: 20px;
    }

    .edu_guide_flow,
    .edu_guide_support {
        width: 150px;
        width: 45%;
    }

    .edu_guide_swiper_img {
        width: 220px;
        height: 130px;
    }

    .edu_guide_flow img,
    .edu_guide_support_img {
        margin-bottom: 10px;
        width: 100%;
    }

    .edu_guide_support img {
        max-width: 100%;
    }

    .edu_guide_support p,
    .edu_guide_flow p {
        font-size: 12px;
    }

    .edu_guide_process {
        padding: 0;
    }

    .edu_guide_btn_wrap {
        gap: 20px;
        margin: 50px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .edu_guide_btn_wrap a {
        width: 55%;
    }

}