/* 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_icon_wrap */
.oven_page #sec_icon_wrap {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 20px 0;
  top: 80px;
  background-color: #ffffff;
  list-style: none;
  z-index: 99;
  transform: translateZ(0);
}

.oven_page #sec_icon_wrap li {
  opacity: 1;
  transition: opacity 0.3s;
}

.oven_page #sec_icon_wrap:hover li {
  opacity: 0.5;
}

.oven_page #sec_icon_wrap:hover li:hover {
  opacity: 1 !important;
}

.oven_page #sec_icon_wrap:has(li.active) li {
  opacity: 0.5;
}

.oven_page #sec_icon_wrap:has(li.active) li.active {
  opacity: 1;
}

.oven_page #sec_icon_wrap:has(li.active) li:hover {
  opacity: 1 !important;
}

.oven_page #sec_icon_wrap li a {
  display: block;
  width: 163px;
  height: 163px;
}

@media (max-width: 720px) {
  .oven_page #sec_icon_wrap {
    position: relative;
    justify-content: flex-start;
    gap: 2.05vw;
    margin-top: 0;
    padding: 6.15vw 5.13vw;
    top: unset;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .oven_page #sec_icon_wrap:hover li {
    opacity: unset;
  }

  .oven_page #sec_icon_wrap:hover li:hover {
    opacity: unset !important;
  }

  .oven_page #sec_icon_wrap:has(li.active) li:hover {
    opacity: unset !important;
  }

  .oven_page #sec_icon_wrap li a {
    width: 15.9vw;
    height: unset;
    display: block;
    font-size: 3.08vw;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: -0.12vw;
  }

  .oven_page #sec_icon_wrap img {
    width: 15.38vw;
    height: 15.38vw;
    transition: filter 0.3s ease;
  }

  .oven_page .sec_icon_mo_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.05vw;
  }

  .oven_page .sec_content_recipe_more {
    width: 43.08vw;
    height: 14.36vw;
    border: 0.26vw solid #1A1A1A;
    border-radius: 25.38vw;
    font-size: 4.1vw;
    font-weight: 600;
    letter-spacing: -0.16vw;
  }
}

/* sec_content */
.oven_page .sec_content {
  margin-top: 120px;
}

.oven_page .sec_content_txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.oven_page .sec_content_txt_num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.8px;
  border: 1px solid #1A1A1A;
  border-radius: 99px;
}

.oven_page .sec_content_txt_ttl {
  text-align: center;
}

.oven_page .sec_content_txt_sub_ttl {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.52px;
}

.oven_page .sec_content_txt_main_ttl {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.76px;
}

.oven_page .sec_content_txt_desc {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.96px;
}

.oven_page .sec_content_appeal_wrap {
  display: flex;
  flex-direction: column;
  margin: 106px 0;
}

.oven_page .sec_content_appeal {
  display: flex;
}

.oven_page .sec_content_appeal.reverse {
  flex-direction: row-reverse;
}

.oven_page .sec_content_appeal .sec_content_appeal_img,
.oven_page .sec_content_appeal .sec_content_appeal_txt_wrap {
  width: 50%;
}

.oven_page .sec_content_appeal .sec_content_appeal_img img {
  width: 100%;
}

.oven_page .sec_content_appeal .sec_content_appeal_swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.oven_page .sec_content_appeal .sec_content_appeal_swiper .swiper-slide img {
  width: 100%;
}

.oven_page .sec_content_appeal .sec_content_appeal_swiper .swiper-pagination {
  bottom: 60px;
}

.oven_page .sec_content_appeal .sec_content_appeal_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background: rgba(32, 32, 32, 1);
}

.oven_page .sec_content_appeal .sec_content_appeal_swiper .swiper-pagination-bullet-active {
  background: #202020;
}

.oven_page .sec_content_appeal .sec_content_appeal_txt_wrap {
  display: flex;
  align-items: center;
}

