@charset "utf-8";

/*
 * File    : sub-pr.css
 * Author  : STUDIO-JT
 *
 * SUMMARY :
 * 창신 콘텐츠 이용 안내
 */

 

/* **************************************** *
 * 창신 콘텐츠 이용 안내
 * **************************************** */
.prguide-content { display: flex; flex-direction: column; gap: 80rem; }

.prguide-content p { margin-top: 12rem; }
.prguide-content p + p { margin-top: 24rem; }
.prguide-content strong { color: var(--color-primary); }

.prguide-content__preview { display: flex; justify-content: center; margin-top: 24rem; padding: 79rem; background: var(--color-bg-200); }
.prguide-content__preview .jt-lazyload { width: 100%; max-width: 720rem; aspect-ratio: 720 / 442; border-radius: var(--border-radius-03); box-shadow: 0 0 20rem 0 rgba(101, 96, 167, .10); }