@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://static.dearto.kr/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; }
div.float-header > div.func { display: flex; align-items: center; justify-content: flex-end; }
div.float-header > div.func button.go-list { margin-right: 0.6rem 0; padding: 0.6rem 1rem 0.6rem 1.2rem; border: none; border-radius: 0; font-size: 1.3rem; color: var( --font-color-theme ); display: none; }
div.float-header > div.func span.go-list { font-size: 1.3rem; color: var( --font-color-theme ); display: none; }
div.float-header > div.func button.user-logout { margin: 0.6rem 0; padding: 0.6rem 1.2rem 0.6rem 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 ease; }
div.menu-wrap.active { transform: translateX( 0 ); opacity: 1; transition: opacity 0.5s; z-index: 998; }
div.menu-wrap > div.menu { position: absolute; left: 0; top: 0; width: var( --menu-wrap-width ); max-width: 600px; height: 100%; transform: translateX(-101%); transition: transform 0.5s ease; background-color: var( --bg-color-white ); border-right: var( --border-super-light-theme ); border-radius: 0 1rem 1rem 0; }
div.menu-wrap.active > div.menu { transform: translateX( 0 ); transition: transform 0.5s ease; }
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.menu-items > ul > li > a > span { display: inline-block; position: relative; top: -8px; margin-left: 0.2rem; width: 5px; height: 5px; border-radius: 50%; background: var( --bg-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% ); border: none; border-radius: 0; font-size: 1.3rem; color: var( --font-color-theme ); }

/** intro */
div.intro-content { display: flex; flex-direction: column; align-items: center; justify-content: center; margin: 0 auto; padding-top: var( --menu-header-gap ); max-width: 600px; box-shadow: 0 2px 6px rgba( 0, 0, 0, 0.08 ); }