.oven_page .sec_content_appeal .sec_content_appeal_txt_wrap .sec_content_appeal_txt_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 340px;
  text-align: left;
}

.oven_page .sec_content_appeal .sec_content_appeal_txt_wrap .sec_content_appeal_txt_box h4 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -1.36px;
}

.oven_page .sec_content_appeal .sec_content_appeal_txt_wrap .sec_content_appeal_txt_box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -0.8px;
}

.oven_page .sec_content_recipe_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 96px;
  background-repeat: no-repeat;
  background-size: cover;
}

.oven_page .sec_content_recipe_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -1.36px;
  text-align: center;
}

.oven_page .sec_content_recipe_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  list-style: none;
}

.oven_page .sec_content_recipe_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 398px;
  text-decoration: unset;
  color: #000000;
  transition: box-shadow 0.7s ease;
  border-radius: 8px;
}

.oven_page .sec_content_recipe_card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.18);
  transition: box-shadow 0.7s ease;
  color: #000000;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.oven_page .sec_content_recipe_card_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 398px;
  height: 428px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}

.oven_page .sec_content_recipe_card_img img {
  height: 428px;
  transition: scale 0.7s ease;
}

.oven_page .sec_content_recipe_card:hover .sec_content_recipe_card_img img {
  scale: 1.1;
  transition: scale 0.7s ease;
}

.oven_page .sec_content_recipe_card_txt {
  width: 398px;
  height: 82px;
  padding: 24px 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.96px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #ffffff;
}

.oven_page .sec_content_recipe_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #1A1A1A;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  text-decoration: unset;
  color: #1A1A1A;
}

.oven_page .sec_content_recipe_more:hover,
.oven_page .sec_content_recipe_more:active {
  color: #ffffff;
  background-color: #1A1A1A;
}

