@charset "utf-8";

:root {
  --oven-orange: #faa635;
  --oven-orange-dark: #e18110;
  --oven-ink: #1f1f1f;
  --oven-muted: #757575;
  --oven-line: #e6e0d8;
  --oven-cream: #fff9ef;
  --oven-container: 1080px;
}

/* Legacy countdown oven page: used by _template/_custom/kuk/kukioven/kukioven.html */
body:not(.oven-page) {
  width: auto;
  margin: 0;
  background: #000;
  color: #fff;
}

body:not(.oven-page) .header {
  display: block;
  width: 100%;
  overflow: hidden;
}

body:not(.oven-page) .ci {
  float: right;
  width: 50px;
  padding: 40px 35px 0 0;
  opacity: 0.8;
  z-index: 98;
}

body:not(.oven-page) .top {
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 120px;
  padding: 60px 0 0 40px;
}

body:not(.oven-page) .top .description {
  width: 72%;
  margin-left: 10%;
  font-size: 18px;
}

body:not(.oven-page) .title {
  width: 170px;
  height: 100px;
  background: url("https://img.kukinews.com/img/_custom/kuk/kukiOven/oven_title.jpg") center / 100% no-repeat;
}

body:not(.oven-page) .logo {
  width: 100px;
  height: 100px;
  background: url("https://img.kukinews.com/img/_custom/kuk/kukiOven/oven_gif.gif") center / 100% no-repeat;
}

body:not(.oven-page) .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

body:not(.oven-page) .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 10%;
}

body:not(.oven-page) .DDay-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 471px;
  height: 490px;
  background: url("https://img.kukinews.com/img/_custom/kuk/kukiOven/ovenBackground.png") center / 100% no-repeat;
}

body:not(.oven-page) .DDay-box .thumbnail {
  position: absolute;
  bottom: 65px;
  width: 434px;
  height: 242px;
}

body:not(.oven-page) #countdown {
  position: absolute;
  display: flex;
  justify-content: center;
  margin: 5px;
  padding-top: 30%;
  color: #f8a528;
  font-size: 80px;
  font-weight: 700;
  text-align: center;
}

body:not(.oven-page) .con .date {
  margin-bottom: -90px;
  margin-left: -185px;
}

body:not(.oven-page) .con .date .year {
  margin: 0 0 -28px;
  font-weight: 300;
}

body:not(.oven-page) .con .date .md_num {
  font-size: 78pt;
  font-weight: 300;
  letter-spacing: 4px;
}

body:not(.oven-page) .con .date .md_txt {
  margin: 0 10px 0 -5px;
  font-size: 18pt;
  font-weight: 300;
}

body:not(.oven-page) .txt-box {
  width: 500px;
  line-height: 1.7;
  text-align: justify;
}

body:not(.oven-page) .con_title {
  font-size: 40px;
}

body:not(.oven-page) .con_txt {
  font-size: 20px;
}

body:not(.oven-page) .line {
  width: 50%;
  margin: 100px auto;
  border-top: 1px solid #444;
}

.oven-page,
html:has(body.oven-page) {
  background: #fff !important;
  color: var(--oven-ink);
}

.oven-page header,
.oven-page footer {
  width: min(calc(100% - 32px), var(--oven-container));
  background: #fff;
}

.oven-other-header {
  width: min(calc(100% - 32px), var(--oven-container));
  margin: 0 auto;
  padding: 24px 0 16px;
  border-bottom: 1px solid #111;
  background: #fff;
}

.oven-other-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
}

.oven-other-header__logo {
  margin: 0;
  color: #222;
  font-family: Arial, "Noto Sans KR", sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.oven-other-header__logo a {
  display: inline-flex;
  align-items: baseline;
}

.oven-other-header__logo-point {
  color: var(--oven-orange);
}

.oven-other-header__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding-top: 4px;
  color: #b8b8b8;
  font-size: 27px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  white-space: nowrap;
}

.oven-other-header__nav a {
  display: inline-flex;
  align-items: baseline;
  transition: color 0.2s ease;
}

