@charset "UTF-8";

/** header */
div.float-header { position: fixed; left: 0; top: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; height: var( --menu-header-gap ); background-color: var( --bg-color-white ); border-bottom: var( --border-super-light-theme ); z-index: 997; }
div.float-header button.menu { padding: 0; margin-left: 1rem; width: 3rem; height: 2.7rem; scale: 0.85; border: none; border-radius: 0;
	background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/menu-icon.png' ); background-repeat: no-repeat; background-size: contain; }
div.float-header > span.nav { position: absolute; left: 5.4rem; font-size: 1.3rem; font-weight: 700; }
button.user-logout { margin-right: 1rem; border: none; border-radius: 0; font-size: 1.3rem; color: var( --font-color-theme ); }

/** menu */
div.menu-wrap { position: fixed; left: 0; top: 0; width: 100%; height: 100%; transform: translateX( -101% ); background-color: var( --bg-color-dim ); opacity: 0; transition: opacity 0.5s, transform 0.5s ease 0.5s; }
div.menu-wrap.active { transform: translateX( 0 ); opacity: 1; transition: opacity 0.5s; z-index: 998; }
div.menu-wrap > div.menu { position: relative; width: var( --menu-wrap-width ); height: 100%; background-color: var( --bg-color-white ); border-right: var( --border-super-light-theme ); border-radius: 0 1rem 1rem 0; }
div.menu-wrap > div.menu > div.float-header { position: absolute; justify-content: end; border-radius: 0 1rem 0 0; }
div.menu-wrap > div.menu > div.float-header > img { position: absolute; left: 1rem; top: 50%; width: 3rem; height: 3rem; transform: translateY( -50% ); }
div.menu-wrap > div.menu > div.float-header > button.menu { margin-left: 0; margin-right: 1rem; }
div.menu-wrap > div.menu > div.menu-items { padding-top: var( --menu-header-gap ); }
div.menu-wrap > div.menu > div.menu-items > ul { margin: 0; padding: 1rem; text-decoration: none; }
div.menu-wrap > div.menu > div.menu-items > ul > li { padding: 0.2rem 0; font-size: 1.3rem; font-weight: 700; color: var( --font-color-light ); }
div.menu-wrap > div.menu > div.menu-items > ul > li > a { display: block; padding: 0.6rem 0.2rem; }
div.menu-wrap > div.menu > div.menu-items > ul > li > a.active { color: var( --font-color-dark-theme ); }
div.menu-wrap > div.menu > div.terms { margin-top: 2rem; }
div.menu-wrap > div.menu > div.terms > p > button { padding: 1rem 2rem; border: none; border-radius: 0; font-size: 1.1rem; color: var( --font-color-theme ); }

/** menu sub-header */
div.menu-wrap > div.menu > div.float-footer { position: absolute; left: 0; bottom: 0; width: 100%; height: var( --menu-footer-gap ); border-top: var( --border-super-light-theme ); }
div.menu-wrap > div.menu > div.float-footer i.user-nm { position: absolute; left: 1.6rem; bottom: 50%; transform: translateY( 50% ); font-size: 1.1rem; color: var( --btn-bg-color-theme ); }
div.menu-wrap > div.menu > div.float-footer button.user-logout { position: absolute; right: 0; bottom: 50%; margin-right: 0; transform: translateY( 50% ); }

/** intro */
div.intro-content { display: flex; flex-direction: column; align-items: center; justify-content: center; }
div.intro-content > h1 { margin: 0 0 4rem 0; }
div.intro-content > p { margin: 2rem 0; font-size: 1.2rem; }
div.intro-content > p > button { padding: 1.2rem 2rem; font-size: 1.2rem; font-weight: 700; }
div.intro-content > p.login { margin-top: 6rem; text-align: center; }
div.intro-content > p.login > span#login { display: flex; align-items: center; justify-content: center; padding: 0.4rem 2.4rem; font-size: 1.2rem; font-weight: 700; color: var( --font-color-light ); background-color: var( --bg-color-white );
	border: var( --border-super-light-theme ); border-radius: 0.8rem; cursor: pointer; }
