:root {
  --ml-bg-pri-color: #231b0e;
  --ml-bg-sec-color: #232323;
  font-size: 14px;
}

html, body {
  width: 100%;
  min-height: 100vh;
}

html, body, input, select, textarea, h1:not(.text-plain), h2:not(.text-plain), h3:not(.text-plain), h4:not(.text-plain), h5:not(.text-plain), h6:not(.text-plain), .text-header {
  font-family: Pretendard Variable, Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, Helvetica Neue, Segoe UI, Apple SD Gothic Neo, Noto Sans KR, Malgun Gothic, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, sans-serif;
}

ul.reset {
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

a {
  color: currentColor;
}

body > main:first-of-type {
  min-height: 100vh;
}

.block-center {
  margin: 0 auto;
  display: block;
}

.flex {
  align-items: center;
  display: flex;
}

.flex.between {
  justify-content: space-between;
}

.rounded {
  border-radius: 9999px;
}

.text-primary {
  color: var(--b-color);
}

.text-foreground {
  color: var(--b-footer-fg-color);
}

.text-seperator {
  color: var(--b-footer-sp-color);
}

.text-accent {
  color: var(--b-accent-color);
}

.font-bold {
  font-weight: bold;
}

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

.text-h1 {
  font-size: 3rem;
}

.text-h2 {
  font-size: 2rem;
}

.text-h3 {
  font-size: 1.5rem;
}

.text-h4 {
  font-size: 1.25rem;
}

.bg-primary {
  background-color: var(--b-color);
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media (width <= 768px) {
  .desktop-only {
    display: none !important;
  }
}

@media (width >= 769px) {
  .phone-only {
    display: none !important;
  }
}

.stick-nav {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.stick-nav > a {
  text-align: center;
  color: #757575;
  padding: 1rem;
  font-size: .8rem;
  display: block;
  box-shadow: 0 10px 10px #0000001a, 0 4px 6px -4px #0000001a;
}

@media (width <= 768px) {
  .stick-nav > a {
    padding: .5rem;
  }
}

.stick-nav > a:first-child {
  background-color: #fae104;
  border-radius: 1rem 1rem 0 0;
}

.stick-nav > a:last-child {
  border: 1px solid var(--b-nob-color);
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
}

.stick-nav > a:last-child > img {
  margin: .25rem auto;
  display: block;
}

.button {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.button.whiteline {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button.whiteline:hover {
  background-color: #ffffff1a;
}

.button.whiteline:active {
  background-color: #fff3;
}

.button.whitefill {
  color: var(--text-color, black);
  background-color: #fff;
  border: 0;
}

.button.whitefill:hover {
  background-color: #ffffffe6;
}

.button.whitefill:active {
  background-color: #fffc;
}

.button.orangeline {
  color: #ff5f01;
  background-color: #0000;
  border: 1px solid #ff5f01;
}

.button.orangeline:hover {
  background-color: #ff5e010a;
}

.button.orangeline:active {
  background-color: #ff5e0112;
}

.button.orangefill {
  color: var(--text-color, white);
  background-color: #ff5f01;
  border: 0;
}

.button.orangefill:hover {
  background-color: #ff5e01ee;
}

.button.orangefill:active {
  background-color: #ff5e01cb;
}

#common-top {
  background: inherit;
  background-color:#231b0eaa;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /*mix-blend-mode: difference;*/
  z-index: 1000;
  align-items: center;
  padding: .5rem 2rem;
  display: flex;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  height: 3rem;
  
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#common-top h1 {
  background: url("https://storage.perfectcdn.com/a8yvx5/ljt9s25sg5e87jl4.svg") center / contain no-repeat;
  width: 95px;
  height: 20px;
  margin: 0;
  padding: 0;
}

#common-top > div {
  flex: 1;
  justify-content: end;
  align-items: center;
  font-size: 2rem;
  display: flex;
}

#common-top > div > button {
  background-color: #0000;
  border: 0;
  align-items: center;
  padding: 0;
  display: inline-flex;
}

#common-top.dark {
  color: #fff;
}

#common-top.dark h1 {
  background-image: url("https://storage.perfectcdn.com/a8yvx5/7lg12921ia81lnhw.svg");
}

