/* main */

.oven_page .sub_top {
  position: relative !important;
  height: 640px;
  margin-top: 80px;
  background-image: url(../img/sub_top_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.oven_page .sub_top .dim-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.oven_page .sub_top h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #221813;
  opacity: 0;
  z-index: 3;
  user-select: none;
}

.oven_page .sub_top h2 b {
  display: block;
  margin-top: 20px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.24px;
}

@media (max-width: 720px) {
  .oven_page .sub_top {
    position: relative !important;
    width: 100vw !important;
    height: 128.21vw !important;
    margin-top: 14.36vw !important;
    margin-bottom: -0.13vw !important;
    top: unset !important;
    background-image: url(../img/sub_top_bg_mo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .oven_page .sub_top h2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6.15vw;
    font-weight: 500;
    line-height: 1.32;
    letter-spacing: -0.25vw;
    text-align: center;
    color: #221813;
    opacity: 0;
    z-index: 3;
    user-select: none;
  }

  .oven_page .sub_top h2 b {
    margin-top: 2.05vw;
    font-size: 8.21vw;
    line-height: 1.4;
    letter-spacing: -0.33vw;
  }
}

/* sec_content */
.oven_page .top_func_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-end;
  width: 1240px;
  margin: 60px auto 56px;
}

.oven_page .search_wrap {
  display: flex;
  gap: 16px;
}

.oven_page .search_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 168px;
  height: 56px;
  border: 1px solid #1A1A1A;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}

.oven_page .search_dl_img {
  width: 16px;
  height: 16px;
}

.oven_page .search_dl_img img {
  width: 100%;
}

.oven_page .search_wrap form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 440px;
  height: 56px;
  padding: 0 12px 0 16px;
  border-radius: 4px;
  background-color: #F8F8F8;
}

.oven_page .search_wrap form input {
  width: 365px;
  height: 100%;
  border: unset;
  background-color: #F8F8F8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #1A1A1A;
  outline: none;
}

.oven_page .search_wrap form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #999999;
}

.oven_page .search_wrap form button {
  width: 40px;
  height: 40px;
  border: unset;
  background-color: unset;
  outline: none;
  flex-shrink: 0;
}

.oven_page .search_wrap form button img {
  width: 100%;
}

.oven_page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .oven_page .top_func_wrap {
    display: flex;
    flex-direction: column;
    gap: 7.18vw;
    align-items: flex-end;
    width: 100%;
    margin: 8.21vw auto 0;
  }

  .oven_page .search_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4.1vw;
    margin: 0 auto;
  }

  .oven_page .search_dl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.03vw;
    width: 35.9vw;
    height: 12.31vw;
    border: 0.26vw solid #1A1A1A;
    border-radius: 1.03vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.43;
  }

  .oven_page .search_dl_img {
    width: 4.1vw;
    height: 4.1vw;
    margin-bottom: unset;
  }

  .oven_page .search_dl_img img {
    width: 100%;
  }

  .oven_page .search_wrap form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 89.74vw;
    height: 14.36vw;
    padding: 2.05vw 3.08vw 2.05vw 4.1vw;
    border-radius: 1.03vw;
    background-color: #F8F8F8;
  }

  .oven_page .search_wrap form input {
    width: 84.62vw;
    height: 100%;
    border: unset;
    background-color: #F8F8F8;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.09vw;
    color: #1A1A1A;
    outline: none;
  }

  .oven_page .search_wrap form input::placeholder {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.09vw;
    color: #999999;
  }

  .oven_page .search_wrap form button {
    width: 10.26vw;
    height: 10.26vw;
    border: unset;
    background-color: unset;
    outline: none;
  }

  .oven_page .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.oven_page .recipe_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.oven_page .recipe_wrap li {
  display: flex;
}

.oven_page .recipe_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  cursor: pointer;
}

.oven_page .recipe_tab:hover {
  background-color: #F8F8F8;
  border-radius: 99px;
}

.oven_page .recipe_tab p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  color: #333333;
}

.oven_page .recipe_tab.active {
  background-color: #202020;
  box-shadow: 0px 6px 12px rgba(32, 32, 32, 0.2);
  border-radius: 99px;
}

.oven_page .recipe_tab.active p {
  font-weight: 600;
  color: #ffffff;
}