/* 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 { position: relative; 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.disabled-section { opacity: 0.65; }
div.make-content > div.content-wrap > .make-wrap > section.disabled-section > h2 { color: var( --font-color-disabled ); }
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://static.dearto.kr/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 > button.order-reset { position: absolute; top: 50%; margin-left: 2rem; padding: 0; width: 1.4rem; height: 1.57rem; border: none; border-radius: 0; transform: translateY(-50%);
	background-image: url( 'https://static.dearto.kr/images/icon-reload.png' ); background-size: contain; background-repeat: no-repeat; }
div.make-content > div.content-wrap > .make-wrap > section > h2 button.multi-supply { position: absolute; top: 50%; right: 6rem; padding: 0; width: 2.8rem; height: 2.8rem; border: var( --border-theme ); border-radius: 2.8rem; transform: translateY(-50%);
	background-image: url( 'https://static.dearto.kr/images/icon-cloude.png' ); background-size: 60%; background-repeat: no-repeat; background-position: center; background-color: var( --bg-color-white ); opacity: 0; }
div.make-content > div.content-wrap > .make-wrap > section > h2 button.multi-supply.on { opacity: 1; transition: opacity 0.5s ease; }
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 { position: relative; 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 { padding: 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 > p.warn { margin-right: 0.6rem; padding: 0 0.6rem; text-align: right; line-height: 1.6rem; font-size: 1.1rem; color: var( --font-color-warn ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > p.warn > i { display: inline-block; margin-right: 0.4rem; width: 1.3rem; height: 1.3rem; background-image: url( 'https://static.dearto.kr/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 { 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; line-height: 1.6rem; 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.col-theme { position: relative; display: inline-block; margin: 0 2.2rem 1.6rem 0; width: 3.6rem; height: 3.4rem; border-radius: 0.6rem; cursor: pointer; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme:hover { border: var(--border-dark-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme.selected { border: var(--border-dark-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span { position: absolute; display: block; width: 2rem; height: 2rem; border: var( --border-super-light ); border-radius: 50%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span.bg { left: 0; top: 0; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span.logo { left: 50%; top: 50%; transform: translate( -50%, -50% ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span.theme { left: 0; top: 0; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span.sub-theme { left: 0; top: 0; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span.opt-theme-1 { left: 0; top: 0; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme span.opt-theme-2 { left: 0; top: 0; display: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td > span.col-theme i { position: relative; display: inline-block; left: 50%; bottom: 0; font-size: 0.9rem; transform: translate( -50%, 3.6rem ); white-space: nowrap; }

div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td .divide-names { position: relative; display: flex; align-items: center; justify-content: flex-start; width: 114.285%; transform: scale(0.875); transform-origin: left bottom; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td .divide-names > span { position: absolute; top: 0.4rem; left: -0.4rem; font-size: 1rem; transform: translate( -114.285%, 0 ) scale(1.14285) !important; transform-origin: left bottom; color: var( --font-color-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td .divide-names input[type="text"] { margin: 0; transform: scale(1); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td .divide-names input[type="text"]:first-of-type { flex: 0.25; border-right: var( --border-super-light ); border-radius: 0.4rem 0 0 0.4rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td .divide-names input[type="text"]:last-of-type { flex: 0.75; border-left: none; border-radius: 0 0.4rem 0.4rem 0; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.rep-img { position: relative; display: flex; align-items: center; justify-content: center; margin: 0.6rem 0; padding: 0.4rem; width: 20rem; height: auto; min-height: 12rem; border: var( --border-dashed-light ); border-radius: 0.4rem; background-color: var( --bg-color-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%; z-index: 1; }
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.rep-img canvas { position: absolute; top: 0; left: 0; padding: 0.4rem; width: 100%; height: 100%; pointer-events: none; inset: 0; z-index: 2; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.rep-img-calib { position: relative; padding: 0.6rem 0; text-align: leflt; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.rep-img-calib label { }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.rep-img-calib input[type="range"] { margin-left: 0.4rem; width: 60%; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.rep-img-calib span { margin-left: 0.6rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.rep-img-calib button.reset { position: absolute; top: 50%; right: 0; margin-left: 0.6rem; padding: 0; transform: translate( -50%, -50% ); }

div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.rep-img-effect {}
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td button.rep-img-effect.on { color: red; }

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://static.dearto.kr/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://static.dearto.kr/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 div.cell-line { position: relative; padding: 0.5rem 0; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.cell-line > span { position: absolute; top: calc( 0.5rem + 0.4rem ); left: -0.4rem; font-size: 1rem; transform: translate( -100%, 0 ); color: var( --font-color-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.cell-line > button.translate { position: absolute; top: 50%; right: 0.6rem; padding: 0.4rem 0.6rem; width: max-content; font-size: 1.2rem; letter-spacing: 1px; border: none;
	transform: scale(0.875) translate( 0, -56% ); transform-origin: right bottom; color: var( --font-color-theme ); cursor: pointer; opacity: 0.75; z-index: 1; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.cell-line > button.translate.trans-en {  }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.cell-line > button.translate.trans-jp { font-size: 1.15rem; letter-spacing: 0.85px; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.cell-line > button.translate.trans-cn { font-size: 1.15rem; letter-spacing: 0.85px }
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.25rem; }
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://static.dearto.kr/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://static.dearto.kr/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://static.dearto.kr/images/icon-stop.png' ); opacity: 0.75; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line button.reset { padding: 0.2rem; width: 1.2rem; height: 1.2rem; border: none; border-radius: 0; background-image: url( 'https://static.dearto.kr/images/thin-close.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.chrysanthemum { width: 1rem; height: 1.8rem; background-image: url( 'https://static.dearto.kr/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.cell-line._bank { display: flex; justify-content: flex-start; align-items: center; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line._bank > span { padding-left: 2rem; width: 8rem; text-align: right; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.cell-line._bank > input[type="text"] { flex: 1; }
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://static.dearto.kr/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 p.notification#evnt-dt-chg-noti { margin: 0 0 0.4rem 0; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.notification#evnt-vnu-addr-chg-noti { margin: 0; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.spec-description { margin-top: 0.6rem; line-height: 1.6rem; font-size: 1.1rem; color: var( --font-color-theme ); }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td p.spec-description > i { display: inline-block; margin-right: 0.4rem; width: 1.3rem; height: 1.3rem; background-image: url( 'https://static.dearto.kr/images/icon-notice-theme.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 span.base-invt { font-size: 1.2rem; font-weight: 700; color: var( --font-color-theme ); }
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 { position: relative; 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.map div#map button.draggable { position: absolute; left: 1.2rem; top: 1.2rem; padding: 0; width: 5rem; height: 3rem; border: var( --border-dark-theme ); background-color: var( --bg-color-white );
	background-image: url('https://static.dearto.kr/images/icon-drag-lock.png'); background-size: 1.6rem; background-position: center; background-repeat: no-repeat; z-index: 1; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td.map div#map button.draggable.release { background-image: url('https://static.dearto.kr/images/icon-drag-unlock.png'); }


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%; background: none; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor.i18n-input { margin-top: 2rem; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor.i18n-input > p { margin: 0.4rem 0; padding-left: 0.6rem; background: inherit; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor.i18n-input > p > button.i18n-ttl { padding: 0.6rem 0.4rem 0.4rem 2.6rem; border: none; color: var( --font-color-theme );
	background-image: url( 'https://static.dearto.kr/images/icon-fold.png' ); background-size: 1.5rem; background-position: left 60%; background-repeat: no-repeat; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr td div.editor.i18n-input > p > button.i18n-ttl.unfold { background-image: url( 'https://static.dearto.kr/images/icon-unfold.png' ); }
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://static.dearto.kr/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 > .make-wrap > section > div.section div.multi-sub-lock { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; padding: 1rem; width: 100%; height: 100%;
	font-size: 1.3rem; font-weight: 700; letter-spacing: 1px; line-height: 2.2rem; text-align: center; background: rgba(72,72,72,0.35); color: var( --font-color-white ); z-index: 101; pointer-events: auto; }
div.make-content > div.content-wrap > .make-wrap > section > div.section > table tr#set-navi > * { position: relative; z-index: 102; }

div.make-content > div.content-wrap > .make-wrap > .multi-switcher { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: fixed; left: 1rem; bottom: calc( var( --preview-footer-gap ) + 1rem ); padding: 0.4rem 1rem; width: 4rem; height: 4rem;
	border-radius: 100%; background: var( --bg-color-white ); cursor: pointer; z-index: 103; box-shadow: 0 4px 12px rgba( 0, 0, 0, 0.14 ), 0 1px 3px rgba( 0, 0, 0, 0.08 ); opacity: 0; }
div.make-content > div.content-wrap > .make-wrap > .multi-switcher.on { opacity: 1; transition: opacity 0.5s ease; }
div.make-content > div.content-wrap > .make-wrap > .multi-switcher svg { width: 2rem; height: 2rem; }
div.make-content > div.content-wrap > .make-wrap > .multi-switcher span { font-size: 0.8rem;}

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 { padding-top: 2rem; 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-white ); border-top: var( --border-light-theme ); background: var( --bg-color-dark-green ); font-size: 1.3rem; z-index: 997; }

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; }

/** 문의하기 dialog */
div.dialog#inquiry-dialog div.content { width: 60rem; }
div.dialog#inquiry-dialog div.content div.body { padding: 0 1rem 2rem 1rem; }
div.dialog#inquiry-dialog div.content div.body > div { margin-top: 1rem; }
div.dialog#inquiry-dialog div.content div.body > div > p { margin-top: 0.6rem; }
div.dialog#inquiry-dialog div.content div.body > div > p textarea { padding: 6px; width: 113.5%; height: 12rem; line-height: 2rem; transform-origin: left top; }
div.dialog#inquiry-dialog div.content div.body > div > p input { padding: 6px; width: 113.5%; transform-origin: left top; }
div.dialog#inquiry-dialog div.content div.body > div > p select { padding: 6px; width: 113.5%; font-size: 15px; transform: scale(0.875); transform-origin: left top; }
div.dialog#inquiry-dialog div.content div.body > div.invt { display: none; }
div.dialog#inquiry-dialog div.content div.footer { margin-top: 1rem; }