#common-menu {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #231b0e99;
  position: fixed;
  top: calc(20px + 1.5rem);
  left: 0;
  right: 0;
}

#common-bottom {
  color: #fff;
  background-color: #232323;
  padding: 3rem 2rem;
}

#common-bottom > div:has(img) {
  padding-bottom: 1.2rem;
}

#common-bottom > h5 {
  font-size: 1.2rem;
}

#common-bottom > p {
  color: #fff9;
  font-size: 1rem;
}

main > section {
  padding: 2rem;
}

main:has(.container) {
  padding-top: 4rem;
}

.singin-top {
  color: #fff;
  text-align: center;
  background-color: #231b0e;
  padding: 1rem 0;
}

.singin-top > .secondary-area {
  background: url("https://storage.perfectcdn.com/a8yvx5/y0mwhq08ldxjbfo3.png") 100% 0 / 66.6666% no-repeat;
  padding-top: 14rem;
  font-size: 2rem;
}

.singin-top > .primary-area {
  background: url("https://storage.perfectcdn.com/a8yvx5/mqhqimttm0xuk4if.png") bottom / cover no-repeat;
  padding-bottom: 16rem;
}

.singin-top > .primary-area > h2 {
  color: #e3b664;
  background: linear-gradient(90deg, #e3b664 0%, #f9dea7 20% 80%, #e3b664 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.singin-top > .button-area {
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0 4rem;
  display: flex;
}

.singin-top > .button-area > .button {
  padding: .75rem 1.5rem;
}

.signin-intro {
  text-align: center;
  padding: 4rem 0;
  font-size: 1.75rem;
}

.signin-intro b {
  font-weight: bold;
}

.signin-orders > header {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.signin-orders > header > h3 {
  border: 1px solid #000;
  border-radius: .5rem;
  padding: 1rem 1.2rem;
  font-size: 1.5rem;
}

.signin-orders > header > a {
  border-bottom: 1px solid #000;
  align-items: center;
  gap: .5rem;
  font-size: 1.4rem;
  display: inline-flex;
}

.signin-orders > ul {
  gap: 1rem;
  padding: 1rem 0;
  list-style: none;
  display: grid;
}

.signin-orders > ul:has(div) {
  display: block;
}

.signin-orders > ul li {
  border-radius: .5rem;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 0 5px #00000026;
}

.signin-orders > ul li > span {
  color: #fff;
  background-color: #000;
  border-radius: .25rem;
  padding: .25rem 1rem;
}

.signin-orders > ul li > div {
  flex: 1;
  padding-top: .25rem;
}

.signin-orders > ul li > div > div {
  color: #0009;
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  font-weight: 300;
  display: flex;
}

.signin-stats > ul {
  gap: 1rem;
  padding: 0;
  list-style: none;
  display: grid;
}

.signin-stats > ul > li {
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.signin-stats > ul > li:first-child {
  background: linear-gradient(90deg, #e3b664 0%, #f9dea7 20% 80%, #e3b664 100%);
}

.signin-stats > ul > li:last-child {
  color: #fff;
  background-color: #2d2d2d;
}

.signin-stats > ul > li > img {
  margin: 0 10%;
}

.signin-stats > ul > li > div {
  font-size: 1.2rem;
  text-align: center;
  flex: 0.75;
}

.signin-stats > ul > li > div > p:last-child {
  font-weight: bold;
}

.signin-common > h3 {
  text-align: center;
  padding: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
}

.signin-common > ul {
  padding: 0;
  list-style: none;
}

.signin-recommend > ul {
  background-color: #999;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  display: grid;
}

.signin-recommend > ul > li {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  display: flex;
}

.signin-recommend > ul > li > img {
  margin: 0 10%;
}

.signin-recommend > ul > li > div {
  text-align: center;
}

.signin-recommend > ul > li > div > p {
  padding-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.signin-recommend > ul > li > div > a {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.signin-process {
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMzc1IiBoZWlnaHQ9IjMwNiIgdmlld0JveD0iMCAwIDM3NSAzMDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZWxsaXBzZSBjeD0iMTg4IiBjeT0iMTUzIiByeD0iMjE4IiByeT0iMTUzIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMF83KSIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMF83IiB4MT0iMTg4IiB5MT0iMCIgeDI9IjE4OCIgeTI9IjI4OS43MzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiNGRkY4RjAiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0ZGRjhGMCIgc3RvcC1vcGFjaXR5PSIwIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+") top / cover no-repeat;
}

.signin-process > p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

.signin-process > ul {
  padding: 2rem 0;
  display: grid;
}

.signin-process > ul img {
  display: block;
}

.signin-process > ul > li {
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  display: flex;
}

.signin-process > ul > li > div {
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 2rem;
  display: grid;
}

.signin-process > ul > li > div > figure {
  background-color: #f3f3f3;
  border-radius: 9999px;
  padding: 1.33rem;
}

.signin-process > ul > li > div > div > span {
  color: #ff5f01;
  font-weight: bold;
}

.signin-process > ul > li > div > div > p {
  font-size: 1.2rem;
  font-weight: bold;
}

.signin-process > ul > li > figure {
  width: 8rem;
  padding-top: .5rem;
}

.signin-products {
  color: #fff;
  background-color: #232323;
}

.signin-products > h3 {
  text-align: left;
}

.signin-products > ul {
  gap: 1rem;
  padding: 2rem 0;
  display: grid;
}

.signin-products > ul > li {
  background-color: #fff3;
  border-radius: .5rem;
  padding: 1.25rem;
}

.signin-products > ul > li > figure {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.signin-products > ul > li > figure > figcaption {
  font-size: 1.2rem;
  font-weight: bolder;
}

.signin-products > ul > li > div {
  flex-wrap: wrap;
  gap: .5rem;
  padding: 1.25rem 0 0;
  display: flex;
}

.signin-products > ul > li > div > span {
  word-break: keep-all;
  background-color: #000;
  border-radius: .5rem;
  padding: .3333rem .6666rem;
}

.signin-products > ul > li > div > span:before {
  content: "#";
  margin-right: .25rem;
}

.signin-testimonials {
  columns: 2 auto;
  column-fill: balance;
  background-color: #f7f6f2;
  column-gap: 1rem;
}

.signin-testimonials i.quote {
  background: url("data: image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03LjkyMjEyIDEuNjY0MDJMNy44MzgwNSA5LjQ2MzI0ZS0wN0MzLjY4NTM1IDUuODMyODRlLTA3IDAuNDc0ODM3IDIuMTA2ODkgMC4wNDY2NTE5IDUuMzE5NjZDLTAuMDE1NzU1MSA1Ljc4ODUzIDAuMDAyNDQ1NyAxMiAwLjAwMjQ0NTcgMTJMNy44MzgwNSAxMkw3LjgzODA1IDYuMDE4MkwzLjkyNjMxIDYuMDE4MkMzLjQ5ODEzIDEuNDA1NzUgNy45MjIxMiAxLjY2NDAyIDcuOTIyMTIgMS42NjQwMloiIGZpbGw9IiMyMzIzMjMiLz4NCjxwYXRoIGQ9Ik0xOC4wMTgxIDEuNjY0MDJMMTcuOTM0IDkuNDYzMjRlLTA3QzEzLjc4MTMgNS44MzI4NGUtMDcgMTAuNTcwOCAyLjEwNjg5IDEwLjE0MjYgNS4zMTk2NkMxMC4wODAyIDUuNzg4NTMgMTAuMDk4NCAxMiAxMC4wOTg0IDEyTDE3LjkzNCAxMkwxNy45MzQgNi4wMTgyTDE0LjAyMjMgNi4wMTgyQzEzLjU5NDEgMS40MDU3NSAxOC4wMTgxIDEuNjY0MDIgMTguMDE4MSAxLjY2NDAyWiIgZmlsbD0iIzIzMjMyMyIvPg0KPC9zdmc+") no-repeat;
  width: 18px;
  height: 12px;
  display: block;
}

.signin-testimonials i.quote.sub {
  background-image: url("data: image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik03LjkyMjEyIDEuNjY0MDJMNy44MzgwNSA5LjQ2MzI0ZS0wN0MzLjY4NTM1IDUuODMyODRlLTA3IDAuNDc0ODM3IDIuMTA2ODkgMC4wNDY2NTE5IDUuMzE5NjZDLTAuMDE1NzU1MSA1Ljc4ODUzIDAuMDAyNDQ1NyAxMiAwLjAwMjQ0NTcgMTJMNy44MzgwNSAxMkw3LjgzODA1IDYuMDE4MkwzLjkyNjMxIDYuMDE4MkMzLjQ5ODEzIDEuNDA1NzUgNy45MjIxMiAxLjY2NDAyIDcuOTIyMTIgMS42NjQwMloiIGZpbGw9IiNDQ0NDQ0MiLz4NCjxwYXRoIGQ9Ik0xOC4wMTgxIDEuNjY0MDJMMTcuOTM0IDkuNDYzMjRlLTA3QzEzLjc4MTMgNS44MzI4NGUtMDcgMTAuNTcwOCAyLjEwNjg5IDEwLjE0MjYgNS4zMTk2NkMxMC4wODAyIDUuNzg4NTMgMTAuMDk4NCAxMiAxMC4wOTg0IDEyTDE3LjkzNCAxMkwxNy45MzQgNi4wMTgyTDE0LjAyMjMgNi4wMTgyQzEzLjU5NDEgMS40MDU3NSAxOC4wMTgxIDEuNjY0MDIgMTguMDE4MSAxLjY2NDAyWiIgZmlsbD0iI0NDQ0NDQyIvPg0KPC9zdmc+");
}

.signin-testimonials > div {
  break-inside: avoid-column;
  margin-bottom: 1rem;
}

.signin-testimonials > div:first-child > h3 {
  color: #fff;
  background-color: #ff5f01;
  margin: .5rem 0;
  padding: .1rem .25rem;
  font-weight: bold;
  display: inline-block;
}

.signin-testimonials > div:not(:first-child) {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 0 5px #0000001a;
}

.signin-testimonials > div:not(:first-child) > p {
  padding: 1rem 0;
  font-size: 1.1rem;
}

.signin-testimonials > div:not(:first-child) > figure {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.signin-testimonials > div:not(:first-child) > figure > figcaption {
  word-break: break-all;
}

.signin-contact {
  color: #fff;
  background: #1c1c1c url("https://storage.perfectcdn.com/a8yvx5/rm057cw1p109ptzw.png") center / cover no-repeat;
  padding: 4rem 0;
}

.signin-contact > * {
  width: 360px;
  margin: 0 auto;
}

.signin-contact > p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 300;
}

.signin-contact > .kakao-ch {
  align-items: center;
  gap: 1rem;
  padding: 2rem 0;
  display: flex;
}

.signin-contact > .kakao-ch > a {
  color: #000;
  background-color: #fff;
  border-radius: .5rem;
  flex: 1;
  align-items: center;
  padding: .5rem 1rem;
  display: inline-flex;
}

.signin-contact > .kakao-ch > a > span {
  flex: 1;
  padding-left: 10%;
}

.signin-contact > ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  display: grid;
}

.signin-contact > ul > li {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.signin-contact > ul > li > div > h4 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

.signin-contact > ul > li > div p {
  color: #fff9;
}

.signin-contact > ul > li:last-child {
  grid-column: 2 span;
  align-items: start;
}

/* ===== NEW ORDER 페이지 (v2) - 스타일은 neworder.txt 인라인으로 이동 ===== */
/* #order-form 기본 리셋 (v2 인라인 스타일과 호환) */
#order-form {
  display: block;
  position: relative;
}
/* 플랫폼 탭 라디오만 숨김 (Package/Manual 등 #fields 내 라디오는 유지) */
.order-platforms input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  inset: 0;
}

.highlight {
  font-size: 17px;
  display: inline-block;
  width: 100%;
  background: linear-gradient(to right, #e2e8f0 60%, rgba(255, 255, 255, 0));
  font-weight: bold;
}


