

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-VariableFont_opszwght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #101010;
  --white: white;
  --dark-grey: #2c2b2b;
  --purple: #7f2bff;
  --purple-dark: #6720d3;
  --grey: #9c9c9c;
  --white-20: #fff3;
}







@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}

body {
  background-color: var(--dark);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.button-old {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-weight: 600;
}

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

.hide {
  display: none;
}

.rb-shell {
  overflow: clip;
}

.rb-width-l {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rb-gutter {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.rb-utility {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.rb-utility-panel {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}



.rb-width-m {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rb-title-xl {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.rb-title-md {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.rb-title-inline {
  display: inline;
}





.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.rb-pad-lg {
  padding-top: 12rem;
}

.rb-hero-copy {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rb-hero {
  flex-flow: column;
  padding-top: 12rem;
  display: flex;
  overflow: clip;
}

.rb-topbar {
  z-index: 101;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.rb-topbar-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--dark-grey);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
  position: absolute;
  top: 2rem;
  box-shadow: 0 4px 20px #0003, inset 0 1px #ffffff24;
}

.button {
  background-color: var(--purple);
  border-radius: .75rem;
  padding: .85rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--purple-dark);
}

.button.is-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.button.is-grey {
  background-image: linear-gradient(#2b2b2b, #1b1b1b);
  box-shadow: inset 0 1px #ffffff14;
}

.button.is-grey:hover {
  background-image: linear-gradient(#1b1b1b, #2b2b2b);
  box-shadow: inset 0 -1px #ffffff14;
}

.button.is-small {
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: .875rem;
}

.rb-kakao-icon {
  width: 1.25rem;
}

.rb-topbar-actions {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.rb-kakao-link {
  aspect-ratio: 1;
  background-color: #3a3a3a;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: border-color .2s;
  display: flex;
}

.rb-kakao-link:hover {
  border-color: #4d4d4d;
}

.rb-brand-img {
  width: 5.5rem;
  display: block;
}

.rb-hero-stage {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.rb-hero-visual {
  height: 300vh;
}

.rb-hero-shot {
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 85%;
  max-width: 1300px;
  max-height: 76%;
}

.rb-hero-scroll-img {
  object-fit: cover;
  object-position: 50% 28%;
  width: 100%;
  height: 100%;
}

.rb-hero-scroll {
  border-radius: 5vw;
  width: 110%;
  height: 100vh;
  display: none;
  position: absolute;
  overflow: clip;
}

.rb-hero-badge-img {
  width: 5rem;
}

.rb-hero-badge {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #2c2c2c;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: absolute;
  box-shadow: 0 30px 35px -10px #000000b3;
}

.rb-hero-badge-title {
  font-size: .85rem;
}

.rb-eyebrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffffb8;
  background-color: #333;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
}

.label_icon {
  width: 1.1rem;
}

.rb-intro-text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: 50rem;
  display: flex;
}

.rb-intro-layout {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rb-muted {
  color: var(--grey);
}

.rb-intro-float-2 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  left: 100%;
}

.rb-intro-float-1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  right: 100%;
}

.rb-intro-float-3 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  margin-top: 10rem;
  position: absolute;
  top: 100%;
  left: 35%;
}

.rb-intro-main {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rb-pad-xl {
  padding-top: 20rem;
}

.rb-intro-thumb {
  z-index: 1;
  aspect-ratio: 2 / 2.5;
  vertical-align: text-bottom;
  object-fit: cover;
  border-radius: .35rem;
  width: 2.7rem;
  position: relative;
}

.rb-intro-thumb._1 {
  top: 8px;
  transform: rotate(-7deg);
}

.rb-intro-thumb._3 {
  z-index: 3;
  position: relative;
  bottom: -7px;
  transform: rotate(6deg);
}

.rb-intro-thumb._2 {
  margin-left: -10px;
  margin-right: -10px;
}

.rb-intro-thumb-row {
  display: inline-flex;
}

.rb-workflow-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.rb-workflow-body {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 11rem 6.4rem;
  display: flex;
}

.rb-workflow-figure-c {
  width: 65%;
}

.rb-workflow-media {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.rb-workflow-grid {
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rb-workflow-step {
  background-color: #1a1919;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: clip;
  box-shadow: inset 1px 1px #ffffff1a;
}

.rb-workflow-gallery {
  aspect-ratio: 1;
  perspective: 500px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.rb-workflow-img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  max-width: none;
}

.rb-workflow-shot-1 {
  width: 60%;
  transform-style: preserve-3d;
  position: absolute;
  top: -17%;
  right: -20%;
  transform: rotateX(15deg)rotateY(-23deg)rotateZ(0);
}

.rb-workflow-shot-2 {
  width: 51%;
  transform-style: preserve-3d;
  position: absolute;
  left: -10%;
  transform: rotateX(7deg)rotateY(26deg)rotateZ(0);
}

.rb-workflow-shot-3 {
  width: 46%;
  transform-style: preserve-3d;
  position: absolute;
  bottom: -9%;
  left: 61%;
  transform: rotateX(37deg)rotateY(-31deg)rotateZ(0);
}

.rb-workflow-figure-b {
  width: 50%;
}











.footer_social-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rb-contact-form-wrap {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.rb-contact-success {
  background-color: #353535;
  border-radius: .5rem;
  font-size: 1rem;
}

.rb-field-input {
  background-color: #2e2e2e;
  border: 1px solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: border-color .2s;
}

.rb-field-input:hover {
  border-style: solid;
  border-color: #575757;
}

.rb-field-input:focus {
  border-color: #696969;
}

.rb-field-input::placeholder {
  color: #999;
}

.rb-contact-panel {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rb-foot-meta {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 500;
}

.rb-foot-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_social-icon {
  width: 1rem;
}

.footer_social-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rb-foot-link {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.rb-foot-link:hover {
  text-decoration: underline;
}

.footer_legal-links {
  grid-column-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rb-contact-error {
  color: #6e1919;
  border-radius: .5rem;
  font-size: .875rem;
}

.rb-contact-form {
  flex-flow: column;
  display: flex;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rb-contact-head {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rb-brand-link {
  justify-content: center;
  align-items: center;
  display: flex;
}



.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}









.rb-title-lg {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

















.section_resources {
  min-height: 80vh;
}

















.rb-title-sm {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}







































































.rb-title-inline-block {
  display: inline-block;
}





















































































.link {
  color: var(--white);
}





















.brand-cms_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rb-muted-400 {
  color: var(--grey);
}









































































































@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .rb-title-xl {
    font-size: 3.5rem;
  }

  .rb-title-md {
    font-size: 2rem;
  }

  .rb-pad-lg, .rb-hero {
    padding-top: 10rem;
  }

  .rb-topbar-row {
    top: 1.5rem;
  }

  .button:hover {
    background-color: var(--purple);
  }

  .button.is-large {
    font-size: 1rem;
  }

  .button.is-grey:hover {
    background-image: linear-gradient(#2b2b2b, #1b1b1b);
    box-shadow: inset 0 1px #ffffff14;
  }

  .rb-brand-img {
    width: 5rem;
  }

  .rb-hero-stage {
    width: auto;
    height: auto;
    margin-top: 7rem;
    position: relative;
    top: auto;
  }

  .rb-hero-visual {
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .rb-hero-shot {
    border-radius: 1rem;
    width: 100%;
  }

  .rb-hero-scroll {
    aspect-ratio: 3 / 2;
    border-radius: .75rem;
    width: 25%;
    height: auto;
    display: flex;
    top: -15%;
    right: 5.7rem;
  }

  .rb-hero-badge-img {
    width: 3.75rem;
  }

  .rb-hero-badge {
    padding: 1rem 1.25rem;
    top: -7%;
  }

  .rb-intro-layout {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .rb-intro-float-2, .rb-intro-float-1 {
    border-radius: .75rem;
    width: 6rem;
  }

  .rb-intro-float-3 {
    border-radius: .75rem;
    width: 6rem;
    margin-top: 5.6rem;
  }

  .rb-intro-main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 90%;
  }

  .rb-pad-xl {
    padding-top: 10rem;
  }

  .rb-intro-thumb {
    border-radius: .2535rem;
    width: 2.2rem;
  }

  .rb-workflow-body {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding: 4rem 4rem 5rem;
  }

  .rb-workflow-figure-c {
    width: 50%;
  }

  .rb-workflow-media {
    order: 1;
    width: 100%;
  }

  .rb-workflow-grid {
    grid-row-gap: 2rem;
  }

  .rb-workflow-step {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 4rem;
    position: relative;
    top: auto;
  }

  .rb-workflow-step._1 {
    height: auto;
  }

  .rb-workflow-gallery {
    width: 35%;
  }

  .rb-workflow-img {
    border-radius: 1rem;
  }

  .rb-workflow-shot-1 {
    width: 8.5rem;
    top: -12%;
    right: 0%;
  }

  .rb-workflow-shot-2 {
    width: 6rem;
  }

  .rb-workflow-shot-3 {
    width: 7rem;
    left: 43%;
  }

  .rb-workflow-figure-b {
    width: 35%;
  }



  .rb-foot-meta {
    text-align: center;
  }

  .rb-foot-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer_legal-links {
    grid-column-gap: 1.5rem;
  }

  .rb-title-lg {
    font-size: 3.5rem;
  }







  .rb-title-sm {
    font-size: 2.25rem;
  }

  









  







  

  

  
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .rb-gutter {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }



  .rb-title-xl {
    font-size: 2.5rem;
  }

  .rb-title-md {
    font-size: 1.5rem;
  }

  .rb-pad-lg {
    padding-top: 6rem;
  }

  .rb-pad-lg.is-mobile-big, .rb-hero {
    padding-top: 8rem;
  }

  .rb-topbar-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rb-kakao-link {
    display: none;
  }

  .rb-hero-visual {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rb-hero-badge {
    left: 8.75rem;
  }

  .rb-intro-text {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .rb-intro-layout {
    width: 100%;
  }

  .rb-intro-float-2, .rb-intro-float-1, .rb-intro-float-3 {
    display: none;
  }

  .rb-intro-main {
    width: 100%;
  }

  .rb-pad-xl {
    padding-top: 6rem;
  }

  .rb-workflow-body {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .rb-workflow-media {
    aspect-ratio: auto;
  }

  .rb-workflow-step {
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px #ffffff1a;
  }

  .rb-workflow-shot-1 {
    width: 42%;
    top: -1%;
  }

  .rb-workflow-shot-2 {
    width: 50%;
  }

  .rb-workflow-shot-3 {
    width: 60%;
    bottom: -16%;
  }





  

  .rb-title-lg {
    font-size: 2.125rem;
  }











  .rb-title-sm {
    -webkit-text-stroke-width: 0px;
    font-size: 1.5rem;
  }



  

  

  



  











  
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .rb-topbar-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
  }

  .button {
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .rb-hero-stage {
    margin-top: 0;
  }

  .rb-hero-visual {
    margin-top: 2rem;
  }

  .rb-hero-shot {
    border-radius: .75rem;
  }

  .rb-hero-scroll {
    display: none;
  }

  .rb-hero-badge {
    display: none;
    top: -5rem;
    left: auto;
  }

  .rb-workflow-figure-c {
    width: 70%;
  }

  .rb-workflow-media {
    width: 100%;
  }

  .rb-workflow-step {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rb-workflow-gallery {
    width: 70%;
  }

  .rb-workflow-shot-1 {
    width: 40%;
    top: 4%;
    right: 8%;
  }

  .rb-workflow-shot-2 {
    width: 35%;
    left: -1%;
  }

  .rb-workflow-shot-3 {
    width: 50%;
    bottom: -5%;
  }

  .rb-workflow-figure-b {
    width: 50%;
  }

  .rb-foot-meta {
    font-size: .75rem;
  }

  .rb-foot-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .rb-foot-link {
    font-size: .75rem;
  }

  .footer_legal-links {
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer_links {
    flex-flow: column;
  }

  





  

  

  
}





@media screen and (max-width: 479px) {
  
}



@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920;
  font-display: swap;
}

:root {
  --rb-font: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  font-family: var(--rb-font);
}

h1, h2, h3, h4, h5, h6,
.rb-hero-lead,
.rb-services_intro {
  word-break: keep-all;
}

h1 {
  line-height: 1.15;
  text-wrap: balance;
}

.brands_label {
  color: var(--grey);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.rb-eyebrow {
  padding-left: 1rem;
  padding-right: 1rem;
}

.rb-utility-note {
  margin: 1rem 0 1.5rem;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .rb-hide-landscape {
    display: none;
  }
}

.rb-contact-note {
  margin-top: 1rem;
  font-size: 1rem;
}

.rb-contact-form-wrap {
  max-width: 32rem;
}

.rb-contact-form-stack {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rb-field {
  width: 100%;
}

.rb-fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.rb-field-label {
  color: #ccc;
  margin-bottom: 0.35rem;
  font-size: 0.875rem;
  display: block;
}

.rb-field-required {
  color: var(--purple);
  margin-left: 0.25rem;
  font-size: 0.75rem;
}

.rb-field-optional {
  color: var(--grey);
  margin-left: 0.25rem;
  font-size: 0.75rem;
}

.rb-field-textarea {
  min-height: 6rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  resize: vertical;
}

.rb-option-row {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
}

.rb-option {
  grid-column-gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.9rem;
  display: flex;
}

.rb-option-block {
  line-height: 1.5;
}

.rb-privacy-row {
  color: var(--grey);
  font-size: 0.8rem;
}

.rb-contact-success-note {
  line-height: 1.6;
}

.rb-contact-success-note p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.rb-contact-success-note p:last-child {
  margin-bottom: 0;
}

.rb-contact-success-note a {
  color: inherit;
}

.rb-contact-success-note a:hover {
  text-decoration: underline;
}

.rb-hero-badge-img {
  width: 5rem;
  height: auto;
  max-height: 5rem;
  object-fit: contain;
  display: block;
  background: transparent;
}

.rb-hero-badge-sub {
  color: #ffffffb8;
  text-align: center;
  font-size: 0.75rem;
}

.rb-hero-badge-cta {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  text-align: center;
  white-space: nowrap;
}

.rb-hero-badge {
  align-items: stretch;
  min-width: 10.5rem;
}

.rb-hero-lead {
  max-width: 36rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  line-height: 1.6;
}

.rb-services_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.rb-faq_head {
  margin-bottom: 2rem;
  padding-left: 0.25rem;
  text-align: left;
}

.rb-faq_head .rb-title-lg {
  margin: 0;
}

.rb-contact-head {
  width: 100%;
  max-width: 32rem;
  margin-bottom: 0.5rem;
  text-align: left;
}

.rb-contact-head .rb-title-xl {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.rb-contact-head .rb-contact-note {
  margin-top: 0;
  text-align: left;
}

.rb-before-contact_notes {
  margin: 1rem 0 0;
  display: grid;
  grid-row-gap: 0.75rem;
}

.rb-before-contact_notes dt {
  font-weight: 600;
  color: #e8e8e8;
  margin-bottom: 0.15rem;
}

.rb-before-contact_notes dd {
  margin: 0;
  line-height: 1.55;
}

.rb-before-contact {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.rb-services_intro {
  max-width: 40rem;
  margin-top: 0.5rem;
}

.rb-services_grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
  display: grid;
}

.rb-service-card {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 1rem;
  padding: 1.5rem;
}

.rb-brand-img {
  height: 44px;
  width: auto !important;
  max-width: none;
  object-fit: contain;
  display: block;
  background: transparent;
}

.rb-brand-link {
  line-height: 0;
  flex-shrink: 0;
}

a.rb-service-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

a.rb-service-card-link:hover,
a.rb-service-card-link:focus-visible {
  border-color: #7f2bff;
  box-shadow: 0 0 0 1px #7f2bff40;
  outline: none;
}

.rb-service-card_more {
  display: inline-block;
  margin-top: 0.5rem;
  color: #7f2bff;
  font-size: 0.875rem;
  font-weight: 600;
}

.rb-service-card_img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  display: block;
}

.rb-service-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.rb-service-card p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.925rem;
  line-height: 1.55;
}

.rb-service-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--grey);
  font-size: 0.875rem;
  line-height: 1.6;
}

.rb-faq_list {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  flex-flow: column;
  display: flex;
}

.rb-faq-item {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 0.75rem;
  padding: 0.25rem 1.25rem;
}

.rb-faq-q {
  cursor: pointer;
  padding: 0.85rem 0;
  font-size: 1rem;
  font-weight: 600;
  list-style: none;
}

.rb-faq-q::-webkit-details-marker {
  display: none;
}

.rb-faq-a {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-size: 0.925rem;
  line-height: 1.6;
}

.rb-before-contact_box {
  background-color: #1a1a1a;
  border: 1px solid #333;
  border-radius: 1rem;
  padding: 2rem;
}

.rb-before-contact_box h2 {
  margin-top: 0;
}

.rb-before-contact_list {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  line-height: 1.7;
}

.rb-before-contact_list a {
  color: inherit;
  text-decoration: underline;
}

.rb-foot-links {
  grid-column-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-end;
  display: flex;
}

.rb-foot-inner {
  flex-flow: wrap;
  grid-row-gap: 1rem;
}

.rb-legal-page {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.rb-legal-updated {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

.rb-legal-body {
  margin-top: 2rem;
  color: #ccc;
  line-height: 1.7;
}

.rb-legal-body h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.rb-legal-body ul {
  padding-left: 1.25rem;
}

.rb-legal-body a {
  color: var(--purple);
}

.rb-legal-back {
  margin-top: 2.5rem;
}

.form_submitting {
  opacity: 0.7;
  pointer-events: none;
}

@media (max-width: 767px) {
  .rb-foot-links {
    justify-content: flex-start;
  }

  .rb-services_grid {
    grid-template-columns: 1fr;
  }
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rb-form-done {
  display: none;
}

.rb-form-fail {
  display: none;
}


/* --- service detail (rb-service-detail.css) --- */

.rb-brand-img {
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

.navbar_home-link {
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 0.75rem;
}

.navbar_home-link:hover {
  color: var(--white);
}

a.rb-service-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

a.rb-service-card-link:hover,
a.rb-service-card-link:focus-visible {
  border-color: #7f2bff;
  box-shadow: 0 0 0 1px #7f2bff40;
  outline: none;
}

.rb-service-card_more {
  display: inline-block;
  margin-top: 0.5rem;
  color: #7f2bff;
  font-size: 0.875rem;
  font-weight: 600;
}

/* 서비스 상세 — fixed topbar 아래 여백 (index rb-hero 12rem 대신 서브페이지용) */
.rb-main.rb-svc-page {
  padding-top: 0;
}

.rb-svc-hero {
  padding-top: 8rem;
  padding-bottom: 2.5rem;
}

.rb-svc-hero_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  display: grid;
}

.rb-svc-page h1.rb-title-lg {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0.75rem 0 1rem;
}

.rb-svc-page h2.rb-title-md {
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
}

.rb-svc-hero .rb-muted {
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 0.85rem;
}

.rb-svc-hero .rb-eyebrow {
  margin-bottom: 0.25rem;
}

.rb-svc-hero_img {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #333;
}

.rb-svc-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #2a2a2a;
}

section.rb-svc-hero {
  border-top: none;
}

.rb-svc-section h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.rb-svc-bullets {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--grey);
  line-height: 1.7;
}

.rb-svc-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 0.75rem;
}

.rb-svc-features li {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: var(--grey);
}

.rb-svc-steps {
  counter-reset: svcstep;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rb-svc-steps li {
  counter-increment: svcstep;
  border-left: 2px solid #7f2bff;
  padding: 0 0 1.5rem 1.25rem;
  margin-left: 0.5rem;
  position: relative;
}

.rb-svc-steps li::before {
  content: counter(svcstep);
  position: absolute;
  left: -0.65rem;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #7f2bff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rb-svc-steps li:last-child {
  padding-bottom: 0;
}

.rb-svc-steps strong {
  display: block;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.rb-demo-panel {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 1rem;
  overflow: hidden;
}

.rb-demo-panel_head {
  background: #242424;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 1px solid #333;
}

.rb-demo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #555;
}

.rb-demo-dot:nth-child(1) { background: #ff5f57; }
.rb-demo-dot:nth-child(2) { background: #febc2e; }
.rb-demo-dot:nth-child(3) { background: #28c840; }

.rb-demo-title {
  margin-left: 0.5rem;
  font-size: 0.8rem;
  color: var(--grey);
}

.rb-demo-panel_body {
  padding: 1.25rem;
}

.rb-demo-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.rb-demo-box {
  background: #101010;
  border: 1px dashed #7f2bff60;
  border-radius: 0.5rem;
  padding: 1rem;
  min-height: 8rem;
}

.rb-demo-label {
  font-size: 0.7rem;
  color: #7f2bff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rb-demo-line {
  height: 0.5rem;
  background: #2e2e2e;
  border-radius: 4px;
  margin-bottom: 0.4rem;
}

.rb-demo-line.is-accent {
  background: #7f2bff40;
  width: 70%;
}

.rb-demo-pill {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #7f2bff30;
  color: #c9a8ff;
  font-size: 0.75rem;
  margin: 0.2rem 0.25rem 0 0;
}

.rb-demo-row {
  display: flex;
  gap: 0.35rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.rb-svc-faq .rb-faq-item {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 0.75rem;
  padding: 0 1rem;
}

.rb-svc-cta {
  text-align: center;
  padding: 3rem 0 4rem;
}

.rb-svc-screens {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.rb-svc-screens_col {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 0.75rem;
  padding: 1.25rem;
}

.rb-svc-screens_col h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #7f2bff;
}

.rb-svc-screens_col p {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--grey);
}

.rb-svc-faq .rb-faq_list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media screen and (max-width: 991px) {
  .rb-svc-hero {
    padding-top: 7rem;
  }

  .rb-svc-hero_grid,
  .rb-demo-split,
  .rb-svc-screens {
    grid-template-columns: 1fr;
  }

  .rb-svc-hero_img {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .rb-svc-hero {
    padding-top: 6.5rem;
  }

  .rb-svc-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
