@charset "UTF-8";
@import url("https://use.typekit.net/ctu5xvo.css");
/*! 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/normalize.css/">
*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* FONTS */
/* COLORS */
@font-face {
  font-family: "Malgun Gothic Semilight";
  src: url("../font/MalgunGothic-Semilight.woff2") format("woff2"), url("../font/MalgunGothic-Semilight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Malgun Gothic Bold";
  src: url("../font/MalgunGothicBold.woff2") format("woff2"), url("../font/MalgunGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Malgun Gothic";
  src: url("../font/MalgunGothic.woff2") format("woff2"), url("../font/MalgunGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  font-family: "Malgun Gothic", sans-serif;
}

header {
  background-color: #ffffff;
  width: 100%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 101;
  border-bottom: 1px solid #eae8e4;
  flex-shrink: 0;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  header {
    height: 80px;
  }
}
header .lv-logo {
  width: 11.4375rem;
}
@media (max-width: 768px) {
  header .lv-logo {
    width: 9.1875rem;
  }
}
header .lv-logo svg {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .webonly {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobileonly {
    display: none;
  }
}
.container {
  width: 100%;
  max-width: 1290px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
  min-width: 320px;
}

.content {
  padding-top: 73px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  min-height: 70%;
  gap: 30px 0;
}
@media (max-width: 768px) {
  .content {
    padding-top: 80px;
  }
}

.bg {
  width: 100%;
  height: 18.75vw;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  flex-grow: 1;
  background-image: url("../img/kv/202603/landing-bg.jpg");
}
@media screen and (min-width: 1920px) {
  .bg {
    height: 360px;
  }
}
@media (max-width: 768px) {
  .bg {
    height: 300px;
    background-image: url("../img/kv/202603/landing-bg-m2.jpg");
  }
}

.key-visual {
  height: 20.8333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1920px) {
  .key-visual {
    height: 350px;
  }
}
@media screen and (max-width: 1150px) {
  .key-visual {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .key-visual {
    height: 300px;
  }
}

p {
  line-height: 1.5;
  padding: 0 20px;
}
@media screen and (max-width: 320px) {
  p {
    font-size: 13px;
  }
}
p.intro {
  margin: 0 auto;
  max-width: 550px;
  word-break: keep-all;
}

.appear {
  animation: appear linear 0.05s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1 {
  font-size: 1.375rem;
  font-family: "Malgun Gothic Bold", sans-serif;
  font-weight: 800;
  margin-top: 40px;
  margin-bottom: 0;
}

h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  font-family: "Malgun Gothic Bold", sans-serif;
  font-weight: 500;
  text-align: center;
  flex-grow: 0;
  margin: 24px 0 40px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.125rem;
  }
}
h2 span {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
}

.page-z-1 {
  flex-grow: 1;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 768px) {
  .page-z-1 {
    max-height: calc(100% - 55px);
  }
}
.page-z-1 > div {
  width: 100%;
}

.days {
  position: absolute;
  width: calc(100% - 8px);
  height: 39%;
  top: calc(13% + 1px);
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  border-radius: 25px;
  z-index: 5;
}
.days .day {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.days .day.greyout {
  background-color: rgba(255, 255, 255, 0.7);
}
.days .day.selected {
  background-color: transparent;
}
.days .day > div {
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 40%;
  z-index: 10;
}
.days .day > div img {
  width: auto;
  height: 100%;
}
.days .empty {
  background: transparent;
  pointer-events: none;
}

.c-frame {
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px;
  aspect-ratio: 640/1136;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  height: 100%;
  max-width: calc(100% - 40px);
  text-align: center;
  min-width: 320px;
  display: none;
  padding-top: 73px;
}
@media (max-width: 768px) {
  .c-frame {
    padding-top: 80px;
  }
}
.c-frame.active {
  display: flex;
}
.c-frame p {
  margin-top: 0;
}
@media (max-width: 768px) {
  .c-frame p {
    font-size: 0.75rem;
  }
}
.c-frame .content-container {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.c-frame .grid-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 40px 20px;
  align-items: center;
  margin: 0 auto 40px;
  justify-content: space-between;
  width: calc(100% - 60px);
  height: 100%;
}
.c-frame .grid-container.square {
  width: 100%;
  flex-grow: 0;
  height: auto;
}
.c-frame .grid-container.square div {
  height: auto;
  aspect-ratio: 1;
  border: 2px solid #d9d9d9;
}
.c-frame .grid-container div {
  cursor: pointer;
  width: calc(100% - 4px);
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #d9d9d9;
}
.c-frame .preview-container {
  flex-grow: 1;
  margin: 0 auto 30px;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 9/19.5;
  position: relative;
}
.c-frame .preview-container.vertical-center {
  justify-content: center;
}
.c-frame .preview-container .shadow {
  width: 100%;
  height: 100%;
  background-image: url(../img/bg/202603/shadow.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
  display: none;
}
.c-frame .preview-container .calendar-bg {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
  height: 32%;
  z-index: 3;
}
.c-frame .preview-container .calendar {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: 65%;
  z-index: 4;
}
.c-frame .preview-container.customize {
  aspect-ratio: 640/1136;
}
.c-frame .preview-container.customize .calendar {
  left: 50%;
  bottom: auto;
  width: 100%;
  height: auto;
}
.c-frame .preview-container.customize .calendar img {
  width: 100%;
}
.c-frame .preview-container .selected-images {
  position: relative;
  height: 100%;
}
.c-frame .preview-container .selected-images .image:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-frame .preview-container .selected-images .image:first-child img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-frame .preview-container .selected-images .image:nth-child(2) {
  width: 100%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.c-frame .preview-container .selected-images .image:nth-child(2) img {
  width: 81%;
}
.c-frame .preview-container .selected-images.centered .image:nth-child(2) {
  top: auto;
  bottom: 25%;
  transform: translate(-50%, 0);
  width: 100%;
}
.c-frame .preview-container .selected-bg {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
  height: 32%;
}
.c-frame .preview-container .selected-calendar {
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 0;
}
.c-frame .preview-container .selected-calendar .image {
  margin: 0 auto;
  width: 65%;
}
.c-frame .preview-container .selected-calendar .image img {
  width: 100%;
}
.c-frame .preview-container .selected-calendar .calendar {
  position: static;
  transform: none;
  width: 100%;
}
.c-frame .preview-container .selected-calendar .calendar img {
  width: 100%;
}
.c-frame .preview-container .selected-calendar .days {
  position: absolute;
  bottom: 6%;
  left: 50%;
  z-index: 100;
  width: calc(65% - 6px);
  top: auto;
  height: 71%;
}
.c-frame .preview-container .selected-calendar .days .day {
  cursor: default;
}
.c-frame.page-z-2 .grid-container div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  object-fit: cover;
}
.c-frame.page-z-2 .grid-container div.selected {
  border: 2px solid black;
}

.page-z-3 .grid-container div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.page-z-3 .grid-container div.selected {
  border: 2px solid black;
}

.page-z-5 {
  background-repeat: no-repeat;
  background-size: cover;
}
.page-z-5 h2 {
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.inline {
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.emojis-container {
  display: none;
  position: relative;
  top: 68%;
}

.emojis {
  width: 100%;
  max-width: 240px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  margin: 0 auto;
}
.emojis div {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 2px solid #d9d9d9;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.emojis div.selected {
  border: 2px solid black;
}
@media screen and (max-width: 375px) {
  .emojis div img {
    width: 33px;
    height: 33px;
  }
}

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  width: calc(100% - 60px);
}
.btn-group.stacked {
  flex-direction: column;
  align-items: stretch;
  margin-top: 20px;
  width: 80%;
  margin: 20px auto;
}
@media screen and (max-height: 458px) {
  .btn-group.stacked {
    width: 95%;
  }
}

.btn,
.btn:active,
.btn:visited,
.btn:focus {
  font-family: "Malgun Gothic Bold", sans-serif;
  text-decoration: none;
  background-color: #19110b;
  color: #ffffff;
  border-radius: 0;
  padding: 0 30px;
  display: inline-flex;
  flex-grow: 1;
  min-height: 45px;
  align-items: center;
  border: 1px solid #19110b;
  transition: all 200ms;
  font-weight: 400;
  font-size: 1rem;
  cursor: pointer;
  justify-content: center;
  white-space: nowrap;
}
@media screen and (max-height: 458px) {
  .btn,
  .btn:active,
  .btn:visited,
  .btn:focus {
    white-space: wrap;
  }
}
.btn:disabled,
.btn:active:disabled,
.btn:visited:disabled,
.btn:focus:disabled {
  background-color: #bbbab9;
  border-color: #bbbab9;
  cursor: default;
}
.btn.align-center,
.btn:active.align-center,
.btn:visited.align-center,
.btn:focus.align-center {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .btn:not(:disabled):hover,
  .btn:active:not(:disabled):hover,
  .btn:visited:not(:disabled):hover,
  .btn:focus:not(:disabled):hover {
    background-color: #ffffff;
    color: #19110b;
  }
}
.btn.full,
.btn:active.full,
.btn:visited.full,
.btn:focus.full {
  width: 100%;
  margin-top: 1.3157894737vh;
}
.btn.harf,
.btn:active.harf,
.btn:visited.harf,
.btn:focus.harf {
  margin: 10px 5px 0;
}
@media (max-width: 768px) {
  .btn.harf,
  .btn:active.harf,
  .btn:visited.harf,
  .btn:focus.harf {
    font-size: 0.75rem;
    padding: 7px 5px;
    margin: 15px 5px 0;
  }
}
@media screen and (max-width: 320px) {
  .btn.harf,
  .btn:active.harf,
  .btn:visited.harf,
  .btn:focus.harf {
    font-size: 0.7rem;
  }
}
.btn.outline,
.btn:active.outline,
.btn:visited.outline,
.btn:focus.outline {
  background-color: white;
  color: #000;
}
.btn.prev,
.btn:active.prev,
.btn:visited.prev,
.btn:focus.prev {
  position: relative;
}
.btn.prev:before,
.btn:active.prev:before,
.btn:visited.prev:before,
.btn:focus.prev:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
  position: absolute;
  left: 16px;
  top: 15px;
}

.page-z-1 .btn {
  flex-grow: 0;
}

.link {
  border: none;
  background: none;
  padding: 0;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.link.next {
  padding-right: 10px;
}
.link.next:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 7px;
}

.kakao-btn {
  height: 45px;
  width: auto;
}

.btn_reset {
  border: none;
  border-bottom: 1px solid #eae8e4;
  background: none;
  height: 100%;
  width: 100%;
  height: 70px;
  min-height: 44px;
}
@media (max-width: 768px) {
  .btn_reset {
    position: absolute;
    right: 64px;
    top: 0;
    width: 64px;
    height: 7.0394736842vh;
    border-bottom: none;
    border-left: 1px solid #eae8e4;
    border-right: 1px solid #eae8e4;
    padding: 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn_reset span {
    display: none;
  }
  .btn_reset:after {
    content: "↺";
  }
}
@media (max-width: 768px) {
  .btn_reset {
    width: 50px;
    right: 50px;
  }
}

button:focus {
  outline: none;
}

.capture_download_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  background-color: #ffffff;
  text-align: center;
  color: #19110b;
  padding: 15px 0;
}
@media (min-width: 992px) {
  .capture_download_btn:hover, .capture_download_btn:focus {
    text-decoration: none;
    color: #19110b;
  }
}
.capture_download_btn svg {
  width: 8px;
  height: 16px;
}

.btn-inline {
  display: flex;
  /* 
   @include media-breakpoint-down(lg) {
     flex-direction: column;
   }
   */
}

.modal-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-body {
  position: relative;
  background-color: white;
  width: 80%;
  padding: 20px;
  max-width: 350px;
}
.modal-body h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.modal-body .btn {
  margin-top: 20px;
}

.close-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background: none;
}
@media (max-width: 768px) {
  .close-btn {
    top: 20px;
    right: 20px;
  }
}
.close-btn span {
  display: none;
}
.close-btn:after, .close-btn:before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #19110b;
  position: absolute;
  top: 0;
  right: 9px;
}
.close-btn:after {
  transform: rotate(45deg);
}
.close-btn::before {
  transform: rotate(-45deg);
}

.preview_frame_area {
  width: 36.2962962963vh;
  height: 72.6851851852vh;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .preview_frame_area {
    width: 32.2368421053vh;
    height: 57.5657894737vh;
  }
}
.preview_frame_area img {
  width: auto;
  height: 72.6851851852vh;
  position: relative;
  left: -3.2407407407vh;
}
@media (max-width: 768px) {
  .preview_frame_area img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 32.2368421053vh;
    height: 57.5657894737vh;
  }
}
.preview_frame_area .put_area {
  position: absolute;
  cursor: pointer;
  width: 12.037037037vh;
  height: 12.037037037vh;
}
@media (max-width: 768px) {
  .preview_frame_area .put_area {
    width: 10.3947368421vh;
    height: 10.3947368421vh;
  }
}
.preview_frame_area .put_area.put_area_1 {
  z-index: 11;
  top: 24.537037037vh;
  left: 0.9259259259vh;
}
@media (max-width: 768px) {
  .preview_frame_area .put_area.put_area_1 {
    top: 12.0394736842vh;
    left: 2.9605263158vh;
  }
}
.preview_frame_area .put_area.put_area_1.empty:after {
  content: "1";
}
.preview_frame_area .put_area.put_area_2 {
  z-index: 12;
  top: 19.9074074074vh;
  left: 9.2592592593vh;
}
@media (max-width: 768px) {
  .preview_frame_area .put_area.put_area_2 {
    top: 8.4868421053vh;
    left: 9.2105263158vh;
  }
}
.preview_frame_area .put_area.put_area_2.empty:after {
  content: "2";
}
.preview_frame_area .put_area.put_area_3 {
  z-index: 13;
  top: 51.6666666667vh;
  left: 13.8888888889vh;
}
@media (max-width: 768px) {
  .preview_frame_area .put_area.put_area_3 {
    top: 32.7631578947vh;
    left: 12.6973684211vh;
  }
}
.preview_frame_area .put_area.put_area_3.empty:after {
  content: "3";
}
.preview_frame_area .put_area.put_area_4 {
  z-index: 14;
  top: 56.2037037037vh;
  left: 21.2962962963vh;
}
@media (max-width: 768px) {
  .preview_frame_area .put_area.put_area_4 {
    top: 36.5789473684vh;
    left: 18.8157894737vh;
  }
}
.preview_frame_area .put_area.put_area_4.empty:after {
  content: "4";
}
.preview_frame_area .put_area.empty {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.8125rem;
  font-family: "Malgun Gothic", sans-serif;
  font-weight: 700;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.4) 100%);
}
@media (max-width: 768px) {
  .preview_frame_area .put_area.empty {
    font-size: 2.3684210526vh;
  }
}

.preview_frame_area.capture_on .put_area.empty {
  background: none;
}
.preview_frame_area.capture_on .put_area.empty:after {
  content: none;
}

.control_frame_area {
  border-left: 1px solid #eae8e4;
  height: 100%;
}
@media (max-width: 768px) {
  .control_frame_area {
    height: auto;
    border-left: none;
    border-top: 1px solid #eae8e4;
    position: relative;
  }
}

.control_frame_area .control_btn {
  margin: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0px;
  border-right: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
}

.control_frame_area .control_btn:first-child {
  border-left: 1px solid #000000;
}

.control_frame_area .control_btn.small-4 {
  width: 33.33333%;
}

.control_frame_area .control_btn.small-2 {
  width: 16.66667%;
}

.preview_result_area {
  height: 100%;
}
.preview_result_area .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.preview_result_area .close-btn:after, .preview_result_area .close-btn:before {
  background-color: #ffffff;
  width: 2px;
}

.capture_output {
  width: auto;
  height: 100%;
}
.capture_output img {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
  align-self: flex-end;
  background-color: #19110b;
  color: #ffffff;
  padding: 30px 0;
  font-size: 0.75rem;
  line-height: 1.8;
  display: flex;
  justify-content: center;
}
footer .container {
  max-width: 1290px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
footer a {
  color: #ffffff;
  text-decoration: underline;
}
footer .lv-logo {
  width: 7.8125rem;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .lv-logo {
    display: none;
  }
}
footer .lv-logo svg {
  width: 100%;
  height: auto;
  fill: #ffffff;
}

.switch-button .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 25px;
  top: -7px;
}
.switch-button .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-button .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.switch-button .slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 19px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.switch-button input:checked + .slider {
  background-color: black;
}
.switch-button input:focus + .slider {
  box-shadow: 0 0 1px black;
}
.switch-button input:checked + .slider:before {
  transform: translateX(23px);
}

/*# sourceMappingURL=app.css.map */
