/* common */
.oven_page {
	min-width: 1440px;
	overflow-x: auto;
}

.oven_page * {
	color: #1A1A1A;
}

.oven_page .pc_only {
	display: block;
}

.oven_page .sp_only {
	display: none;
}

.oven_page .alert {
	padding: unset;
	margin-bottom: unset;
	border: unset;
}

.oven_page a,
.oven_page a:hover,
.oven_page a:focus,
.oven_page a:active,
.oven_page button,
.oven_page button:hover,
.oven_page button:focus,
.oven_page button:active {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 720px) {
	.oven_page .pc_only {
		display: none;
	}

	.oven_page .sp_only {
		display: block;
	}
}

.oven_page #header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 330px;
	width: 100%;
	max-width: 1920px;
	height: 80px;
	min-height: unset;
	padding: 0 90px;
	background-color: #202020;
	z-index: 9999;
}

@media (min-width: 1921px) {
	.oven_page #header {
		display: flex;
		justify-content: center;
		max-width: unset;
		height: 80px;
		background-color: #202020;
	}
}

.oven_page #header h1 {
	position: relative;
	flex-shrink: 0;
	width: 192px;
	height: 41px;
	top: unset;
	left: unset;
}

.oven_page #header h1>a {
	background: url(../img/header_logo.png) no-repeat center center / cover;
}

.oven_page #header.header_scroll h1>a,
.oven_page #header:hover h1>a {
	background: url(../img/header_logo.png) no-repeat center center / cover;
}

.oven_page .gnb {
	position: relative;
	width: unset;
	margin: unset;
	left: unset;
	right: unset;
	transform: unset;
}

.oven_page #header .menu-toggle,
.oven_page .gnb .menu-close_wrap,
.oven_page .nav_logo_mo {
	display: none;
}

.oven_page .gnb>.gnb_container>ul {
	display: flex;
}

.oven_page .gnb>.gnb_container>ul>li {
	float: unset;
	opacity: unset;
}

.oven_page .gnb>.gnb_container>ul>li>a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 148px;
	height: 80px;
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.36px;
	color: #CCCCCC;
}

.oven_page #header.header_scroll,
.oven_page #header:hover {
	background: unset;
	box-shadow: unset;
	background-color: #202020;
}

.oven_page #header.header_scroll .gnb_side>.btn-sch,
.oven_page #header:hover .gnb_side>.btn-sch {
	filter: unset;
	-ms-filter: unset;
}

.oven_page #header .gnb>.gnb_container>ul>li>a,
.oven_page #header.header_scroll .gnb>.gnb_container>ul>li>a {
	color: #CCCCCC;
}

.oven_page #header .gnb>.gnb_container>ul>li>a:hover {
	font-weight: 600;
	color: #ffffff;
}

@media (max-width: 991.98px) {
	.oven_page .gnb {
		visibility: unset;
		height: unset;
		overflow: unset;
		width: unset;
		background: unset;
	}

	.oven_page .gnb>.gnb_container>ul>li>a {
		color: #CCCCCC;
		font-size: 18px;
		padding: 0;
		border-top: unset;
		background: unset;
	}

	.gnb>.gnb_container>ul>li:last-child>a {
		border-bottom: unset;
	}
}

@media (max-width: 720px) {
	.oven_page {
		min-width: unset;
	}

	.oven_page #header {
		min-width: unset;
		width: 100vw;
		height: 14.36vw;
		padding: 0 5.13vw;
		gap: unset;
	}

	.oven_page #header h1 {
		width: 38.42vw;
		height: 8.21vw;
	}

	.oven_page #header h1>a {
		background-image: url(../img/header_logo_mo.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.oven_page .gnb {
		display: none;
	}

	.oven_page #header .menu-toggle {
		display: block;
		width: 8.21vw;
		height: 8.21vw;
		padding: 0;
		background: none;
		border: none;
		outline: none;
		background-image: url(../img/gnb_btn_mo.png);
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 400;
	}

	.oven_page #header .menu-toggle:focus {
		outline: none;
	}

	.oven_page #header .gnb.active {
		position: fixed;
		display: block;
		max-width: 76.92vw;
		height: 100vh;
		padding: 0 5.13vw 5.13vw;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 350;
		transform: translateX(0);
		transition: transform 0.4s ease;
	}

	.oven_page #header .gnb {
		position: fixed;
		width: 80%;
		max-width: 76.92vw;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: #fff;
		z-index: 250;
		transform: translateX(-100%);
		transition: transform 0.4s ease;
	}

	.oven_page .gnb .menu-close_wrap {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 14.36vw;
	}

	.oven_page .gnb .menu-close {
		width: 6.15vw;
		height: 6.15vw;
		padding: 0;
		background: none;
		border: none;
		outline: none;
		background-image: url(../img/gnb_close_mo.png);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.oven_page .gnb .menu-close:focus {
		outline: none;
	}

	.oven_page .nav_logo_mo {
		display: block;
	}

	.oven_page .nav_logo_mo img {
		max-width: 37.95vw;
	}

	.oven_page #header .gnb_container {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.oven_page #header .gnb_container ul {
		display: flex;
		flex-direction: column;
		margin-top: 6.15vw;
	}

	.oven_page #header .gnb_container ul li a {
		width: 66.67vw;
		height: 14.36vw;
		font-size: 4.62vw;
		font-weight: 500;
		letter-spacing: -0.09vw;
		color: #1A1A1A !important;
		text-decoration: none;
	}

	.dim {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background: rgba(0, 0, 0, 0.48);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease;
		z-index: 200;
	}

	.dim.active {
		opacity: 1;
		visibility: visible;
	}
}

