/* 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;
    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 .sec_content_big {
  height: 664px;
  background-size: cover;
  background-repeat: no-repeat;
}

.oven_page .sec_content_big._01 {
  background-image: url(../img/sec_content_big_01_bg.jpg);
}

.oven_page .sec_content_big._02 {
  background-image: url(../img/sec_content_big_02_bg.jpg);
}

.oven_page .sec_content_big._02 * {
  color: #ffffff;
}

.oven_page .sec_content_big .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1240px;
  margin: 0 auto;
}

.oven_page .sec_content_big_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.oven_page .sec_content_big_num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.64px;
}

.oven_page .sec_content_big_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -0.68px;
}

.oven_page .sec_content_big_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.8px;
}

.oven_page .sec_content_big_mov_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 60px;
  border: 1px solid #1A1A1A;
  border-radius: 99px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
  color: #1A1A1A;
}

.oven_page .sec_content_big_mov_btn:hover {
  color: #1A1A1A;
}

.oven_page .sec_content_big_img_wrap {
  width: 674px;
}

.oven_page .sec_content_small_wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1240px;
  margin: 140px auto;
}

.oven_page .sec_content_small {
  display: flex;
  gap: 140px;
  align-items: center;
}

.oven_page .sec_content_small.reverse {
  flex-direction: row-reverse;
}

.oven_page .sec_content_small_img {
  width: 50%;
}

.oven_page .sec_content_small_txt_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 340px;
}

.oven_page .sec_content_small_num {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.64px;
}

.oven_page .sec_content_small_ttl {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.44;
  letter-spacing: -1.36px;
}

.oven_page .sec_content_small_txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.8px;
}

@media (max-width: 720px) {
  .oven_page .sec_content_big {
    height: unset;
  }

  .oven_page .sec_content_big._01 {
    padding: 10.26vw 0;
    background-image: url(../img/sec_content_big_01_bg_mo.jpg);
  }

  .oven_page .sec_content_big .inner {
    flex-direction: column-reverse;
    width: unset;
  }

  .oven_page .sec_content_big_img_wrap {
    width: 89.74vw;
  }

  .oven_page .sec_content_big_img_wrap img {
    width: 100%;
  }

  .oven_page .sec_content_big_txt_wrap {
    display: flex;
    flex-direction: column;
    gap: unset;
    align-items: center;
    margin-top: 6.15vw;
    text-align: center;
  }

  .oven_page .sec_content_big_num {
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.18vw;
  }

  .oven_page .sec_content_big_ttl {
    margin-top: 2.56vw;
    font-size: 5.64vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.23vw;
  }

  .oven_page .sec_content_big_txt {
    margin-top: 2.56vw;
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_content_big_mov_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43.08vw;
    height: 14.36vw;
    margin-top: 8.21vw;
    border: 0.26vw solid #1A1A1A;
    border-radius: 25.38vw;
    font-size: 4.1vw;
    font-weight: 600;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_content_big_mov_btn:hover {
    color: inherit;
  }

  .oven_page .sec_content_small_wrap {
    display: flex;
    flex-direction: column;
    gap: unset;
    width: unset;
    margin: 15.38vw auto;
  }

  .oven_page .sec_content_small {
    display: flex;
    flex-direction: column;
    gap: unset;
    align-items: center;
  }

  .oven_page .sec_content_small.reverse {
    flex-direction: column;
  }

  .oven_page .sec_content_small_img {
    width: 89.74vw;
  }

  .oven_page .sec_content_small_img img {
    width: 100%;
  }

  .oven_page .sec_content_small_txt_wrap {
    display: flex;
    flex-direction: column;
    gap: 2.56vw;
    width: 89.74vw;
  }

  .oven_page .sec_content_small_num {
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.18vw;
  }

  .oven_page .sec_content_small_ttl {
    font-size: 5.64vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.23vw;
  }

  .oven_page .sec_content_small_txt {
    font-size: 4.1vw;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -0.16vw;
  }

  .oven_page .sec_content_big._02 {
    padding: 84.1vw 0 10.26vw;
    background-image: url(../img/sec_content_big_02_bg_mo.jpg);
  }

  .oven_page .sec_content_big._02 .sec_content_big_txt_wrap {
    margin-top: 0;
  }
}

/* animation */
.oven_page .animationSection.animation01,
.oven_page .animationSection.animation08 {
  position: relative;
  display: flex;
  align-items: center;
  width: 500px;
  height: 664px;
}

.oven_page .animationSection.animation02,
.oven_page .animationSection.animation03,
.oven_page .animationSection.animation04,
.oven_page .animationSection.animation05,
.oven_page .animationSection.animation06,
.oven_page .animationSection.animation07 {
  position: relative;
  width: 340px;
  height: 620px;
}

.oven_page .animationSection.animation01 .animation_content,
.oven_page .animationSection.animation08 .animation_content {
  position: relative !important;
}