@media (max-width: 720px) {
  .oven_page .sec_content {
    margin-top: 17.44vw;
  }

  .oven_page .sec_content_txt_wrap {
    gap: 5.13vw;
  }

  .oven_page .sec_content_txt_sub_ttl {
    font-size: 6.15vw;
    line-height: 1.4;
    letter-spacing: -0.25vw;
  }

  .oven_page .sec_content_txt_main_ttl {
    font-size: 6.67vw;
    line-height: 1.4;
    letter-spacing: -0.27vw;
  }

  .oven_page .sec_content_txt_desc {
    font-size: 4.62vw;
    line-height: 1.48;
    letter-spacing: -0.18vw;
    text-align: center;
  }

  .oven_page .sec_content_txt_num {
    width: 9.23vw;
    height: 5.64vw;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.14vw;
    border: 0.26vw solid #1A1A1A;
    border-radius: 25.38vw;
  }

  .oven_page .sec_content_appeal_wrap {
    margin: 15.38vw 0;
  }

  .oven_page .sec_content_appeal {
    flex-direction: column;
  }

  .oven_page .sec_content_appeal.reverse {
    flex-direction: column;
  }

  .oven_page .sec_content_appeal:not(:first-child) {
    margin-top: 12.31vw;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_img,
  .oven_page .sec_content_appeal .sec_content_appeal_txt_wrap {
    width: unset;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_img {
    width: 92.31vw;
    margin-left: 0;
    margin-right: auto;
  }

  .oven_page .sec_content_appeal.reverse .sec_content_appeal_img {
    margin-right: 0;
    margin-left: auto;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_txt_wrap {
    margin-top: 6.15vw;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_txt_wrap .sec_content_appeal_txt_box {
    width: unset;
    gap: 2.56vw;
    text-align: center;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_txt_wrap .sec_content_appeal_txt_box h4 {
    font-size: 5.13vw;
    line-height: 1;
    letter-spacing: -0.21vw;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_txt_wrap .sec_content_appeal_txt_box p {
    font-size: 4.1vw;
    line-height: 1.44;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_swiper .swiper-pagination {
    bottom: 8.21vw;
  }

  .oven_page .sec_content_appeal .sec_content_appeal_swiper .swiper-pagination-bullet {
    width: 2.05vw;
    height: 2.05vw;
    margin: 0 2.05vw;
    background: rgba(32, 32, 32, 1);
  }

  .oven_page .sec_content_recipe_wrap {
    gap: 10.26vw;
    padding: 14.36vw 0;
    overflow-x: hidden;
  }

  .oven_page .sec_content_recipe_ttl {
    font-size: 5.64vw;
    line-height: 1.44;
    letter-spacing: -0.23vw;
  }

  .oven_page .sec_content_recipe_card_wrap {
    justify-content: flex-start;
    gap: 3.59vw;
    padding-left: 12.56vw;
  }

  .oven_page .sec_content_recipe_card {
    width: 74.87vw;
  }

  .oven_page .sec_content_recipe_card_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 74.87vw;
    height: 76.92vw;
    border-top-left-radius: 2.05vw;
    border-top-right-radius: 2.05vw;
    overflow: hidden;
  }

  .oven_page .sec_content_recipe_card_img img {
    width: 74.87vw;
    height: auto;
  }

  .oven_page .sec_content_recipe_card_txt {
    width: 74.87vw;
    height: 16.67vw;
    padding: 5.13vw 0;
    font-size: 4.62vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.18vw;
    text-align: center;
    border-bottom-left-radius: 2.05vw;
    border-bottom-right-radius: 2.05vw;
  }

  .oven_page .sec_content_recipe_card:hover {
    box-shadow: unset;
    transition: unset;
  }

  .oven_page .sec_content_recipe_card:hover .sec_content_recipe_card_img img {
    scale: unset;
    transition: unset;
  }

  .oven_page .sec_content_recipe_more:hover {
    color: unset;
    background-color: unset;
  }
}

.oven_page .sec_content02 .sec_content02_other_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #F8F8F8;
}

.oven_page .sec_content02_other_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -1.36px;
}

.oven_page .sec_content02_other_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;
  text-align: center;
}

.oven_page .sec_content02_other_card_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 534px;
}

.oven_page .sec_content02_other_card_wrap li._02 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.oven_page .sec_content02_other_card_img {
  width: 100%;
}

.oven_page .sec_content02_other_card_img img {
  width: 100%;
}

.oven_page .sec_content02_other_card_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 186px;
  background-color: #ffffff;
}

.oven_page .sec_content02_other_card_wrap li._01 .sec_content02_other_card_txt_wrap {
  background-color: #EFEFEF;
}

.oven_page .sec_content02_other_card_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.12px;
}

.oven_page .sec_content02_other_card_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.8px;
}

@media (max-width: 720px) {
  .oven_page .sec_content02 .sec_content02_other_wrap {
    gap: 8.21vw;
    padding: 12.31vw 0;
  }

  .oven_page .sec_content02_other_ttl {
    font-size: 5.64vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23vw;
  }

  .oven_page .sec_content02_other_card_wrap {
    flex-direction: column;
  }

  .oven_page .sec_content02_other_card_wrap li {
    width: 89.74vw;
  }

  .oven_page .sec_content02_other_card_img {
    width: 89.74vw;
  }

  .oven_page .sec_content02_other_card_txt_wrap {
    gap: 2.56vw;
    min-height: 31.79vw;
  }

  .oven_page .sec_content02_other_card_ttl {
    font-size: 5.13vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.21vw;
  }

  .oven_page .sec_content02_other_card_txt {
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.16vw;
  }
}

.oven_page .sec_content03_other_wrap {
  padding: 43px 0 541px;
  background-image: url(../img/sec_content03_other_wrap_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.oven_page .sec_content03_other_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -1.36px;
  text-align: center;
}

.oven_page .sec_content03_other_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
}

.oven_page .sec_content03_other_card_wrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 320px;
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}

.oven_page .sec_content03_other_card_wrap li:first-of-type {
  background-image: url(../img/sec_content03_other_card_wrap_bg_01.png);
}

