@charset "utf-8";
/* 새글 스킨 (latest) */
.dd_pic_theme {
}

.dd_pic_theme .img_box {
  width: 100%;
  aspect-ratio: 1392 / 1024;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.dd_pic_theme .img_box img {
  width: 100%;
}
.dd_pic_theme .txt_box {
  padding: 0 0.8rem;
}
.dd_pic_theme strong {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.dd_pic_theme p {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
  opacity: 0.75;

  min-height: 4rem;
}

.dd_pic_theme .mokup-w {
  position: relative;
  display: inline-block;
  background: #fff;
  box-shadow: 10px 10px 20px #d4d4d4;
  border: 4px solid #f7f7f7;
  outline: 2px solid #fff;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 4rem;
  padding: 0 0 24px 0;
}

.dd_pic_theme .mokup-w::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 30%;
  right: 30%;
  height: 10px;
  background: #f7f7f7;
  border-radius: 0 0 8px 8px;
}

.dd_pic_theme .mokup-w::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 30%;
  right: 30%;
  height: 4px;
  background: #f1f1f1;
  border-radius: 2px;
}

.dd_pic_theme .mokup-w img {
  border-radius: 1.6rem;
  overflow: hidden;
}

.dd_pic_theme .lnk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}

.dd_pic_theme .lnk > * {
  text-align: center;
  padding: 0.8rem 0;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;

  color: #fff;
}

.dd_pic_theme .lnk .theme_lnk1 {
  background: var(--primary-color);
}
.dd_pic_theme .lnk .theme_lnk2 {
  background: var(--point-color);
}

.dd_pic_theme small {
  color: var(--body-color);
  font-size: 2.4rem;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .dd_pic_theme .mokup-w {
    box-shadow: 0 0 0 #d4d4d4;
  }
}