div.intro-content > p.login > span#login img { margin-right: 1rem; width: 3.4rem; height: 3.4rem; }
div.intro-content > p.login > button#mypage { color: var( --font-color-dark-theme ); background-color: var( --btn-bg-color-light-theme ); }

/** site-info */
section.site-info { padding-bottom: 1rem; width: 100%; color: var( --font-color-light ); background-color: var( --bg-color-light-theme ); }
section.site-info * { background: none; }
section.site-info > p { font-size: 1.1rem; }
section.site-info > p.ttl { padding: 1rem; margin-bottom: 0.8rem; font-size: 1.2rem; border-bottom: var( --border-super-light ); }
section.site-info > p:not(.ttl) { margin-top: 0.4rem; padding: 0 0.8rem; text-indent: 0.6rem; }
section.site-info > p > span { margin: 0 1rem; }

/* body fit-content */
div.fit-content { width: 100%; height: 100%; }

/* make content */
div.make-content { display: flex; background: var( --bg-color-super-light-theme ); }
div.make-content > div.content-wrap { display: flex; flex-direction: row; justify-content: center; margin-top: var( --menu-header-gap ); margin-bottom: var( --makup-footer-gap ); padding: 1rem 1rem 2rem 1rem; width: 100%; min-width: 360px; background: var( --bg-color-super-light-theme ); }
div.make-content > div.content-wrap > div { display: flex; flex-direction: column; margin: 0 1rem; }
div.make-content > div.content-wrap > .make-wrap { width: var( --make-wrap-width ); }
div.make-content > div.content-wrap > .make-wrap > h1 { padding-right: 0.6rem; width: 100%; font-size: 1.4rem; text-align: right; }
div.make-content > div.content-wrap > .make-wrap > section { margin-top: 1rem; padding: 0; background-color: var( --bg-color-white ); border: var( --border-light-theme ); border-radius: 0.6rem; }
div.make-content > div.content-wrap > .make-wrap > section.inactive { border: var( --border-disabled ); }
div.make-content > div.content-wrap > .make-wrap > section > h2 { position: relative; padding: 1rem; font-size: 1.2rem; border-bottom: 0 solid #c2d5d1; transition: border-bottom 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section > h2.open { border-bottom: var( --border-super-light-theme ); background-color: var( --bg-color-light-theme ); border-radius: 0.6rem 0.6rem 0 0;  transition: border-bottom 0.5s, background-color 0.5s, border-radius 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section.inactive > h2 { color: var( --font-color-super-light ); }
div.make-content > div.content-wrap > .make-wrap > section.inactive > h2 > button.section-fold { display: none; }
div.make-content > div.content-wrap > .make-wrap > section > h2 label.check-label { width: fit-content; font-size: 1.25rem; }
div.make-content > div.content-wrap > .make-wrap > section > h2 label.check-label span.add-cost { font-size: 1.05rem; font-weight: 400; color: var( --font-color-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > h2 label.check-label.disabled { color: var( --font-color-disabled ); }
div.make-content > div.content-wrap > .make-wrap > section > h2 label.check-label.disabled span.add-cost { color: var( --font-color-disabled ); }
div.make-content > div.content-wrap > .make-wrap > section > h2 > button.section-fold { position: absolute; top: 50%; right: 2rem; padding: 0; width: 3rem; height: 2rem; border: none; border-radius: 0; transform: translateY( -50% ) rotateX( 0deg ); transform-origin: center center; transition: transform 0.5s;
	background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/icon-fold.png' ); background-repeat: no-repeat; background-size: 60%; background-position: 50% 50%; }
div.make-content > div.content-wrap > .make-wrap > section > h2.open > button.section-fold { transform: translateY( -50% ) rotateX( 180deg ); transition: transform 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section > div.section { margin: 0; padding: 0; max-height: 0; overflow: hidden; border-radius: 0 0 0.6rem 0.6rem; transition: margin 0.5s, padding 0.5s, max-height 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section > div.section.open { margin: 0.8rem 0 0 0; max-height: 2000px; transition: margin 0.5s, padding 0.5s, max-height 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table { width: 100%; font-size: 1.1rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr th { padding: 0.6rem 1rem 0.6rem 0; text-align: right; border: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr th.th-top { padding: 1.9rem 1rem 0.6rem 0 !important; vertical-align: top; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td { padding: 0.6rem 1rem; text-align: left; border: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color { display: inline-block; margin: 0.4rem 0.4rem 0.4rem 0; width: 2.4rem; height: 2.4rem; vertical-align: middle; border: var( --border-bold-super-light ); border-radius: 2.4rem; cursor: pointer; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.white { background-color: var( --bg-color-white ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.theme { background-color: var( --bg-color-super-light-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.sand { background-color: var( --bg-color-sand ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.mint { background-color: var( --bg-color-mint ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.lavender { background-color: var( --bg-color-lavender ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.pastel-mint { background-color: var( --bg-color-pastel-mint ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.cream { background-color: var( --bg-color-cream ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.lilac { background-color: var( --bg-color-lilac ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td span.bg-color.selected { border: var( --border-bold-dark-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td input.color-cd { width: 12rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td input[type="text"] { width: 70%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.rep-img { display: flex; align-items: center; justify-content: center; margin: 0.6rem 0; padding: 0.4rem; width: 14rem; height: 14rem; border: var( --border-dashed-light ); border-radius: 0.4rem; background-color: var( --bg-color-super-light ); cursor: pointer; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.rep-img span { color: var( --font-color-theme ); text-decoration: underline; text-align: center; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.rep-img img { display: none; max-width: 100%; max-height: 100%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.rep-img img.loading { scale: 0.5; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.noti-img { position: relative; display: flex; align-items: center; justify-content: center; margin: 0.6rem 0; padding: 0.4rem; width: 14rem; height: 14rem; border: var( --border-dashed-light ); border-radius: 0.4rem; background-color: var( --bg-color-super-light ); cursor: pointer; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.noti-img button.del { position: absolute; top: 0; right: 0; padding: 0; width: 1.8rem; height: 1.8rem; background-color: var( --bg-color-white ); border: none; border-radius: 0; opacity: 0.5;
	background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/thin-close.png' ); background-size: 75%; background-repeat: no-repeat; background-position: center; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.noti-img span { color: var( --font-color-theme ); text-decoration: underline; text-align: center; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.noti-img img { display: none; max-width: 100%; max-height: 100%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.noti-img img.loading { scale: 0.5; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.map-img { position: relative; display: flex; align-items: center; justify-content: center; margin: 0.6rem 0; padding: 0.4rem; width: 14rem; height: 14rem; border: var( --border-dashed-light ); border-radius: 0.4rem; background-color: var( --bg-color-super-light ); cursor: pointer; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.map-img button.del { position: absolute; top: 0; right: 0; padding: 0; width: 1.8rem; height: 1.8rem; background-color: var( --bg-color-white ); border: none; border-radius: 0; opacity: 0.5;
	background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/thin-close.png' ); background-size: 75%; background-repeat: no-repeat; background-position: center; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.map-img span { color: var( --font-color-theme ); text-decoration: underline; text-align: center; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.map-img img { display: none; max-width: 100%; max-height: 100%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.map-img img.loading { scale: 0.5; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line { padding: 0.5rem 0; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line label.radio-label { font-size: 1.3rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line label.check-label { font-size: 1.25rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line label.check-label.gone { font-size: 1.1rem; color: var( --font-color-light ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line label.bgm-label { display: inline-flex; padding: 0.6rem; width: 100%; font-size: 1.2rem; border: var( --border-light-theme ); border-radius: 0.6rem;
	background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/icon-play.png' ); background-size: 1.8rem; background-position: right -2rem center; background-repeat: no-repeat; transition: border 0.5s, background-color 0.5s, background-position 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line label.bgm-label.selected { font-weight: 700;; border: var( --border-dark-theme ); background-color: var( --bg-color-super-light-theme );
	background-position: right 0.6rem center; transition: border 0.5s, background-color 0.5s, background-position 0.5s; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line audio { padding: 1rem 0; width: 100%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line button.audio-play.stop { width: 1.8rem; height: 1.8rem; background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/icon-play.png' ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line button.audio-play.play { background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/icon-stop.png' ); opacity: 0.75; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line i.chrysanthemum { width: 1rem; height: 1.8rem; background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/chrysanthemum.png' ); background-size: contain; background-repeat: no-repeat; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line i.cstm-url { font-size: 1.1rem; font-weight: 700; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line span.week-day { display: inline-block; font-size: 1.2rem; color: var( --font-color-light ); transform: translateX( -6px ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line span.ttl { margin-right: 1.4rem; font-size: 1.1rem; font-weight: 700; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.rep-img-chg-noti { display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.noti-img-chg-noti { display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.map-img-chg-noti { display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.notification { margin-top: 0.6rem; line-height: 1.6rem; font-size: 1.1rem; color: var( --font-color-noti ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.notification > i { display: inline-block; margin-right: 0.4rem; width: 1.3rem; height: 1.3rem; background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/icon-notice.png' ); background-size: contain; background-repeat: no-repeat; transform: translateY(3px); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td.map { padding: 0.6rem; background-color: var( --bg-color-white ) !important; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td.map div#map { margin: 0 auto; width: 96%; height: 26rem; background-color: #FFF; border: var( --border-super-light-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td select { font-size: 1.2rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td i.info { font-size: 1.1rem; color: var( --font-color-light); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor { width: 100%; height: var( --quill-simp-edit-height ); background-color: var( --bg-color-white ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor div.edit-wrap { height: calc( var( --quill-simp-edit-height ) - 42px ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor div.edit-wrap div.ql-editor { width: 114.5%; height: 114.5%; font-size: 1.5rem; transform: scale(0.875); transform-origin: left top; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.sample-btn { width: 100%; color: var( --font-color-theme ); background-color: var( --bg-color-super-light-theme ); border: var( --border-dashed-super-light-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.cstm_path_chk { padding: 0.6rem 2.4rem; width: 100%; color: var( --font-color-theme ); background-color: var( --bg-color-super-light-theme ); border: var( --border-super-light-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.cstm_path_chk:disabled { border: var( --border-disabled ); background-color: var( --bg-color-disabled ); color: var( --font-color-disabled ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.add-gallary { width: 100%; color: var( --font-color-theme ); background-color: var( --bg-color-super-light-theme ); border: var( --border-super-light-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.add-gallary > span.file-length { margin-right: 1rem; font-size: 1.1rem; color: var( --font-color-light ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.add-gallary > span.file-length span#crnt-gallery-img { margin-left: 0.6rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.add-gallary:disabled { color: var( --font-color-disabled ); border: var( --border-super-light ); background: var( --bg-color-disabled ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.add-gallary:disabled > span { color: var( --font-color-red ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td i.realtime-value { display: block; margin-bottom: 1rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs { display: flex; flex-wrap: wrap; margin: 0; padding: 0.6rem; width: 100%; height: auto; max-height: 30rem; overflow-y: auto; list-style: none; border: var( --border-dashed-light ); border-radius: 0.4rem; background-color: var( --bg-color-super-light ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.cell-line { padding: 3rem 0; width: 100%; text-align: center; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img { position: relative; display: block; margin: 0.2rem; padding: 0.3rem; width: calc( 33.3% - 0.4rem ); border: var( --border-super-light ); cursor: grab; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img:active { cursor: grabbing; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img.sortable-chosen { border: var( --border-dark-theme ); cursor: grabbing; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img.sortable-ghost { opacity: 0.25; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img.selected { border: var( --border-point ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img button.del-gallery { position: absolute; top: 0; right: 0; padding: 0; width: 1.8rem; height: 1.8rem; background-color: var( --bg-color-white ); border: none; border-radius: 0; opacity: 0.5;
	background-image: url( 'https://img.viewfinder.co.kr/dearto/resources/images/thin-close.png' ); background-size: 75%; background-repeat: no-repeat; background-position: center; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img div { display: flex; align-items: center; justify-content: center; width: 100% ; height: 12vh; background-color: var( --bg-color-light ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img div img { max-width: 100%; max-height: 100%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs li.img div img.loading { scale: 0.3; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.section-order { padding: 0; list-style: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.section-order li { margin: 0.8rem 0; padding: 1rem 1rem 1rem 1.4rem; border: var( --border-super-light ); border-radius: 0.6rem; font-size: 1.2rem; font-weight: 700; color: var( --font-color-super-light ); background-color: var( --bg-color-white ); cursor: grab; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.section-order li.active { border: var( --border-dark-theme ); color: var( --font-color-dark-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.section-order li.sortable-chosen { border: var( --border-dark-theme ); cursor: grabbing; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.section-order li.sortable-ghost { opacity: 0.25; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.section-order li.selected { border: var( --border-point ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr:nth-child(even) th { background-color: var( --bg-color-super-light ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr:nth-child(even) td { background-color: var( --bg-color-super-light ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > p.section-description { margin-top: 0.8rem; padding-right: 0.8rem; font-size: 1.1rem; font-weight: 400; text-align: right; color: var( --font-color-noti ); }
div.make-content > div.content-wrap > .preview-wrap { position: relative; width: var( --preview-wrap-width ); }
div.make-content > div.content-wrap > .preview-wrap.visible { display: block !important; }
div.make-content > div.content-wrap > .preview-wrap > .template-content { background-color: var( --bg-color-white ); font-size: 1.2rem; }
div.make-content > div.content-wrap > .preview-wrap > button.closePreviewBtn { display: inline-block; position: fixed; left: 0; bottom: 0; padding: 0; width: 100%; height: var( --preview-footer-gap ); white-space: normal; text-align: center; border: none; border-radius: 0;
	color: var( --font-color-dark-theme ); border-top: var( --border-light-theme ); background-color: var( --bg-color-pastel-mint ); font-size: 1.3rem; z-index: 2; }
div.make-content > div.content-wrap > .preview-wrap > button.closePreviewBtn > i { margin-top: 0.4rem; font-size: 1.0rem; }
div.make-content > div.content-wrap > .preview-wrap > button.saveInvtBtn { position: fixed; left: 0; bottom: 0; padding: 0; width: 100%; height: var( --preview-footer-gap ); border: none; border-radius: 0; color: var( --font-color-dark-theme ); border-top: var( --border-light-theme ); background: var( --bg-color-light-theme ); font-size: 1.3rem; }

div.make-content > div.content-wrap > div.mob-footer { position: fixed; left: 0; bottom: 0; display: flex; flex-direction: row; justify-content: space-around; width: 100%; height: var( --makup-footer-gap );
	border-top: var( --border-light-theme ); background-color: var( --bg-color-white ); z-index: 997; }
div.make-content > div.content-wrap > div.mob-footer button { display: flex; align-items: center; justify-content: center; border: none; border-radius: 0; color: var( --font-color-dark-theme ); font-size: 1.3rem; }
div.make-content > div.content-wrap > div.mob-footer button.saveInvtBtn { width: 35%; font-weight: 700; background: var( --bg-color-light-theme ); }
div.make-content > div.content-wrap > div.mob-footer button.previewBtn { display: inline-block; width: calc( 100% - 35% ); border-left: var( --border-light-theme ); background: var( --bg-color-pastel-mint ); white-space: normal; text-align: center; }
div.make-content > div.content-wrap > div.mob-footer button.previewBtn > i.current-cost { margin-top: 0.4rem; font-size: 1.0rem; }

/** dialog add option */
div.dialog > div.sample-content {  width: 50rem; max-width: 90%; }
div.dialog > div.sample-content > div.body { padding: 1rem 0; }
div.dialog > div.sample-content > div.body > div.samples { margin: 1rem 0; padding: 1rem; border: var( --border-dashed-light-theme ); user-select: none; border-radius: 0.8rem; font-size: 1.2rem; color: var( --font-color-light ); cursor: pointer; }
div.dialog > div.sample-content > div.body > div.samples:hover,
div.dialog > div.sample-content > div.body > div.samples:active { transform: scale(0.97); border: var( --border-light-theme ); background-color: var( --bg-color-light-theme ); transition: transform 0.1s ease, background-color 0.1s ease, border 0.1s ease; }

/** 결제금액 관련 */
i.current-cost { font-weight: 400; color: var( --font-color-theme ); }
i.current-cost::before { content: '( 예상 결제금액 : ₩ '; }
i.current-cost::after { content: ' )'; }

/* 다국어 관련 */
.i18n-input { display: none; }
.i18n-input > span { margin-right: 1rem; font-size: 1.1rem; color: var( --font-color-noti ); }
.autotranslate-noti { display: none; }

/* input focus auto zoom-in anti control */
input[type="text"], input[type="password"] { font-size: 1.5rem; transform: scale(0.875); transform-origin: left bottom; }
input[type="text"]::placeholder, input[type="password"]::placeholder { font-size: 1.5rem; transform: scale(0.875); transform-origin: left bottom; }
textarea, textarea { font-size: 1.5rem; transform: scale(0.875); transform-origin: left bottom; }

/* 모바일 스타일 */
@media ( max-width: 768px ) {
	div.make-content > div.content-wrap > div { margin: 0; }
	div.make-content > div.content-wrap > .preview-wrap { position: fixed; display: none; left: 0; top: 0; padding-bottom: var( --preview-footer-gap ); width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; z-index: 900; background-color: var( --bg-color-white ); }
	div.make-content > div.content-wrap > .preview-wrap > h1 { display: none; }
	div.make-content > div.content-wrap > .preview-wrap > .template-content { min-height: 100%; }
	div.make-content > div.content-wrap > .preview-wrap > i.current-cost { display: none; }
	div.make-content > div.content-wrap > .preview-wrap > button.saveInvtBtn { display: none; }
}	

/* 데스크탑 스타일 */ 
@media ( min-width: 769px ) {
	div.make-content > div.content-wrap { margin-bottom: var( --preview-footer-gap ); }
	div.make-content > div.content-wrap > div.mob-footer { display: none; }
	div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td ul.gallery-imgs { max-height: 50rem; }
	div.make-content > div.content-wrap > .preview-wrap > h1 { position: relative; display: flex; padding-right: 0.6rem; width: 100%; align-items: center; justify-content: end; font-size: 1.4rem; text-align: right; }
	div.make-content > div.content-wrap > .preview-wrap > h1 > span { margin-right: 2rem; font-size: 1.2rem; font-weight: 400; }
	div.make-content > div.content-wrap > .preview-wrap > .template-content { position: sticky; top: 6.4rem; margin-top: 1rem; width: var( --preview-wrap-width ); height: var( --template-content-height ); overflow-x: hidden; overflow-y: auto; background-color: var( --bg-color-white ); border: var( --border-light-theme ); border-radius: 0.6rem 0 0 0.6rem; }
	div.make-content > div.content-wrap > .preview-wrap > .template-content.empty { display: flex; align-items: center; justify-content: center; }
	div.make-content > div.content-wrap > .preview-wrap > i.current-cost { position: sticky; left: 0; top: calc( var( --template-content-height ) + 6.4rem + 0.8rem ); margin-top: 0.8rem; padding-right: 1rem; width: var( --preview-wrap-width ); text-align: right; font-size: 1.1rem; }
	div.make-content > div.content-wrap > .preview-wrap > button.closePreviewBtn { display: none; }
}