/** 결제금액 관련 */
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; }

/* TinyMCE */
div.i18n-input div.tox.tox-tinymce { height: 50px !important; }
div.i18n-input div.tox.tox-tinymce.open { height: 350px !important; }
.tox .tox-edit-area::before { border: none !important; border-radius: 0 0 10px 10px !important; }
.tox .tox-tbtn { width: 28px !important; }
.tox .tox-tbtn[data-mce-name="translatebtn"] { position: absolute; right: 12px; width: max-content !important; color: var( --font-color-theme ); }
.tox .tox-tbtn[data-mce-name="aligncenter"] { margin: 0 4px; }

.autotranslate-noti { display: none; }

/* input focus auto zoom-in anti control */
input[type="text"], input[type="password"] { font-size: 1.5rem; width: 114.285%; transform: scale(0.875); transform-origin: left bottom; }
input[type="text"]::placeholder, input[type="password"]::placeholder { font-size: 1.5rem; width: 114.285%; transform: scale(0.875); transform-origin: left bottom; }
textarea, textarea { font-size: 1.5rem; transform: scale(0.875); width: 114.285%; transform-origin: left bottom; }

.theme-color { color: var( --font-color-theme ) !important; }
.dark-theme-color { color: var( --font-color-dark-theme ) !important; } 

/* 모바일 스타일 */
@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; }
}