#content{margin-top:120px;}
.cont_01, .cont_02 {
	min-height: 800px;
}

.cont_01 {
	background-color: #91caee;
	background-image:
		url(https://cdn.goob-ne.com/goobne/resources/assets/images/oven_run/250528/bg_02_1.svg),
		url(https://cdn.goob-ne.com/goobne/resources/assets/images/oven_run/250528/bg_02.svg),
		url(https://cdn.goob-ne.com/goobne/resources/assets/images/oven_run/250528/bg_01_2.png);
	height: 100dvh;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right, top center, center bottom;
	background-size: 70%, 100%, 100%;
	text-align: center;
}

.cont_01_title {
	width: 600px;
	margin:auto;
	padding-top:5%;
}

.cont_02 {
	background: #f8e5cd;
	min-height: 100dvh;
	padding-top: 12rem;
	position: relative;
	overflow: hidden !important;
}

.tab_btn {
	display: flex;
	justify-content: center;
	    max-width: 800px;
    margin: auto;
}

.tab_btn li {
	margin: 0 2rem;    cursor: pointer; width:100%;
}

.tab-content {
	display: none;
	padding: 7rem 0 0;
	
}

.tab-content.active {
	display: block;
}

.tab-contents{padding-bottom:7%;}

.tab_cont_02 img {
	position: absolute;
	right: 0;
	bottom: -130px;
	width: 1100px;
}

.tab_cont_01 {
	max-width: 1100px;
	margin: auto;
	text-align: center;
}

.tab_cont_01 img {
	width: 55%;margin:auto;
}

.cont_03 {
	position: relative;
	padding-bottom: 27rem;
	background: #91caee;
	z-index: 1;
}

.cont_03::after {
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	opacity: 0.7;
	top: 0;
	position: absolute;
	content: '';
	background:
		url(https://cdn.goob-ne.com/goobne/resources/assets/images/oven_run/250528/bg_04_1_1.svg);
	background-size: 66%;
}

.content_03 {
	max-width: 1250px;
	margin: auto;
	padding: 25rem 0;
	text-align: center;
}
#content img{margin:auto;}
.cont_03_img_1 {
	width: 75%;
}

.cont_03_img_2.number_04_title {
	width: 72%;    margin-top: 9rem !important;
}

.cont_03_img_2_title{margin-top: 9rem !important;}

.slider_cont {
	max-width: 900px;
	margin: auto;
	overflow: hidden;
}
/* 3) 기본 스타일 */
.swiper-container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.swiper-slide img {
	width: 100%;
	display: block;
}

.swiper-slide {
	padding:0;
}
.swiper-slide-active{max-width:100%;}
.swiper-pagination {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	color: #cbcbcb;
	z-index: 10;
}

.swiper-pagination span {
	color: #fff;
}

.cont_03_img_2 {
	width: 58%;
	margin: 22rem 0 5rem;
}

.cont_03_img_2_footer {
	margin-top: 2px;
}

.position_footer {
	position: absolute;
	bottom: 0;
	z-index:0;
}

.cont_04 {
	background: #f8e5cd
}

.content_04 {
	max-width: 1250px;
	margin: auto;
	padding: 10rem 0;
	text-align: center;
}

@media ( max-height :800px) {
	.tab_cont_02 img {
		width: 60%;
	}
}




/*유튜브 자동재생 추가시 관련 css 추가 */
.player-section{position: relative;
    padding-bottom: 47.8%;
    padding-top: 3.4%;
    height: 0;
    overflow: hidden;
    width:1000px;
    margin: 5rem auto;}
.player-section iframe, .player-section object, .player-section embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    max-width: 100%;
}  


}