.oven_page #footer {
	padding: 100px 340px;
	background-color: #202020;
	border-top: unset;
}

@media (max-width: 991.98px) {
	.oven_page #footer {
		padding: 100px 340px;
	}
}

.oven_page #footer h2 a {
	display: inline-block;
}

.oven_page #footer .footer_link_wrap {
	margin-top: 30px;
	white-space: nowrap;
}

.oven_page #footer .footer_link_wrap .footer_link_menu {
	display: flex;
	gap: 30px;
}

.oven_page #footer .footer_link_wrap .footer_link_menu a {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.44;
	letter-spacing: -0.64px;
	color: #cccccc;
}

.oven_page #footer .footer_info_wrap {
	margin-top: 22px;
}

.oven_page #footer .footer_info_wrap p {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	color: #999999;
}

.oven_page #footer .footer_info_wrap p:first-child {
	padding-left: 0;
}

.oven_page #footer .footer_info_wrap p:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background: #999999;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.oven_page #footer .footer_info_wrap p:nth-last-child(-n+2):after {
	display: none;
}

.oven_page #footer .footer_info_wrap p:last-child {
	display: block;
	margin-top: 10px;
	padding: 0;
}

.oven_page #footer .footer_info_wrap p:last-child::after {
	display: none;
}

.oven_page #footer .copy {
	margin-top: 22px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.64px;
	color: #999999;
}

@media (max-width: 720px) {
	.oven_page #footer {
		padding: 12.31vw 5.13vw;
		background-color: #202020;
	}

	.oven_page #footer h2 img {
		max-width: 47.95vw;
	}

	.oven_page #footer .footer_link_wrap {
		margin-top: 6.15vw;
		white-space: wrap;
	}

	.oven_page #footer .footer_link_wrap .footer_link_menu {
		display: flex;
		gap: 6.15vw;
	}

	.oven_page #footer .footer_link_wrap .footer_link_menu a {
		font-size: 3.08vw;
		font-weight: 400;
		line-height: 1.44;
		letter-spacing: -0.12vw;
		color: #cccccc;
	}

	.oven_page #footer .footer_info_wrap.sp_only {
		display: flex;
		flex-direction: column;
		gap: 3.08vw;
		margin-top: 5.13vw;
	}

	.oven_page #footer .footer_info_wrap p {
		display: block;
		position: relative;
		padding: 0;
		font-size: 3.59vw;
		font-weight: 400;
		letter-spacing: -0.14vw;
		line-height: 1;
		color: #999999;
	}

	.oven_page #footer .footer_info_wrap .footer_flex_wrap p:first-child {
		padding-right: 2.56vw;
	}

	.oven_page #footer .footer_info_wrap .footer_flex_wrap p:nth-of-type(2) {
		margin-top: unset;
		padding-left: 2.56vw;
	}

	.oven_page #footer .footer_info_wrap .footer_flex_wrap {
		position: relative;
		display: flex;
		align-items: center;
	}

	.oven_page #footer .footer_info_wrap p:after {
		display: none;
	}

	.oven_page #footer .footer_info_wrap .footer_flex_wrap p:first-child::after {
		content: '';
		display: block;
		width: 0.26vw;
		height: 2.56vw;
		border-right: 0.26vw solid #cccccc;
	}

	.oven_page #footer .footer_info_wrap p:last-child {
		margin-top: unset;
	}

	.oven_page #footer .copy {
		margin-top: 5.13vw;
		font-size: 3.59vw;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: -0.14vw;
		color: #999999;
	}
}

/* modal */
.oven_page .detail_modal {
	position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  width: 300px;
	height: 150px;
	padding: 24px 20px;
	top: calc(50% + 40px);
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000000;
	background-color: #fff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	visibility: hidden;
	z-index: 1000;
}

.oven_page .detail_modal_content {
  display: flex;
  align-self: center;
}