.oven-other-header__nav a + a::before {
  content: "|";
  display: inline-block;
  margin-right: 12px;
  color: #cfcfcf;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}

.oven-other-header__nav a.is-active {
  color: var(--oven-orange);
}

.oven-other-header__nav a.is-action {
  color: var(--oven-orange);
}

.oven-other-header__nav a:hover,
.oven-other-header__nav a:focus-visible {
  color: var(--oven-orange);
}

.oven-other-header__tagline {
  display: none;
  margin-left: 4px;
  color: var(--oven-orange);
  font-size: 1rem;
  font-weight: 500;
}

.oven-other-header__nav a:hover .oven-other-header__tagline,
.oven-other-header__nav a.is-active .oven-other-header__tagline,
.oven-other-header__nav a:focus-visible .oven-other-header__tagline {
  display: inline;
}

.oven-other-header__member {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding-top: 10px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.oven-other-header__member a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.oven-other-header__member a + a::before {
  content: "|";
  display: inline-block;
  margin-right: 8px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.oven-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.oven-main {
  width: 100%;
  padding: 0 0 70px;
  background: #fff;
}

.oven-container {
  width: min(calc(100% - 32px), var(--oven-container));
  margin: 0 auto;
}

.oven-intro {
  width: min(calc(100% - 32px), var(--oven-container));
  margin: 0 auto;
  padding: 56px 0 50px;
  text-align: center;
}

.oven-intro__eyebrow {
  color: #111;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.oven-intro__title {
  margin-top: 32px;
  color: #8f8f8f;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.oven-intro__text {
  margin-top: 1.125rem;
  color: #777;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: pre-line;
}

.oven-hero {
  position: relative;
  min-height: 300px;
  margin-bottom: 82px;
  overflow: hidden;
  background:
    linear-gradient(rgba(44, 24, 8, 0.58), rgba(44, 24, 8, 0.64)),
    radial-gradient(ellipse at 8% 58%, #e8941c 0 9%, transparent 10%),
    radial-gradient(ellipse at 17% 56%, #c97916 0 8%, transparent 9%),
    radial-gradient(ellipse at 76% 40%, #f1d59a 0 8%, transparent 9%),
    radial-gradient(ellipse at 88% 40%, #d59a42 0 10%, transparent 11%),
    linear-gradient(90deg, #4a2a12 0%, #7c471f 28%, #b17532 52%, #6b3a18 100%);
  background-position: center;
  background-size: cover;
}

.oven-hero::before,
.oven-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.oven-hero::before {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 80px),
    linear-gradient(0deg, rgba(0, 0, 0, 0.32), transparent 42%, rgba(255, 255, 255, 0.08));
  opacity: 0.55;
}

.oven-hero::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent 35%, rgba(0, 0, 0, 0.18));
}

.oven-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(calc(100% - 32px), var(--oven-container));
  min-height: 300px;
  margin: 0 auto;
  padding: 54px 24px 46px;
  color: #fff;
  text-align: center;
}

.oven-hero__badge {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: -0.045em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.oven-hero__title {
  margin-top: 8px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.04em;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.oven-hero__text {
  max-width: 840px;
  margin-top: 58px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.025em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  white-space: pre-line;
}

.oven-section {
  margin-top: 76px;
}

.oven-section__title {
  margin-bottom: 44px;
  color: #111;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.04em;
}

.oven-section__title--mobile {
  display: none;
}

.oven-news__layout {
  display: grid;
  grid-template-columns: 600px 450px;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
}

.oven-news__list {
  display: grid;
  grid-template-rows: repeat(3, 248px) auto;
  gap: 24px;
}

.oven-news-card {
  border: 1px solid #d8d8d8;
  background: #fff;
}

.oven-news-card__link {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  gap: 10px;
  min-height: 248px;
  padding: 17px 10px;
}

.oven-news-card__body {
  min-width: 0;
  padding: 0 8px 0 0;
}

.oven-news-card__title {
  color: #111;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.045em;
}

.oven-news-card__desc {
  margin-top: 24px;
  color: #555;
  font-size: 14px;
  line-height: 1.72;
  letter-spacing: -0.035em;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oven-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: none;
  grid-auto-rows: auto;
  gap: 40px 20px;
  align-content: start;
}

.oven-product-card {
  min-width: 0;
}

.oven-product-card__link {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.oven-product-card__title {
  margin-top: 14px;
  color: #4e5968;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.oven-product-card__price {
  margin-top: 14px;
  color: var(--oven-orange);
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.04em;
}

.oven-product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  margin-top: 14px;
  background: var(--oven-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.03em;
  transition: background-color 0.2s ease;
}

.oven-product-card__link:hover .oven-product-card__button,
.oven-product-card__link:focus-visible .oven-product-card__button {
  background: var(--oven-orange-dark);
}

.oven-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee2cf;
  background-position: center;
  background-size: cover;
}

.oven-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0.08));
  pointer-events: none;
}

.oven-news-card__thumb {
  width: 252px;
  height: 212px;
  min-height: 0;
}

.oven-product-card__thumb {
  width: 100%;
  height: 248px;
  aspect-ratio: auto;
  flex: 0 0 auto;
}

.oven-project-card__thumb {
  aspect-ratio: 1.48 / 1;
}

/* 실제 프로젝트 이미지가 업로드되면 아래 background-image만 교체하면 됩니다. */
.oven-thumb--poster01 { background-image: linear-gradient(135deg, #e8b86a, #fff0cb 45%, #b86c22); }
.oven-thumb--poster02 { background-image: linear-gradient(135deg, #f6d2a1, #7b4b27 52%, #2e1b12); }
.oven-thumb--poster03 { background-image: linear-gradient(135deg, #fff4de, #d3a65b 48%, #7d4b1b); }
.oven-thumb--item01 { background-image: linear-gradient(135deg, #ffb33e, #ffe2a4 47%, #8d4b16); }
.oven-thumb--item02 { background-image: linear-gradient(135deg, #efe3d0, #8a4b22 52%, #21150e); }
.oven-thumb--item03 { background-image: linear-gradient(135deg, #f6a942, #f7d492 52%, #a65a17); }
.oven-thumb--item04 { background-image: linear-gradient(135deg, #f7edda, #c97f2b 50%, #59310f); }
.oven-thumb--project01 { background-image: linear-gradient(135deg, #c9c0b5, #7d4f34 44%, #ece0d0); }
.oven-thumb--project02 { background-image: linear-gradient(135deg, #cbd7e8, #4e81a6 48%, #e8f0f7); }
.oven-thumb--project03 { background-image: linear-gradient(135deg, #e5e5e5, #9aa1aa 50%, #ffffff); }

.oven-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: #111;
  font-size: 14px;
}

.oven-pager a,
.oven-pager strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  font-weight: 400;
}

.oven-pager strong {
  background: var(--oven-orange);
  color: #fff;
  font-weight: 800;
}

.oven-pager a:not(.oven-pager__arrow) {
  border: 1px solid #dedede;
  background: #fff;
}

.oven-pager__arrow {
  color: var(--oven-orange);
  font-size: 15px;
  line-height: 1;
}

.oven-projects {
  padding-top: 28px;
}

.oven-project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.oven-project-card__title {
  margin-top: 16px;
  color: #111;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: -0.05em;
}

.oven-project-card__desc {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 769px) and (max-width: 1120px) {
  :root {
    --oven-container: calc(100vw - 48px);
  }

  .oven-other-header {
    padding: 20px 0 14px;
  }

  .oven-other-header__inner {
    gap: 26px;
  }

  .oven-other-header__logo {
    font-size: 34px;
  }

  .oven-other-header__nav {
    gap: 10px;
    padding-top: 4px;
    font-size: 22px;
  }

  .oven-other-header__nav a + a::before {
    margin-right: 10px;
    font-size: 22px;
  }

  .oven-other-header__tagline {
    font-size: 12px;
  }

  .oven-other-header__member {
    gap: 8px;
    padding-top: 8px;
    font-size: 13px;
  }

  .oven-intro {
    padding: 46px 0 42px;
  }

  .oven-intro__eyebrow {
    font-size: 19px;
  }

  .oven-intro__title {
    margin-top: 26px;
    font-size: 16px;
  }

  .oven-intro__text {
    margin-top: 26px;
    font-size: 16px;
  }

  .oven-hero,
  .oven-hero__inner {
    min-height: 280px;
  }

  .oven-hero {
    margin-bottom: 64px;
  }

  .oven-hero__inner {
    padding: 48px 22px 42px;
  }

  .oven-hero__badge {
    font-size: 25px;
  }

  .oven-hero__title {
    font-size: 20px;
  }

  .oven-hero__text {
    max-width: 700px;
    margin-top: 46px;
    font-size: 14px;
    line-height: 1.7;
  }

  .oven-section {
    margin-top: 60px;
  }

  .oven-news__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 24px;
  }

  .oven-news__list {
    grid-template-rows: repeat(3, 218px) auto;
    gap: 20px;
  }

  .oven-news-card__link {
    grid-template-columns: minmax(170px, 42%) minmax(0, 1fr);
    gap: 12px;
    min-height: 218px;
    padding: 14px 10px;
  }

  .oven-news-card__thumb {
    width: 100%;
    height: 188px;
  }

  .oven-news-card__title {
    font-size: 16px;
    line-height: 1.4;
  }

  .oven-news-card__desc {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.58;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .oven-product-grid {
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 30px 16px;
  }

  .oven-product-card__thumb {
    height: 205px;
  }

  .oven-product-card__title {
    margin-top: 10px;
    font-size: 13px;
  }

  .oven-product-card__price {
    margin-top: 10px;
    font-size: 21px;
  }

  .oven-product-card__button {
    height: 30px;
    margin-top: 10px;
    font-size: 13px;
  }

  .oven-project-grid {
    gap: 18px;
  }

  .oven-project-card__title {
    margin-top: 12px;
    font-size: 17px;
  }

  .oven-project-card__desc {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  :root {
    --oven-container: 100%;
  }

  .oven-page header,
  .oven-page footer,
  .oven-other-header {
    width: 100%;
  }

  .oven-other-header {
    padding: 11px 15px 10px;
    border-bottom-width: 1px;
  }

  .oven-other-header__inner {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    align-items: center;
  }

  .oven-other-header__logo {
    font-size: 22px;
  }

  .oven-other-header__nav {
    justify-content: flex-end;
    gap: 6px;
    padding-top: 0;
    font-size: 0;
  }

  .oven-other-header__tagline {
    margin-left: 2px;
    font-size: 10px;
    display: none !important;
  }

  .oven-other-header__nav a[data-other-nav="news"] {
    display: none;
  }

  .oven-other-header__nav a[data-other-nav="feed"] {
    display: inline-flex;
  }

  .oven-other-header__nav a + a::before {
    display: none;
  }

  .oven-other-header__member {
    display: none;
  }

  .oven-main {
    padding-bottom: 40px;
  }

  .oven-container,
  .oven-intro {
    width: 100%;
  }

  .oven-intro {
    padding: 28px 16px 26px;
    border-bottom: 1px solid #e5e5e5;
  }

  .oven-intro__eyebrow {
    font-size: 17px;
    line-height: 1.25;
  }

  .oven-intro__title {
    margin-top: 17px;
    font-size: 12px;
  }

  .oven-intro__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
  }

  .oven-hero {
    width: 100%;
    min-height: 390px;
    margin: 24px auto 28px;
    border-radius: 0;
  }

  .oven-hero__inner {
    width: 100%;
    min-height: 390px;
    padding: 130px 20px 52px;
    justify-content: flex-start;
  }

  .oven-hero__badge {
    font-size: 24px;
    line-height: 1.25;
  }

  .oven-hero__title {
    display: none;
  }

  .oven-hero__text {
    max-width: 320px;
    margin-top: 40px;
    font-size: 12px;
    line-height: 1.55;
  }

  .oven-section {
    margin-top: 0;
  }

  .oven-section__title {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    color: #111;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-align: left;
  }

  .oven-section__title::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #111;
  }

  .oven-section__title--mobile {
    display: flex;
  }

  .oven-news__layout,
  .oven-product-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .oven-news__layout {
    display: block;
  }

  .oven-news__list {
    display: grid;
    grid-template-rows: none;
    gap: 18px;
  }

  .oven-news-card {
    border: 0;
  }

  .oven-news-card__link {
    display: block;
    min-height: 0;
    padding: 0;
  }

  .oven-news-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1.52 / 1;
    min-height: 0;
  }

  .oven-news-card__body {
    padding: 8px 0 0;
  }

  .oven-news-card__title {
    font-size: 15px;
    line-height: 1.32;
    font-weight: 900;
  }

  .oven-news-card__desc {
    display: none;
  }

  .oven-pager {
    gap: 17px;
    margin: 44px 0 62px;
    font-size: 22px;
  }

  .oven-pager a,
  .oven-pager strong {
    min-width: 34px;
    height: 34px;
  }

  .oven-product-grid {
    grid-template-rows: none;
    grid-auto-rows: auto;
    margin-top: 0;
    gap: 28px;
  }

  .oven-item-title {
    margin-bottom: 28px;
  }

  .oven-product-card__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1.52 / 1;
  }

  .oven-product-card__title {
    margin-top: 12px;
    padding: 0;
    color: #303846;
    font-size: 17px;
    line-height: 1.35;
  }

  .oven-product-card__price {
    margin-top: 12px;
    font-size: 26px;
  }

  .oven-product-card__button {
    height: 42px;
    margin-top: 12px;
    font-size: 16px;
  }

  .oven-projects {
    margin-top: 72px;
    padding-top: 0;
  }

  .oven-project-grid {
    display: flex;
    grid-template-columns: none;
    gap: 18px;
    overflow-x: auto;
    padding: 0 0 18px;
    scroll-behavior: auto;
  }

  .oven-project-grid::-webkit-scrollbar {
    display: none;
  }

  .oven-project-card {
    flex: 0 0 78%;
  }

  .oven-project-card__thumb {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    border-radius: 16px 16px 0 0;
  }

  .oven-project-card__title {
    margin-top: 12px;
    padding: 0 14px;
    font-size: 20px;
    font-weight: 500;
  }

  .oven-project-card__desc {
    padding: 0 14px;
    color: #888;
    font-size: 20px;
    line-height: 1.35;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}

@media screen and (max-width: 600px) {
  body:not(.oven-page) .ci {
    padding: 15px 10px 0 0;
  }

  body:not(.oven-page) .ci img {
    width: 45px;
  }

  body:not(.oven-page) .top {
    margin-bottom: 110px;
    padding: 50px 0 0 35px;
  }

  body:not(.oven-page) .title {
    width: 150px;
  }

  body:not(.oven-page) .logo {
    width: 90px;
  }

  body:not(.oven-page) .con .date {
    margin-bottom: -20vw;
    margin-left: -37vw;
  }

  body:not(.oven-page) .con .date .year {
    margin: 0 0 -5vw;
  }

  body:not(.oven-page) .con .date .md_num {
    font-size: 20vw;
    font-weight: 300;
    letter-spacing: 1vw;
  }

  body:not(.oven-page) .con .date .md_txt {
    margin: 0 1vw 0 -1vw;
    font-size: 6vw;
  }

  body:not(.oven-page) .DDay-box {
    width: 99vw;
    height: 100vw;
  }

  body:not(.oven-page) .DDay-box .thumbnail {
    bottom: 12vw;
    width: 91vw;
    height: 51vw;
  }

  body:not(.oven-page) #countdown {
    font-size: 14vw;
  }

  body:not(.oven-page) .txt-box {
    width: 80vw;
  }

  body:not(.oven-page) .con_title {
    font-size: 6.4vw;
  }

  body:not(.oven-page) .con_txt {
    font-size: 3.4vw;
  }

  body:not(.oven-page) .line {
    width: 50vw;
    margin: 10vw auto;
  }
}

@media screen and (max-width: 450px) {
  body:not(.oven-page) .ci img {
    width: 35px;
  }

  body:not(.oven-page) .top {
    margin-bottom: 70px;
    padding: 30px 0 0 25px;
  }

  body:not(.oven-page) .title {
    width: 130px;
  }

  body:not(.oven-page) .logo {
    width: 80px;
  }
}

@media screen and (max-width: 420px) {
  body:not(.oven-page) .top {
    padding: 35px 0 0 20px;
  }

  body:not(.oven-page) .title {
    width: 120px;
  }

  body:not(.oven-page) .logo {
    width: 70px;
  }
}

@media (max-width: 360px) {
  :root {
    --oven-container: 100%;
  }
}