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

@media screen and (min-width: 468px) {
  .sm-only {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .md-only {
    display: none !important; } }

@media screen and (max-width: 468px) {
  .sm-hidden {
    display: none !important; } }

@media screen and (max-width: 1200px) {
  .md-hidden {
    display: none !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  box-sizing: border-box; }

html {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto; }

body {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  margin: 0 auto;
  color: #222E56; }

h1 {
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0; }
  button:focus,
  input:focus,
  select:focus,
  textarea:focus {
    box-shadow: none;
    outline: none; }

a,
button {
  cursor: pointer; }

button {
  padding: 0; }

ul,
ol {
  padding-left: 0;
  list-style: none; }

address {
  font-style: normal; }

.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 51px 66px;
  background: linear-gradient(rgba(225, 188, 206, 0.5), rgba(190, 203, 240, 0.5));
  overflow: hidden; }
  .wrapper-content {
    position: relative;
    z-index: 10;
    max-width: 1480px;
    margin: 0 auto; }
  .wrapper .ellipse {
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 50%;
    filter: blur(300px); }
  .wrapper .pink {
    top: -428px;
    left: -345px;
    background: rgba(255, 0, 184, 0.3); }
  .wrapper .purple {
    bottom: -423px;
    right: -345px;
    background: rgba(0, 56, 255, 0.3); }
  @media screen and (max-width: 468px) {
    .wrapper {
      padding: 26px 30px; } }

.gnb {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .gnb-logo {
    margin-right: 95px; }
    .gnb-logo img {
      width: 195px;
      height: 58.19px;
      object-fit: contain; }
  .gnb-menu {
    flex-grow: 4; }
    .gnb-menu-list {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .gnb-menu-item {
      margin-right: 8px; }
      .gnb-menu-item a {
        padding: 10px 22px;
        font-weight: 700;
        opacity: 1;
        transition: opacity 300ms ease-in-out; }
        .gnb-menu-item a:hover {
          opacity: .6; }
  .gnb-login {
    flex-grow: 1; }
    .gnb-login-list {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .gnb-login-item a {
      opacity: 1;
      font-weight: 700;
      transition: opacity 300ms ease-in-out; }
      .gnb-login-item a:hover {
        opacity: .6; }
    .gnb-login-item button {
      position: relative;
      z-index: 1;
      width: 107px;
      height: 50px;
      font-weight: 700;
      border-radius: 50px;
      overflow: hidden;
      background-color: rgba(131, 89, 227, 0.4); }
      .gnb-login-item button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        overflow: hidden;
        background-color: #8359E3;
        transition: all 400ms ease-in-out; }
      .gnb-login-item button:hover::after {
        width: 100%;
        z-index: -1; }
  @media screen and (max-width: 1200px) {
    .gnb-logo {
      margin-right: 20px; }
      .gnb-logo img {
        width: 150px;
        object-fit: contain; }
    .gnb-menu {
      flex-shrink: 0; }
      .gnb-menu-item a {
        padding: 12px; } }
  @media screen and (max-width: 468px) {
    .gnb-login {
      flex-grow: 0; }
      .gnb-login-list {
        width: 150px; }
      .gnb-login-item button {
        width: 90px;
        height: 40px;
        border-radius: 20px; } }

.service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 505px;
  margin-top: 20px; }
  .service-txt h2 {
    font-size: 50px; }
  .service-txt p {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 700; }
  .service-txt button {
    position: relative;
    z-index: 1;
    width: 188px;
    height: 60px;
    margin-top: 32px;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    background-color: #8359E3; }
    .service-txt button::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      overflow: hidden;
      background-color: white;
      transition: all 400ms ease-in-out; }
    .service-txt button:hover {
      border: 2px solid #8359E3;
      color: #8359E3; }
    .service-txt button:hover::after {
      width: 100%;
      z-index: -1; }
  .service-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 524px;
    height: 505px;
    object-fit: contain;
    animation: move 1.5s linear infinite; }
  @media screen and (max-width: 1200px) {
    .service {
      margin-top: 0; }
      .service-txt h2 {
        font-size: 40px; }
      .service-txt p {
        margin-top: 32px;
        font-size: 16px;
        font-weight: 500; }
      .service-txt button {
        width: 166px;
        height: 52px; } }

@keyframes move {
  0% {
    transform: translate(-10px, 0); }
  50% {
    transform: translate(0px, -10px); }
  100% {
    transform: translate(-10px, 0); } }

.product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px; }
  .product-txt {
    align-self: start;
    margin-top: 20px; }
    .product-txt h2 {
      font-size: 40px; }
    .product-txt p {
      margin-top: 20px;
      font-size: 18px;
      font-weight: 700; }
  .product-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 387px;
    flex-shrink: 0; }
    .product-icons-item {
      position: relative;
      width: 150px;
      height: 166px;
      border-radius: 30px;
      background-color: rgba(233, 233, 233, 0.5);
      box-shadow: -12px -4px 20px 10px rgba(151, 152, 243, 0.5); }
      .product-icons-item:nth-child(odd) {
        margin-right: 16px; }
      .product-icons-item:nth-child(even) {
        margin-top: 16px; }
      .product-icons-item:nth-child(3) {
        margin-left: 70px; }
      .product-icons-item::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 30px;
        backdrop-filter: blur(50px); }
      .product-icons-item-blur {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 9px;
        left: 4px;
        border-radius: 30px;
        background-color: rgba(61, 63, 214, 0.5);
        filter: blur(30px); }
      .product-icons-item img {
        position: absolute;
        width: 200px;
        height: 184px;
        object-fit: contain; }
      .product-icons-item:nth-child(1) img {
        top: -22px;
        left: -22px; }
      .product-icons-item:nth-child(2) img {
        top: -30px;
        left: -18px; }
      .product-icons-item:nth-child(3) img {
        top: 0;
        right: 26px; }
      .product-icons-item:nth-child(4) img {
        top: 0;
        right: -26px; }
  .product-sell {
    flex-basis: 370px; }
    .product-sell-item {
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-sell-item:last-child {
        margin-top: 40px; }
      .product-sell-item img {
        align-self: start;
        margin-right: 19px; }
      .product-sell-item-txt {
        margin-top: 16px; }
        .product-sell-item-txt p {
          margin-top: 12px;
          font-size: 18px; }
  @media screen and (max-width: 1200px) {
    .product {
      margin-top: 0; }
      .product-txt p {
        font-size: 16px;
        font-weight: 500; }
      .product-icons {
        margin-top: 60px; }
        .product-icons-item {
          width: 140px;
          height: 146px; }
          .product-icons-item:nth-child(odd) {
            margin-right: 16px; }
          .product-icons-item:nth-child(3) {
            margin-left: 20px; }
          .product-icons-item img {
            width: 180px;
            height: 164px; }
          .product-icons-item:nth-child(3) img {
            top: 0;
            right: 6px; }
          .product-icons-item:nth-child(4) img {
            top: 0;
            right: -26px; } }

@media screen and (max-width: 468px) {
  .sidebar {
    position: absolute;
    top: -300px;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 300px;
    padding: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.85);
    transition: top 300ms ease-in-out; }
    .sidebar.is-active {
      top: 0; }
    .sidebar-icon {
      font-size: 22px; }
    .sidebar-logo img {
      width: 40px; }
    .sidebar-menu-list {
      margin-top: 36px; }
    .sidebar-menu-item a {
      display: inline-block;
      font-size: 18px;
      padding: 8px;
      color: #b99cfc;
      transition: color 300ms ease-in-out; }
      .sidebar-menu-item a:hover {
        color: #fff; } }

.sidebar-close-btn {
  position: absolute;
  top: 40px;
  right: 0;
  width: 28px;
  height: 36px;
  color: transparent;
  font-size: 6px;
  letter-spacing: 1.2px;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
  overflow: hidden; }
  .sidebar-close-btn::before, .sidebar-close-btn::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 30px;
    height: 4px;
    transform-origin: center left;
    transition: all 0.2s ease-in;
    z-index: -1;
    background-color: #b99cfc; }
  .sidebar-close-btn::before {
    top: 4px;
    transform: rotate(45deg); }
  .sidebar-close-btn::after {
    top: 26px;
    transform: rotate(-45deg); }
  .sidebar-close-btn:hover {
    color: #fff;
    font-weight: 700; }
  .sidebar-close-btn:hover::before, .sidebar-close-btn:hover::after {
    transform: rotate(0deg); }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 46, 86, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out; }
  .overlay.is-active {
    opacity: 1;
    visibility: visible; }