.oven_page #dim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.oven_page .detail_modal .detail_modal_flex_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.oven_page .detail_modal .detail_modal_ttl {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.72px;
}

.oven_page .detail_modal .btn_close {
	width: 20px;
	height: 20px;
	border: none;
	background: none;
}

.oven_page .detail_modal .btn_close img,
.oven_page #recipe_modal .btn_close img {
	width: 100%;
}

.oven_page .md-open {
	overflow-y: hidden;
}

.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar {
	width: 6px;
}

.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar-button {
	display: none;
	width: 0;
	height: 0;
	background: none;
}

.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 100px;
}

.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar-track {
	background-color: #F0EEED;
}

.oven_page .detail_modal .detail_modal_content_area {
	padding: 20px;
}

.oven_page .detail_modal .detail_modal_content_area p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
}

@media (max-width: 720px) {
	.oven_page .detail_modal {
		position: fixed;
		width: 60vw;
		height: 35vw;
		padding: 5.13vw;
		top: calc(50% + 7.08vw);
		left: 50%;
		transform: translate(-50%, -50%);
		color: #000000;
		background-color: #fff;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
		border-radius: 2.05vw;
		visibility: hidden;
		z-index: 1000;
	}

	.oven_page #dim {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}

	.oven_page .detail_modal .detail_modal_flex_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.oven_page .detail_modal .btn_close {
		width: 5.13vw;
		height: 5.13vw;
		border: none;
		background: none;
	}

	.oven_page .md-open {
		overflow-y: hidden;
	}

	.oven_page .detail_modal .detail_modal_content {
		height: 60vh;
		margin-top: 5.13vw;
	}

	.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar {
		width: 1.54vw;
	}

	.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar-button {
		display: none;
		width: 0;
		height: 0;
		background: none;
	}

	.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0.4);
		border-radius: 25.64vw;
	}

	.oven_page .detail_modal .detail_modal_content::-webkit-scrollbar-track {
		background-color: #F0EEED;
	}

	.oven_page .detail_modal .detail_modal_content_area {
		padding: 0;
	}

	.oven_page .detail_modal .detail_modal_content_area p {
		font-size: 4.62vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.18vw;
	}
}

/* 플로팅 버튼 */
.oven_page .sec_content_big_02_icon_wrap {
  position: fixed;
  display: flex;
  width: 64px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 14px;
  right: 91px;
  bottom: 80px;
  z-index: 998;
  user-select: none;
}

.oven_page .sec_content_big_02_icon_wrap.on {
    position: absolute;
    bottom: 474px;
}

.oven_page .sec_content_big_02_icon_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  border-radius: 99px;
}

.oven_page .sec_content_big_02_icon_02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  height: 64px;
  padding-left: 16px;
  background-color: #988770;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.24);
  border-radius: 99px;
  transition: width 0.3s ease;
  overflow: hidden;
}

.oven_page .sec_content_big_02_icon_01 img,
.oven_page .sec_content_big_02_icon_02 img {
	width: 32px;
	height: 32px;
}

.oven_page .hover_txt {
  display: none;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.48px;
  color: #ffffff;
}

.oven_page .sec_content_big_02_icon_02:hover {
  gap: 10px;
  width: 151px;
  height: 64px;
  border-radius: 999px;
}

.oven_page .sec_content_big_02_icon_02:hover .hover_txt {
  display: block;
}

@media (max-width: 720px) {
  .oven_page .sec_content_big_02_icon_wrap {
    gap: 3.08vw;
    width: 13.33vw;
    right: 6.15vw;
    bottom: 18vw;
  }

  .oven_page .sec_content_big_02_icon_wrap.on {
    position: absolute;
    bottom: 96vw;
  }

  .oven_page .sec_content_big_02_icon_01,
  .oven_page .sec_content_big_02_icon_02 {
    width: 13.33vw;
    height: 13.33vw;
  }
  
  .oven_page .sec_content_big_02_icon_01 img,
  .oven_page .sec_content_big_02_icon_02 img {
	width: 8.21vw;
	height: 8.21vw;
  }

  .oven_page .sec_content_big_02_icon_02 {
    justify-content: center;
    align-items: center;
    padding-left: unset;
  }

  .oven_page .sec_content_big_02_icon_02:hover {
    width: 13.33vw;
    height: 13.33vw;
    border-radius: 99px;
  }

  .oven_page .sec_content_big_02_icon_02:hover .hover_txt {
    display: none;
  }

  .oven_page .sec_content_big_02_icon_02.active {
    gap: 8px;
    width: 13.33vw;
    height: 13.33vw;
    border-radius: 999px;
  }

  .oven_page .sec_content_big_02_icon_02.active .hover_txt {
    display: none;
  }
}