.oven_page .recipe_tab_content {
  display: none;
  max-width: 1920px;
  margin: 0 auto;
  padding: 120px 0 172px;
  background-color: #F8F8F8;
  background-image: url(../img/recipe_tab_content_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}

.oven_page .recipe_tab_content.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.oven_page .recipe_tab_content_ttl {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
}

.oven_page .recipe_tab_content_num {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
}

.oven_page .recipe_tab_content_num span {
  font-weight: 700;
}

/* 공통: UL 기본 구조 */
.oven_page .recipe_tab_content_box {
  display: grid;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 24px auto 0;
  padding: 0;
}

.oven_page .recipe_tab_content_box:first-of-type {
  margin: 68px auto 0;
}

.oven_page .recipe_tab_content_box>li {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.oven_page .recipe_tab_content_card_img {
  position: relative;
  display: flex;
  justify-content: center;
  width: 292px;
  height: 288px;
  overflow: hidden;
}

.oven_page .recipe_tab_content_card_img.new_tag::after {
  content: 'NEW';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 24px;
  top: 12px;
  right: 12px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.44px;
  color: #ffffff;
  background-color: #FFB700;
}

.oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(5) .recipe_tab_content_card_img.new_tag::after,
.oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(1) .recipe_tab_content_card_img.new_tag::after {
  content: 'NEW';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 40px;
  top: 20px;
  right: 20px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.72px;
  color: #ffffff;
  background-color: #FFB700;
}

.oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(5) .recipe_tab_content_card_img,
.oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(1) .recipe_tab_content_card_img {
  display: flex;
  justify-content: center;
  width: 608px;
  height: 600px;
  overflow: hidden;
}

.oven_page .recipe_tab_content_card_img img {
  width: 100%;
  height: 100%;
  transition: box-shadow 0.7s ease, scale 0.7s ease;
}

.oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(5) .recipe_tab_content_card_img img,
.oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(1) .recipe_tab_content_card_img img {
  width: 100%;
  height: 100%;
}

.oven_page .recipe_tab_content_card_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background-color: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.72px;
  text-align: center;
}

/* 배너랩 (PC만) */
@media (min-width: 720px) {
  .oven_page .recipe_tab_content_card {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .oven_page .recipe_tab_content_box:not(:has(> li:nth-child(5))) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
  }

  .oven_page .recipe_tab_content_box:not(:has(> li:nth-child(5)))>li {
    flex: none;
    width: 292px;
  }

  /* ---------------------------------
    홀수번째 UL (1,3,5,...)
    → 왼쪽 작은 배너 랩 + 오른쪽 큰 배너
  ---------------------------------- */
  .oven_page .recipe_tab_content_box:nth-of-type(odd) {
    grid-template-columns: repeat(4, 292px);
  }

  /* 오른쪽 큰 배너 (5번째) */
  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(5) {
    grid-column: 3 / span 2;
    grid-row: 1 / span 2;
    transition: box-shadow 0.7s ease, transform 0.7s ease;
  }

  /* 작은 배너 1~2 (1행) */
  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(1),
  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(2) {
    grid-column: auto;
    grid-row: 1;
  }

  /* 작은 배너 3~4 (2행) */
  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(3),
  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(4) {
    grid-column: auto;
    grid-row: 2;
  }

  /* ---------------------------------
    짝수번째 UL (2,4,6,...)
    → 왼쪽 큰 배너 + 오른쪽 작은 배너 랩
  ---------------------------------- */
  .oven_page .recipe_tab_content_box:nth-of-type(even) {
    grid-template-columns: repeat(4, 292px);
  }

  /* 왼쪽 큰 배너 (1번째) */
  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
    transition: box-shadow 0.7s ease, transform 0.7s ease;
  }

  /* 오른쪽 위 2개 (2~3) */
  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(2),
  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(3) {
    grid-column: auto;
    grid-row: 1;
  }

  /* 오른쪽 아래 2개 (4~5) */
  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(4),
  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(5) {
    grid-column: auto;
    grid-row: 2;
  }

  /* li가 5개 이상인 경우에만 적용 */
  .oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5))>li:nth-child(5) .recipe_tab_content_card_ttl,
  .oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5))>li:nth-child(1) .recipe_tab_content_card_ttl {
    height: 130px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.96px;
  }

  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(5):hover .recipe_tab_content_card_img img {
    scale: 1.1;
    transition: scale 0.7s ease;
  }

  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(1):hover .recipe_tab_content_card_img img {
    scale: 1.1;
    transition: scale 0.7s ease;
  }

  .oven_page .recipe_tab_content_box:nth-of-type(odd)>li:nth-child(5):hover,
  .oven_page .recipe_tab_content_box:nth-of-type(even)>li:nth-child(1):hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.18);
    transition: box-shadow 0.7s ease;
  }
}

