#content{margin-top:120px;}

.cont_01 {
	background-color: #91caee;
	background-image: url(/pc/assets/img/oven_run/2605_busan_pc/pc_main_bg.svg);
	min-height: 100dvh;
	background-repeat: no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	text-align: center;
}
.cont_01_title {
	width: 600px;
	margin:auto;
	padding-top:5%;
}
.cont_02 {	
	background-color: #cbe5ee;
    padding-top: 12rem;
    padding-bottom: 12rem;
    height: auto;
}
/* .cont_03::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	content: '';
	background: url(/pc/assets/img/oven_run/2605_busan_pc/bg_02.svg);
	background-size: cover;
} */
.cont_02.bg-color-only {
    background-image: none !important;
    background-color: #f8e5cd;
}
.btn_oven_run_Apply{
	max-width: 600px;
    margin: 4% auto 2%;
}
.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%;}

img.con_img {
	max-width:700px;
	padding-bottom: 14rem;
}
.con_img.max-width-900 {
	max-width: 900px;
}
.tab_cont_02 img.mascot_img {
	position: absolute;
    left: 50%;
    bottom: 130px;
    width: 1000px;
    transform: translateX(-50%);
    margin-left: 10% !important;
}

.tab_cont_01 {
	max-width: 1100px;
	margin: auto;
	text-align: center;
}

.tab_cont_01 img {
	width: 55%;margin:auto;
}
.cont_03 ,.cont_04{display:none;}
.cont_03 {
	padding-bottom: 8rem;
	background-color: #cbe5ee;
}
.content_03 {
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}
.cont_04 {
    display: none;
}
#content img{margin: 0 auto;}
.cont_03_img_1 {
	width: 75%;
	position: relative;
	z-index: 9;
}

.cont_03_img_2.number_04_title {
	width: 72%;
	margin-top: 9rem !important;
}
.cont_03_img_2_title {
	padding-bottom: 1.2rem !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: 52%;
	position: relative;
	z-index: 9;
}

.cont_03_img_2_footer {
	margin-top: 2px;
}

.position_footer {
	position: absolute;
	bottom: 0;
	z-index:0;
}

.cont_04 {
	padding-bottom: 10rem;
	background: #f8e5cd
}
.box_04 {
	position: relative;
	background: #91caee;
}
.content_04 {
	padding: 22rem 0 56rem 0;
	max-width: 1250px;
	margin: 0 auto;
	text-align: center;
}
.box_04::after {
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0;
	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%;
}
.con_img.con_main_logo {
	padding-bottom: 6rem;
	width: 55%;
}
.cont_03_img_2.cont_03_img_2_title.cont_04_img {
	padding-top: 8rem;	
}
.cont_03_img_2.cont_03_img_2_footer.cont_03_img_2_footer_3.cont_04_img {
	padding-bottom: 0;
}
.position_footer.img_04_footer {
	z-index: 9;
}
.cont_03_img_1.img_sponsor {
	padding-top: 10rem;
}
.cont_03_img_2_footer_3{width:80%;max-width: 900px;padding-top: 1.2rem;padding-bottom: 14rem;}
.cont_03_img_2_footer_4{width:80%;z-index: 1;position: relative;}

@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: 0 auto 12rem auto;
}
.player-section iframe, .player-section object, .player-section embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    max-width: 100%;
}  