.oven_page .sec_content03_other_card_wrap li:nth-of-type(2) {
  background-image: url(../img/sec_content03_other_card_wrap_bg_02.png);
}

.oven_page .sec_content03_other_card_wrap li:nth-of-type(3) {
  background-image: url(../img/sec_content03_other_card_wrap_bg_03.png);
}

.oven_page .sec_content03_other_card_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.oven_page .sec_content03_other_card_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.12px;
  color: #ffffff;
}

.oven_page .sec_content03_other_card_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.8px;
  color: #ffffff;
}

.oven_page .sec_content03_other_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
  text-align: center;
}

.oven_page .sec_content03_other_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -1.36px;
}

.oven_page .sec_content03_other_txt {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: -1.12px;
}

@media (max-width: 720px) {
  .oven_page .sec_content03_other_wrap {
    padding: 12.31vw 0 80.77vw;
    background-image: url(../img/sec_content03_other_wrap_bg_mo.jpg);
  }

  .oven_page .sec_content03_other_ttl {
    font-size: 5.64vw;
    font-weight: 600;
    line-height: 1.56;
    letter-spacing: -0.23vw;
  }

  .oven_page .sec_content03_other_card_wrap {
    margin-top: 10.26vw;
    flex-direction: column;
    gap: 5.13vw;
  }

  .oven_page .sec_content03_other_card_wrap li {
    width: 61.54vw;
    height: 61.54vw;
  }

  .oven_page .sec_content03_other_card_wrap li:first-of-type {
    background-image: url(../img/sec_content03_other_card_wrap_bg_01_mo.png);
  }

  .oven_page .sec_content03_other_card_wrap li:nth-of-type(2) {
    background-image: url(../img/sec_content03_other_card_wrap_bg_02_mo.png);
  }

  .oven_page .sec_content03_other_card_wrap li:nth-of-type(3) {
    background-image: url(../img/sec_content03_other_card_wrap_bg_03_mo.png);
  }

  .oven_page .sec_content03_other_card_txt_wrap {
    gap: 3.59vw;
  }

  .oven_page .sec_content03_other_card_ttl {
    font-size: 5.13vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.21vw;
  }

  .oven_page .sec_content03_other_card_txt {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.14vw;
  }

  .oven_page .sec_content03_other_txt_wrap {
    margin-top: 10.26vw;
    gap: 3.85vw;
  }

  .oven_page .sec_content03_other_txt {
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: -0.18vw;
  }
}

.oven_page .sec_content04_other_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 96px;
  margin-top: 106px;
}

.oven_page .sec_content04_other_wrap_01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.oven_page .sec_content04_other_wrap_01_img {
  width: 534px;
}

.oven_page .sec_content04_other_wrap_01_txt {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.96px;
  text-align: center;
}

.oven_page .sec_content04_other_wrap_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.oven_page .sec_content04_other_wrap_02 li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 32px;
  width: 547px;
  height: 611px;
  padding: 40px 0;
  background-color: #F8F8F8;
}

.oven_page .sec_content04_other_wrap_02_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 60px;
}

.oven_page .sec_content04_other_wrap_02_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.36px;
}

.oven_page .sec_content04_other_wrap_02_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: -0.64px;
  color: #0C6EB4;
}

.oven_page .sec_content04_other_wrap_02_img {
  width: 300px;
}

.oven_page .sec_content04_other_wrap_02_desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.8px;
  text-align: center;
}

.oven_page .sec_content04_other_wrap_02_detail_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 467px;
  height: 120px;
  padding-left: 20px;
  background-color: #FFFFFF;
}

.oven_page .sec_content04_other_wrap_02_detail_img {
  width: 120px;
}

.oven_page .sec_content04_other_wrap_02_detail_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.72px;
}

.oven_page .sec_content04_tab_wrap {
  margin: 106px auto 0;
}

.oven_page .sec_content04_tab_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 1240px;
  margin: 0 auto;
  list-style: none;
}