.oven_page .animationSection.animation02 .animation_content,
.oven_page .animationSection.animation03 .animation_content,
.oven_page .animationSection.animation04 .animation_content,
.oven_page .animationSection.animation05 .animation_content,
.oven_page .animationSection.animation06 .animation_content,
.oven_page .animationSection.animation07 .animation_content {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 720px) {
  .oven_page .animationSection.animation02,
  .oven_page .animationSection.animation03,
  .oven_page .animationSection.animation04,
  .oven_page .animationSection.animation05,
  .oven_page .animationSection.animation06,
  .oven_page .animationSection.animation07 {
    position: relative;
    width: 89.74vw;
  }
  .oven_page .animationSection .animation_content {
    bottom: 0 !important;
  }
  
  .oven_page .animationSection.animation02 .animation_content,
  .oven_page .animationSection.animation03 .animation_content,
  .oven_page .animationSection.animation04 .animation_content,
  .oven_page .animationSection.animation05 .animation_content,
  .oven_page .animationSection.animation06 .animation_content,
  .oven_page .animationSection.animation07 .animation_content {
    height: 100%;
    display: flex;
    align-items: center;
  }
  
  .oven_page .animationSection.animation01 {
    position: relative;
    display: flex;
    align-items: center;
    width: 67.18vw;
    height: 66.15vw;
  }
  
  .oven_page .animationSection.animation08 {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 37.44vw;
  }

  .oven_page .animationSection.animation08 .animation_content {
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .oven_page .animationSection.animation02 {
    height: 55.9vw;
  }

  .oven_page .animationSection.animation03 {
    height: 55.9vw;
  }

  .oven_page .animationSection.animation04 {
    height: 47.95vw;
  }
  
  .oven_page .animationSection.animation05 {
    height: 61.79vw;
  }
  
  .oven_page .animationSection.animation06 {
    height: 47.95vw;
  }

  .oven_page .animationSection.animation07 {
    height: 61.79vw;
  }
}

/* 모달 */
.oven_page #modal1.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 #modal1.detail_modal .detail_modal_flex_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.oven_page #modal1.detail_modal .detail_modal_ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.72px;
}

.oven_page #modal1.detail_modal .btn_close {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
}

.oven_page .md-open {
  overflow-y: hidden !important;
}

.oven_page #modal1.detail_modal .detail_modal_content {
  width: 1200px;
  height: 700px;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
}

.oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar {
  width: 6px;
}

.oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
  background: none;
}

.oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
}

.oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar-track {
  background-color: #ffffff;
}

.oven_page #modal1.detail_modal .detail_modal_content_area {
  padding: 0;
  background-color: #ffffff;
}

.oven_page .detail_modal .detail_modal_content_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  width: 1206px;
  list-style: none;
}

.oven_page #modal1.detail_modal .detail_modal_content_area ul li {
  width: 384px;
}

.oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_img {
  position: relative;
  display: flex;
  align-items: center;
  width: 384px;
  height: 214px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
}

.oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_img img {
  width: 100%;
  border-radius: 8px;
}

.oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_img::after {
  content: '';
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  background-image: url(../img/modal_movie_play_ico.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26.05px;
  backdrop-filter: blur(0.6px);
}

.oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_txt {
  display: flex;
  align-items: center;
  height: 57px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.72px;
}

.oven_page .movie_list {
  position: relative;
}

.oven_page .movie_list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 384px;
  height: 264px;
  border: none;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.oven_page .movie_list li.playing iframe {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 720px) {
  .oven_page #modal1.detail_modal {
    position: fixed;
    width: 95vw;
    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;
    cursor: pointer;
  }

  .oven_page #modal1.detail_modal .detail_modal_flex_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .oven_page #modal1.detail_modal .detail_modal_ttl {
		font-size: 4.62vw;
		font-weight: 500;
		line-height: 1;
		letter-spacing: -0.18vw;
  }

  .oven_page #modal1.detail_modal .btn_close {
		width: 5.13vw;
		height: 5.13vw;
		border: none;
		background: none;
  }

  .oven_page .md-open {
    overflow-y: hidden !important;
  }

  .oven_page #modal1.detail_modal .detail_modal_content {
    width: 100%;
    height: 60vh;
		margin-top: 5.13vw;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
  }

  .oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar {
    width: 1.54vw;
  }

  .oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
    background: none;
  }

  .oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 25.64vw;
  }

  .oven_page #modal1.detail_modal .detail_modal_content::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area {
    background-color: #ffffff;
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 5.64vw;
    width: 84.62vw;
    list-style: none;
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area ul li {
    width: 83.21vw;
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_img {
    display: flex;
    align-items: center;
    width: 83.21vw;
    height: 46.44vw;
    overflow: hidden;
    border-radius: 2.05vw;
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_img img {
    width: 100%;
    border-radius: 2.05vw;
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_img::after {
    width: 16.41vw;
    height: 16.41vw;
    background-size: 7.13vw;
    backdrop-filter: blur(0.15vw);
  }

  .oven_page #modal1.detail_modal .detail_modal_content_area ul li .modal_movie_thum_txt {
    display: flex;
    align-items: center;
    height: 14.62vw;
    padding-left: 2.05vw;
    font-size: 4.62vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.18vw;
  }

  .oven_page .movie_list {
    position: relative;
  }

  .oven_page .movie_list iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 83.21vw;
    height: 67.69vw;
    border: none;
    border-radius: 2.05vw;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .oven_page .movie_list li.playing iframe {
    opacity: 1;
    pointer-events: auto;
  }

  .oven_page .sec_content_big_02_icon_wrap.on {
    bottom: 126vw;
  }
}