
/*.cont_01_title {
	width: 600px;
} */

.cont_02 {
	background: #91caee;
	min-height: 100dvh;
	padding-top: 12rem;
	position: relative;
	overflow: auto;
}
.cont_02.bg-color-only {
    background-image: none !important; /* 이미지 제거 */
    background-color: #f8e5cd;        /* 지정하신 색상 */
    min-height: auto;
    padding-bottom:10%;
}
.tab_cont_02 img.con_img{width:80%;margin:auto;padding-top: 32px;}
.tab_cont_02 img.mascot_img {
	width:100%;margin:auto;
}
.tab_btn {
	display: flex;
	justify-content: center;
}

.tab_btn li {
	margin: 0 2rem;    cursor: pointer;
}

.tab-content {
	display: none;
	padding:0;
}

.tab-content.active {
	display: block;
}



.tab_cont_01 {
	max-width: 1100px;
	margin: auto;
	text-align: center;
	    padding-top: 5rem;
}

.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;
}


	.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 1rem;
	}



	.tab_cont_01 img {
		width: 80%;
        margin:auto;
	}

	.cont_02 {
		padding-top: 5rem;height: 100%;
            
	}
	.tab_btn li {
		margin: 0 1rem;
	}
	.tab_btn {
		padding: 0 6rem;
	}
	.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;
	}
.con_img.island {
	padding-bottom: 8rem;
}








/*유튜브 자동재생 추가시 관련 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%;
}  


