
.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;
}

.cont_02 {
	background: #f8e5cd;
	min-height: 100dvh;
	padding-top: 12rem;
	position: relative;
	overflow: hidden !important;
}

.tab_btn {
	display: flex;
	justify-content: center;
}

.tab_btn li {
	margin: 0 2rem;    cursor: pointer;
}

.tab-content {
	display: none;
	padding: 4rem 0 0;
}

.tab-content.active {
	display: block;
}

.tab_cont_02 img {
	position: absolute;
	right: 0;
	bottom: -100px;
	width: 1200px;
}

.tab_cont_01 {
	max-width: 1100px;
	margin: auto;
	text-align: center;
}

.tab_cont_01 img {
	width: 55%;
}

.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;
}

.cont_03_img_1 {
	width: 75%;
}

.cont_03_img_2.number_04_title {
	width: 72%;
}

.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 {
	background: #fff;
	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: 72%;
	}
}

	.slider_cont {
		max-width: 100%;
		width: 80%;
	}
	.swiper-slide, .slider_cont {
		height: auto;
	}
	.content_03 {
		padding: 15rem 0 0;
	}
	.cont_03_img_2.cont_03_img_2_footer {
		margin: 0.5rem auto 5rem;
	}
	.cont_03_img_2 {
		margin: 7rem auto 2rem;
	}
	.cont_01, .cont_02 {
		height: 85dvh;
	}
	.tab_cont_02 img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	.cont_01_title {
		width: 80%;
        margin:auto;
        padding-top:22%;
	}
	.cont_01, .cont_02 {
		height: 71dvh;
	}
	.tab_cont_01 img {
		width: 80%;
        margin:auto;
	}


	.cont_01, .cont_02 {
		height: 85dvh;
		min-height: auto;
	}
	.cont_02 {
		padding-top: 5rem;height: 65dvh;
            
	}
	.tab_btn li {
		margin: 0 1rem;
	}
	.tab_btn {
		padding: 0 2rem;
	}
	.cont_03 {
		padding-bottom: 15rem;
	}
	.cont_03_img_1 {
		width: 90%;
        margin:auto;
	}
	.content_04 {
		padding: 4rem 0;
	}
	.cont_03_img_2.cont_03_img_2_footer {
		margin: 0.5rem auto 0rem;
	}
	.cont_03_img_2 {
		width: 74%;
	}
	.cont_03_img_2.number_04_title {
    width: 95%;
}
	.content_03 {
		padding: 7rem 0 0;
	}








/*유튜브 자동재생 추가시 관련 css 추가 */
.player-section{position: relative;
    padding-bottom: 50%;
    padding-top: 1%;
    height: 0;
    overflow: hidden;
    width: 90%;
    margin: 2rem auto;}
.player-section iframe, .player-section object, .player-section embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}  


@media (max-width: 500px) {
.cont_01 {
    height: 70dvh;
}

}
@media only screen 
  and (min-device-width: 550px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .cont_02 {
    height: 80dvh;
}
  }