.oven_page .no_result {
  display: none;
  padding: 190px 0 349px;
  text-align: center;
  background-color: #F8F8F8;
}

.oven_page .no_result p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}

.oven_page .no_result p span {
  font-weight: 700;
  color: #0C6EB4;
}

@media (max-width: 720px) {
  .oven_page .recipe_wrap {
    gap: 1.54vw;
    padding: 0 5.13vw 7.18vw;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .oven_page .recipe_wrap::-webkit-scrollbar {
    display: none;
  }

  .oven_page .recipe_tab {
    width: unset;
    height: 10.26vw;
    padding: 0 5.13vw;
    border: 0.26vw solid #E8E8E8;
    border-radius: 25.38vw;
  }

  .oven_page .recipe_tab:hover {
    background-color: unset;
  }

  .oven_page .recipe_tab.active {
    background-color: #202020;
  }

  .oven_page .recipe_tab p {
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.14vw;
    white-space: nowrap;
  }

  .oven_page .recipe_tab.active p {
    font-weight: 600;
  }

  .oven_page .recipe_tab_content {
    max-width: unset;
    padding: 20.51vw 5.13vw 15.38vw;
    background-image: url(../img/recipe_tab_content_bg_mo.jpg);
  }

  .oven_page .recipe_tab_content.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .oven_page .recipe_tab_content_ttl {
    font-size: 6.15vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.26vw;
  }

  .oven_page .recipe_tab_content_num {
    margin-top: 3.08vw;
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.14vw;
  }

  .oven_page .recipe_tab_content_num span {
    font-weight: 700;
  }

  .oven_page .recipe_tab_content_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5.13vw 2.56vw;
    width: 89.74vw;
    margin: 5.13vw auto 0;
  }

  .oven_page .recipe_tab_content_box:first-of-type {
    margin-top: 14.36vw;
  }

  .oven_page .recipe_tab_content_box>li {
    display: flex;
    flex-wrap: wrap;
    gap: 5.13vw 2.56vw;
    list-style: none;
    border-top-left-radius: 2.05vw;
    border-top-right-radius: 2.05vw;
  }

  .oven_page .recipe_tab_content_card {
    display: flex;
    flex-direction: column;
    width: 43.59vw;
  }

  .oven_page .recipe_tab_content_card_img {
    position: relative;
    display: flex;
    justify-content: center;
    width: 43.59vw;
    height: 51.28vw;
    overflow: hidden;
  }

  .oven_page .recipe_tab_content_card_img.new_tag::after {
    content: 'NEW';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.77vw;
    height: 5.13vw;
    top: 2.56vw;
    right: 2.56vw;
    border-radius: 1.03vw;
    font-size: 2.82vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.11vw;
    color: #ffffff;
    background-color: #FFB700;
  }

  .oven_page .recipe_tab_content_card_img img {
    height: 51.28vw;
    border-top-left-radius: 2.05vw;
    border-top-right-radius: 2.05vw;
  }

  .oven_page .recipe_tab_content_card_ttl,
  .oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5))>li:nth-child(5) .recipe_tab_content_card_ttl,
  .oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5))>li:nth-child(1) .recipe_tab_content_card_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12.31vw;
    background-color: #ffffff;
    border-bottom-left-radius: 2.05vw;
    border-bottom-right-radius: 2.05vw;
    font-size: 4.1vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.16vw;
  }

  .oven_page .no_result {
    display: none;
    padding: 25.64vw 0;
    text-align: center;
    background-color: #F8F8F8;
  }

  .oven_page .no_result p {
    font-size: 4.1vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.26vw;
  }

  .oven_page .no_result p span {
    font-weight: 700;
    color: #0C6EB4;
  }

  .oven_page .recipe_tab_content_box:not(:has(> li:nth-child(5))) {
    justify-content: flex-start;
    gap: 5.13vw 2.56vw;
  }

  .oven_page .recipe_tab_content_box:not(:has(> li:nth-child(5)))>li {
    width: unset;
  }

  .oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(5) .recipe_tab_content_card_img,
  .oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(1) .recipe_tab_content_card_img {
    width: 43.59vw;
    height: 51.28vw;
  }

  .oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(5) .recipe_tab_content_card_img img,
  .oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(1) .recipe_tab_content_card_img img {
    height: 51.28vw;
  }

  .oven_page .recipe_tab_content_box:nth-of-type(odd):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(5) .recipe_tab_content_card_img.new_tag::after,
  .oven_page .recipe_tab_content_box:nth-of-type(even):has(> li:nth-child(5)):not(:has(> li:nth-child(6)))>li:nth-child(1) .recipe_tab_content_card_img.new_tag::after {
    width: 10.77vw;
    height: 5.13vw;
    top: 2.56vw;
    right: 2.56vw;
    border-radius: 1.03vw;
    font-size: 2.82vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.11vw;
  }
}

  /* 모달 */
  .oven_page .recipe_tab_content_wrap .detail_modal {
    position: fixed;
    width: 1240px;
    height: auto;
    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 #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 .recipe_tab_content_wrap .detail_modal .detail_modal_flex_wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_ttl {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.72px;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .btn_close {
    width: 20px;
    height: 20px;
    border: none;
    background: none;
  }

  .oven_page .md-open {
    overflow-y: hidden !important;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content {
    justify-content: center;
    width: 1200px;
    height: 700px;
    margin-top: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar {
    width: 6px;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
    background: none;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 100px;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content_area {
    padding-top: 0;
    background-color: #ffffff;
  }

  .oven_page .modal_main_img {
    position: relative;
    width: 1200px;
    background-size: 1219px 813px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .oven_page .modal_main_img::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
  }

  .oven_page .modal_main_img .modal_main_img_pc {
    width: 600px;
    margin: 0 auto;
  }

  .oven_page .modal_main_img .modal_main_img_pc img {
    width: 100%;
  }

  .oven_page .detail_modal_recipe_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    margin: 24px auto 60px;
  }

  .oven_page .modal_recipe_category_wrap {
    display: flex;
    justify-content: flex-start;
    gap: 6px;
    height: 26px;
  }

  .oven_page .modal_recipe_category {
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #F5F5F5;
  }

  .oven_page .modal_recipe_category span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.56px;
  }

  .oven_page .modal_recipe_category:first-child {
    background-color: #988770;
  }

  .oven_page .modal_recipe_category:first-child span {
    color: #ffffff;
  }

  .oven_page .modal_recipe_category_level {
    display: flex;
    align-items: center;
    gap: 2px;
  }

  .oven_page .modal_recipe_category_level_img_wrap {
    display: flex;
  }

  .oven_page .modal_recipe_category_level_img_wrap span {
    display: flex;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
  }

  .oven_page .modal_recipe_category_level .modal_recipe_category_level_img_wrap span img {
    width: 100%;
  }

  .oven_page .modal_recipe_ttl_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }

  .oven_page .modal_recipe_ttl {
    font-size: 34px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: -1.36px !important;
  }

  .oven_page .modal_recipe_txt {
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: -0.8px !important;
  }

  .oven_page .modal_recipe_ingredient_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 48px;
  }

  .oven_page .modal_recipe_ingredient_ttl {
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.88px !important;
  }

  .oven_page .modal_recipe_ingredient_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style: none;
  }

  .oven_page .modal_recipe_ingredient_list li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid #CCCCCC;
  }

  .oven_page .modal_recipe_ingredient_list li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.64px;
  }

  .oven_page .modal_recipe_steps_wrap {
    width: 100%;
    margin-top: 48px;
  }

  .oven_page .modal_recipe_steps_ttl {
    display: flex;
    align-items: center;
    height: 42px;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.88px !important;
  }

  .oven_page .modal_recipe_steps_txt {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #F8F8F8;
    list-style: none;
    word-break: break-all;
  }

  .oven_page .modal_recipe_steps_txt>li>ul>li {
    list-style: disc;
  }

  .oven_page .modal_recipe_steps_txt>li>ol>li,
  .oven_page .modal_recipe_steps_txt>li>ul>li {
    margin-left: 20px;
  }

  .oven_page .modal_recipe_steps_txt li,
  .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content_area .modal_recipe_steps_txt p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -0.64px;
  }

  .oven_page .modal_recipe_tip_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 48px;
    padding: 20px;
    background-color: #EEE9E0;
    border-radius: 8px;
  }

  .oven_page .modal_recipe_tip_ttl {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    letter-spacing: -0.72px !important;
    color: #988770;
  }

  .oven_page .modal_recipe_tip_flex_wrap {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  .oven_page .modal_recipe_tip_img_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    gap: 8px;
    width: 156px;
    background-color: #ffffff;
    border-radius: 8px;
  }

  .oven_page .modal_recipe_tip_img_wrap.pc_only {
    display: flex;
  }

  .oven_page .modal_recipe_tip_img_wrap.sp_only {
    display: none;
  }

  .oven_page .modal_recipe_tip_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 144px;
  }

  .oven_page .modal_recipe_tip_img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .oven_page .modal_recipe_tip_txt_box {
    display: none;
  }

  .oven_page .modal_recipe_tip_txt_img {
    width: 18px;
  }

  .oven_page .modal_recipe_tip_txt_img img {
    width: 100%;
  }

  .oven_page .modal_recipe_tip_txt {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: -0.64px !important;
  }

  .oven_page .modal_recipe_tip_txt_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 23px 16px;
    border-radius: 8px;
    background-color: #ffffff;
    list-style: disc;
  }

  .oven_page .modal_recipe_tip_txt_wrap li {
    margin-left: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: -0.56px;
  }

  @media (max-width: 720px) {
    .oven_page .recipe_tab_content_wrap .detail_modal {
      position: fixed;
      width: 100vw;
      height: auto;
      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 .recipe_tab_content_wrap .detail_modal .detail_modal_flex_wrap {
      display: flex;
      align-items: center;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_ttl {
      font-size: 4.62vw;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.18vw;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .btn_close {
      width: 5.13vw;
      height: 5.13vw;
      border: none;
      background: none;
    }

    .oven_page .md-open {
      overflow-y: hidden !important;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content {
      justify-content: flex-start;
      width: 100%;
      height: 60vh;
      margin-top: 5.13vw;
      overflow-x: hidden;
      overflow-y: scroll;
      overscroll-behavior: contain;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar {
      width: 1.54vw;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar-button {
      display: none;
      width: 0;
      height: 0;
      background: none;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.4);
      border-radius: 25.64vw;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content::-webkit-scrollbar-track {
      background-color: #ffffff;
    }

    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content_area {
      background-color: #ffffff;
    }

    .oven_page .modal_main_img {
      position: relative;
      max-width: unset;
      width: 89.74vw;
      background-image: unset !important;
      background-size: unset;
      background-position: unset;
      background-repeat: unset;
      overflow: hidden;
    }

    .oven_page .modal_main_img::before {
      content: "";
      display: none;
    }

    .oven_page .modal_main_img img {
      width: 100%;
    }

    .oven_page .detail_modal_recipe_wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 87.5vw;
      margin: 6.15vw 0 5.13vw;
    }

    .oven_page .modal_recipe_category_wrap {
      display: flex;
      justify-content: flex-start;
      gap: 1.54vw;
      height: 6.15vw;
    }

    .oven_page .modal_recipe_category {
      padding: 1.54vw 3.08vw;
      border-radius: 1.03vw;
      background-color: #F5F5F5;
    }

    .oven_page .modal_recipe_category span {
      font-size: 3.08vw;
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.12vw;
    }

    .oven_page .modal_recipe_category:first-child {
      background-color: #988770;
    }

    .oven_page .modal_recipe_category:first-child span {
      color: #ffffff;
    }

    .oven_page .modal_recipe_category_level {
      display: flex;
      align-items: center;
      gap: 0.51vw;
    }

    .oven_page .modal_recipe_category_level_img_wrap {
      display: flex;
    }

    .oven_page .modal_recipe_category_level_img_wrap span {
      display: flex;
      width: 3.08vw;
      height: 3.08vw;
      flex-shrink: 0;
    }

    .oven_page .modal_recipe_category_level .modal_recipe_category_level_img_wrap span img {
      width: 100%;
    }

    .oven_page .modal_recipe_ttl_wrap {
      display: flex;
      flex-direction: column;
      gap: 4.1vw;
      margin-top: 4.1vw;
    }

    .oven_page .modal_recipe_ttl {
      font-size: 6.15vw !important;
      font-weight: 600 !important;
      line-height: 1 !important;
      letter-spacing: -0.25vw !important;
    }

    .oven_page .modal_recipe_txt {
      font-size: 3.59vw !important;
      font-weight: 400 !important;
      line-height: 1 !important;
      letter-spacing: -0.14vw !important;
    }

    .oven_page .modal_recipe_ingredient_wrap {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 10.26vw;
    }

    .oven_page .modal_recipe_ingredient_ttl {
      display: flex;
      align-items: center;
      height: 10.26vw;
      font-size: 5.13vw !important;
      font-weight: 500 !important;
      line-height: 1 !important;
      letter-spacing: -0.21vw !important;
    }

    .oven_page .modal_recipe_ingredient_list {
      display: flex;
      flex-direction: column;
      width: 100%;
      list-style: none;
    }

    .oven_page .modal_recipe_ingredient_list li {
      display: flex;
      justify-content: space-between;
      width: 100%;
      padding: 3.08vw 0;
      border-bottom: 0.26vw solid #CCCCCC;
    }

    .oven_page .modal_recipe_ingredient_list li span {
      font-size: 3.59vw;
      font-weight: 400;
      line-height: 1;
      letter-spacing: -0.14vw;
    }

    .oven_page .modal_recipe_steps_wrap {
      margin-top: 10.26vw;
    }

    .oven_page .modal_recipe_steps_ttl {
      display: flex;
      align-items: center;
      height: 10.26vw;
      font-size: 5.13vw !important;
      font-weight: 500 !important;
      line-height: 1 !important;
      letter-spacing: -0.21vw !important;
    }

    .oven_page .modal_recipe_steps_txt {
      display: flex;
      flex-direction: column;
      padding: 4.1vw;
      background-color: #F8F8F8;
    }

    .oven_page .modal_recipe_steps_txt>li>ol>li,
    .oven_page .modal_recipe_steps_txt>li>ul>li {
      margin-left: 4.1vw;
    }

    .oven_page .modal_recipe_steps_txt li,
    .oven_page .recipe_tab_content_wrap .detail_modal .detail_modal_content_area .modal_recipe_steps_txt p {
      position: relative;
      font-size: 3.59vw;
      font-weight: 400;
      line-height: 1.68;
      letter-spacing: -0.14vw;
    }

    .oven_page .modal_recipe_tip_wrap {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 3.08vw;
      width: 100%;
      margin-top: 10.26vw;
      padding: 5.13vw 4.1vw;
      background-color: #EEE9E0;
      border-radius: 2.05vw;
    }

    .oven_page .modal_recipe_tip_ttl {
      font-size: 4.62vw !important;
      font-weight: 600 !important;
      line-height: 1 !important;
      letter-spacing: -0.18vw !important;
      color: #988770;
    }

    .oven_page .modal_recipe_tip_flex_wrap {
      display: flex;
      flex-direction: column;
      gap: 2.56vw;
    }

    .oven_page .modal_recipe_tip_img_wrap {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      gap: 3.08vw;
      width: 100%;
      background-color: #ffffff;
      border-radius: 2.05vw;
    }

    .oven_page .modal_recipe_tip_img_wrap.pc_only {
      display: none;
    }

    .oven_page .modal_recipe_tip_img_wrap.sp_only {
      display: flex;
    }

    .oven_page .modal_recipe_tip_img {
      width: 100%;
      max-height: 19.49vw;
    }

    .oven_page .modal_recipe_tip_img img {
      width: 100%;
      height: auto;
      border-radius: 2.05vw;
    }

    .oven_page .modal_recipe_tip_txt_img {
      width: 4.62vw;
    }

    .oven_page .modal_recipe_tip_txt_img img {
      width: 100%;
    }

    .oven_page .modal_recipe_tip_txt {
      display: flex;
      gap: 1.03vw;
      align-items: center;
      font-size: 4.1vw !important;
      font-weight: 500 !important;
      line-height: 1 !important;
      letter-spacing: -0.16vw !important;
    }

    .oven_page .modal_recipe_tip_txt_wrap {
      padding: 3.08vw;
      border-radius: 2.05vw;
      background-color: #ffffff;
    }

    .oven_page .modal_recipe_tip_txt_wrap li {
      margin-left: 5.13vw;
      font-size: 3.59vw;
      font-weight: 400;
      line-height: 1.68;
      letter-spacing: -0.14vw;
    }
  }