.oven_page .sec_content04_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 60px;
  cursor: pointer;
}

.oven_page .sec_content04_tab p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
  color: #333333;
}

.oven_page .sec_content04_tab.active {
  background-color: #202020;
  border-radius: 99px;
}

.oven_page .sec_content04_tab.active p {
  font-weight: 600;
  color: #ffffff;
}

.oven_page .sec_content04_content {
  display: none;
  margin-top: 40px;
  padding: 80px 0 147px;
  background-color: #F4F2F0;
}

.oven_page .sec_content04_content.active {
  display: block;
}

.oven_page .sec_content04_content_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.36px;
  text-align: center;
}

.oven_page .sec_content04_content_txt {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.8px;
  text-align: center;
}

.oven_page .sec_content04_content_card_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.oven_page .sec_content04_content_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 526px;
}

.oven_page .sec_content04_content_card_img {
  width: 100%;
}

.oven_page .sec_content04_content_card_img img {
  width: 100%;
}

.oven_page .sec_content04_content_card_txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  width: 100%;
  height: 146px;
  padding: 0 24px;
  background-color: #ffffff;
}

.oven_page .sec_content04_content_card_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1.12px;
}

.oven_page .sec_content04_content_card_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.8px;
}

@media (max-width: 720px) {
  .oven_page .sec_content04_other_wrap {
    margin-top: 15.38vw;
  }

  .oven_page .sec_content04_other_wrap_01 {
    gap: 6.15vw;
  }

  .oven_page .sec_content04_other_wrap_01_img {
    width: 89.74vw;
  }

  .oven_page .sec_content04_other_wrap_01_img img {
    width: 100%;
  }

  .oven_page .sec_content04_other_wrap_01_txt {
    font-size: 4.62vw;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.18vw;
  }

  .oven_page .sec_content04_other_wrap_02 {
    flex-direction: column;
    gap: 6.15vw;
  }

  .oven_page .sec_content04_other_wrap_02 li {
    width: 89.74vw;
    height: 125.36vw;
    gap: 6.15vw;
    padding: 10.26vw 0;
  }

  .oven_page .sec_content04_other_wrap_02_txt_wrap {
    gap: 1.03vw;
    height: 10.26vw;
  }

  .oven_page .sec_content04_other_wrap_02_ttl {
    font-size: 5.13vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.21vw;
  }

  .oven_page .sec_content04_other_wrap_02_img {
    width: 62.05vw;
  }

  .oven_page .sec_content04_other_wrap_02_img img {
    width: 100%;
  }

  .oven_page .sec_content04_other_wrap_02_desc {
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_content04_other_wrap_02_detail_wrap {
    gap: 5.13vw;
    width: 77.44vw;
    height: 23.59vw;
    padding-left: 3.08vw;
  }

  .oven_page .sec_content04_other_wrap_02_detail_img {
    width: 26.15vw;
    flex-shrink: 0;
  }

  .oven_page .sec_content04_other_wrap_02_detail_img img {
    width: 100%;
  }

  .oven_page .sec_content04_other_wrap_02_detail_txt {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.14vw;
  }

  .oven_page .sec_content04_tab_wrap {
    margin-top: 15.38vw;
  }

  .oven_page .sec_content04_tab_box {
    gap: 1.54vw;
    width: unset;
    margin: unset;
    padding: 0 5.13vw;
  }

  .oven_page .sec_content04_tab_box::-webkit-scrollbar {
    display: none;
  }

  .oven_page .sec_content04_tab {
    padding: 0 3.59vw;
    border: 0.26vw #E8E8E8 solid;
    border-radius: 25.38vw;
    height: 10.26vw;
  }

  .oven_page .sec_content04_tab p {
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.14vw;
    white-space: nowrap;
  }

  .oven_page .sec_content04_tab.active p {
    font-weight: 600;
  }

  .oven_page .sec_content04_content {
    margin-top: 6.2vw;
    padding: 12.31vw 0;
  }

  .oven_page .sec_content04_content_ttl {
    font-size: 5.64vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.23vw;
  }

  .oven_page .sec_content04_content_txt {
    margin-top: 3.08vw;
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_content04_content_card_wrap {
    flex-direction: column;
    margin-top: 15.38vw;
    gap: 10.26vw;
  }

  .oven_page .sec_content04_content_card {
    width: 89.74vw;
    height: unset;
  }

  .oven_page .sec_content04_content_card_txt_wrap {
    gap: 3.08vw;
    height: 28.72vw;
    padding: 0 0 0 6.15vw;
  }

  .oven_page .sec_content04_content_card_ttl {
    font-size: 5.13vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.21vw;
  }

  .oven_page .sec_content04_content_card_txt {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.14vw;
  }
}

.oven_page .sec_content_recipe_wrap._01 {
  background-image: url(../img/sec_content_recipe_wrap_01_bg.jpg);
}

.oven_page .sec_content_recipe_wrap._02 {
  background-image: url(../img/sec_content_recipe_wrap_02_bg.jpg);
}

.oven_page .sec_content_recipe_wrap._03 {
  background-image: url(../img/sec_content_recipe_wrap_03_bg.jpg);
}

.oven_page .sec_content_recipe_wrap._05 {
  background-image: url(../img/sec_content_recipe_wrap_05_bg.jpg);
}

.oven_page .sec_content_recipe_wrap._06 {
  background-image: url(../img/sec_content_recipe_wrap_06_bg.jpg);
}

.oven_page .sec_content_recipe_wrap._07 {
  background-image: url(../img/sec_content_recipe_wrap_07_bg.jpg);
}

@media (max-width: 720px) {
  .oven_page .sec_content_recipe_wrap._01 {
  background-image: url(../img/sec_content_recipe_wrap_01_bg_mo.jpg);
}

.oven_page .sec_content_recipe_wrap._02 {
  background-image: url(../img/sec_content_recipe_wrap_02_bg_mo.jpg);
}

.oven_page .sec_content_recipe_wrap._03 {
  background-image: url(../img/sec_content_recipe_wrap_03_bg_mo.jpg);
}

.oven_page .sec_content_recipe_wrap._05 {
  background-image: url(../img/sec_content_recipe_wrap_05_bg_mo.jpg);
}

.oven_page .sec_content_recipe_wrap._06 {
  background-image: url(../img/sec_content_recipe_wrap_06_bg_mo.jpg);
}

.oven_page .sec_content_recipe_wrap._07 {
  background-image: url(../img/sec_content_recipe_wrap_07_bg_mo.jpg);
}
}

/* animation */
.oven_page .animationSection.animation01_01,
.oven_page .animationSection.animation01_03,
.oven_page .animationSection.animation02_01,
.oven_page .animationSection.animation03_01,
.oven_page .animationSection.animation05_01,
.oven_page .animationSection.animation06_01,
.oven_page .animationSection.animation07_01 {
  position: relative;
  width: 340px;
  height: 150px;
  margin-left: 12.5%;
  margin-right: auto;
}

.oven_page .animationSection.animation06_01 {
  height: 182px;
}

.oven_page .animationSection.animation01_02,
.oven_page .animationSection.animation01_04,
.oven_page .animationSection.animation02_02,
.oven_page .animationSection.animation03_02,
.oven_page .animationSection.animation05_02,
.oven_page .animationSection.animation06_02,
.oven_page .animationSection.animation07_02 {
  position: relative;
  width: 340px;
  height: 150px;
  margin-right: 12.5%;
  margin-left: auto;
}

.oven_page .animationSection.animation02_02,
.oven_page .animationSection.animation03_02 {
  height: 198px;
}

@media (max-width: 720px) {
  .oven_page .animationSection {
    width: 100% !important;
    height: 19.49vw !important;
    margin: 0 auto !important;
  }

  .oven_page .animationSection.animation_img_left,
  .oven_page .animationSection.animation_img_right {
    width: unset !important;
    height: unset !important;
    margin: unset !important;
    overflow: hidden;
  }

  .oven_page .animationSection.animation06_01 {
    height: 25.64vw !important;
  }

  .animation_content {
    width: 100%;
    left: 50%;
    bottom: 0 !important;
    transform: translateX(-50%);
  }

  .animation_img_left .animation_content,
  .animation_img_right .animation_content {
    width: unset;
    left: unset;
    bottom: unset !important;
    transform: unset;
  }
}

.oven_page .sec_content04_propose_wrap {
  display: flex;
  justify-content: flex-end;
  width: 1240px;
  margin: 0 auto;
  padding: 26px 0 8px;
}

.oven_page .sec_content04_propose_box {
  display: block;
}

.oven_page .sec_content04_propose {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: -0.72px;
}

.oven_page .sec_content04_propose_img {
  display: flex;
  width: 20px;
}

.oven_page .sec_content04_propose_img img {
  width: 100%;
}

.oven_page .sec_content04_propose_content {
  position: absolute;
  display: none;
  width: 524px;
  top: 18px;
  right: -36px;
  z-index: 1;
}

.oven_page .sec_content04_propose_content img {
  width: 100%;
}

.oven_page .sec_content04_content02 .sec_content04_content_card_wrap {
  margin-top: 0;
}

.oven_page .sec_content04_propose_box:hover .sec_content04_propose_content {
  display: block;
}

@media (max-width: 720px) {
  .oven_page .sec_content04_propose_wrap {
    display: flex;
    justify-content: flex-end;
    width: 89.74vw;
    margin: 0 auto;
    padding: 4.1vw 0 3.08vw;
  }

  .oven_page .sec_content04_propose_box {
    display: block;
  }

  .oven_page .sec_content04_propose {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.51vw;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.12vw;
  }

  .oven_page .sec_content04_propose_img {
    display: flex;
    width: 4.1vw;
  }

  .oven_page .sec_content04_propose_img img {
    width: 100%;
  }

  .oven_page .sec_content04_propose_content {
    position: absolute;
    display: none;
    width: 89.74vw;
    top: 3.59vw;
    right: -2.56vw;
    z-index: 1;
  }

  .oven_page .sec_content04_propose_content img {
    width: 100%;
  }

  .oven_page .sec_content04_content02 .sec_content04_content_card_wrap {
    margin-top: 0;
  }

  .oven_page .sec_content04_propose_box:hover .sec_content04_propose_content {
    display: none;
  }
}

/* 레시피 모달 */
.oven_page #recipe_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_modal .detail_modal_flex_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.oven_page #recipe_modal .detail_modal_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
}

.oven_page #recipe_modal .btn_close {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}

.oven_page .md-open {
  overflow-y: hidden !important;
}

.oven_page #recipe_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_modal .detail_modal_content::-webkit-scrollbar {
  width: 6px;
}

.oven_page #recipe_modal .detail_modal_content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
  background: none;
}

.oven_page #recipe_modal .detail_modal_content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}

.oven_page #recipe_modal .detail_modal_content::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.oven_page #recipe_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_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: flex-start;
  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_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_modal .detail_modal_flex_wrap {
    display: flex;
    align-items: center;
  }

  .oven_page #recipe_modal .detail_modal_ttl {
		font-size: 4.62vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.18vw;
  }

  .oven_page #recipe_modal .btn_close {
		width: 5.13vw;
		height: 5.13vw;
		border: none;
		background: none;
  }

  .oven_page .md-open {
    overflow-y: hidden !important;
  }

  .oven_page #recipe_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_modal .detail_modal_content::-webkit-scrollbar {
    width: 1.54vw;
  }

  .oven_page #recipe_modal .detail_modal_content::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
    background: none;
  }

  .oven_page #recipe_modal .detail_modal_content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25.64vw;
  }

  .oven_page #recipe_modal .detail_modal_content::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  .oven_page #recipe_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_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;
  }
}