:root {
  --black: #000;
  --pretendard: Pretendard, Arial, sans-serif;
  --wht: #fff;
  --dark_navy: #030a1c;
  --main_blue: #667df8;
  --main_purple: #6628e1;
  --white_60: #fff9;
  --white_40: #fff6;
  --red: red;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/Pretendard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
html {scroll-behavior: smooth; -ms-user-select: none; -moz-user-select: -moz-none; -webkit-user-select: none; -khtml-user-select: none; user-select: none;}
body.no_scroll {
  overflow: hidden !important;
}
body.no_scroll::-webkit-scrollbar {
  scrollbar-width: 0;
  display: none;
}

body::-webkit-scrollbar {
  background-color: transparent;
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 10px;
}
body::-webkit-scrollbar-button {
  display:none;
}

/* s: modal */
.modal_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
  background: rgba(0, 0, 0, .5);
  z-index: 601;
}

.modal_wrap_s {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  width: 90%;
  padding: 0px 16px 20px 16px;
  background: #fff;
  z-index: 101;
  text-align: center;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, .5);
  border-radius: 4px;
}

.modal_top_w_s {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 15px 0px;
  background: #fff;
}

.modal_exit>img {
  width: 18px;
  cursor: pointer;
}

.modal_icon {
  width: 100%;
  text-align: center;
}

.modal_icon>img {
  width: 40px;
  margin-bottom: 20px;
}

.modal_contents {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
}

.modal_btn_w {
  margin-top: 40px;
  width: 100%;
}

.modal_btn_w button+button {
  margin-left: 10px;
}

.modal_btn {
  color: #fff;
  padding: 6px 18px;
  min-width: 74px;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
}
.color_gray_500{
  background-color: #b4b4b4;
}
.color_main{
  background-color: #667DF8;
}
/* e: modal */

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

.position_relative {
  position: relative !important;
}

.py_200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.py_100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.mx_20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx_30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.d_flex_vertical {
  display: flex !important;
  flex-flow: column !important;
}

.text_left {
  text-align: left !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.container.container_center {
  text-align: center;
  height: 100%;
  display: block;
}

body {
  color: var(--black);
  background-color: var(--black);
  font-family: var(--pretendard);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.bg_white {
  background-color: var(--wht);
}

/* hero */
.hero {
  color: #fff;
  /* background-image: url('../images/hero_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll; */
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

/* .hero.hero_02 {
  background-image: url('../images/hero_02.jpg');
} */

video.bg_video {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 12s ease;
}

.bg_video.visible {
  opacity: 1;
}

.bg_black_filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
}


* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: calc(0.625rem + 0.41666666666666663vw);
}

@media screen and (max-width:1920px) {
  html {
    font-size: calc(0.625rem + 0.41666666666666674vw);
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: calc(0.8126951092611863rem + 0.20811654526534862vw);
  }
}

@media screen and (max-width:479px) {
  html {
    font-size: calc(0.7494769874476988rem + 0.8368200836820083vw);
  }
}

.glowing-wrapper-button:after {
  background: radial-gradient(85% 120% at 50% 120%, rgba(255, 255, 255, .24) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 999px;
  content: "";
  height: calc(100% + 4px);
  left: -2px;
  opacity: 0;
  position: absolute;
  top: -2px;
  transition: 1s all;
  width: calc(100% + 4px)
}

.glowing-wrapper-button:hover:after {
  opacity: 1;
  background: linear-gradient(45deg, #667DF8, #6628E1);
  transition: 1s all;
}

.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker {
  opacity: 1
}

.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before {
  content: "";
  float: left;
  padding-top: 100%
}

.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after {
  clear: both;
  content: "";
  display: block
}

.glowing-wrapper-animations {
  pointer-events: none;
}

.glowing-wrapper-animations * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.glowing-wrapper-borders,
.glowing-wrapper-glow,
.glowing-wrapper-mask {
  animation: borderTurn 2.5s infinite linear;
  background-image: conic-gradient(from 0 at 50% 50%, rgba(102, 125, 228, 1) 0deg, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 310deg, rgba(102, 125, 228, 1) 360deg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.glowing-wrapper-mask-wrapper {
  -webkit-mask: url("data:image/svg+xml,url('data:image/svg+xml,%253Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%253E%253Crect width='28' height='24' fill='black'/%253E%253C/svg%253E%250A');");
  mask: url("data:image/svg+xml,url('data:image/svg+xml,%253Csvg width='28' height='24' viewBox='0 0 28 24' fill='none' xmlns='http://www.w3.org/2000/svg'%253E%253Crect width='28' height='24' fill='black'/%253E%253C/svg%253E%250A');");
  mask-repeat: repeat;
  -webkit-mask-size: auto;
  mask-size: auto
}

.glowing-wrapper-borders {
  animation-name: borderTurnWithTranslate
}

.glowing-wrapper-borders-masker {
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

@keyframes borderTurn {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes borderTurnWithTranslate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.design_steel_txt {
  background-image: linear-gradient(0deg, var(--black), white);
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.05px;
  -webkit-text-fill-color: transparent;
  writing-mode: tb-rl;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.3;
  position: absolute;
}

.design_steel_txt.lo_01 {
  top: 300px;
  left: 300px;
}

.design_steel_txt.lo_02 {
  top: 700px;
  right: 300px;
}

.design_steel_txt.bg_gra_navy {
  background-image: linear-gradient(0deg, var(--dark_navy), white);
}

.design_steel_txt.bg_gra_navy.lo_03 {
  line-height: 1;
  top: -100px;
}

.design_steel_txt.bg_gra_navy.lo_04 {
  background-image: linear-gradient(0deg, var(--dark_navy) 6%, white);
  text-align: center;
  writing-mode: horizontal-tb;
  line-height: 1;
  position: static;
}

.custom_design_area {
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

.custom_wrap {
  padding-top: 450px;
  padding-bottom: 40px;
}

.device {
  width: 100%;
  max-width: 500px;
  height: 1336px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 0 -6px 50px #000;
}

.hardware {
  z-index: 1;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.hardware-gradient {
  background-image: linear-gradient(#0000, #0009 10%, #000 30%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.screen {
  z-index: 1;
  width: 100%;
  max-width: 500px;
  height: auto;
  margin-top: 0;
  padding: 80px 20px 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.screen-ui-top {
  width: 95%;
  max-width: 700px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.downloads {
  width: 95%;
  max-width: 700px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
}

.download {
  transform-origin: 50% 0;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.download-img {
  width: 533px;
}

.nav_link_menu {
  color: var(--wht);
  text-align: center;
  letter-spacing: -.5px;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.slogan_area {
  z-index: 0;
  position: absolute;
  top: 30%;
  left: 0;
  transform: translateY(-50%);
}

.slogan_sub {
  border: 0px solid var(--white_60);
  font-family: var(--pretendard);
  color: #fff9;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 200;
  line-height: 100%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.text_center {
  text-align: center;
}

.line_height_140 {
  line-height: 140% !important;
}

.slogan_main {
  color: var(--wht);
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 140%;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000001a;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_menu {
  color: #fff;
  letter-spacing: -.5px;
  cursor: pointer;
  font-family: Pretendard, Arial, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
}

.nav_menu:hover,
.nav_menu.w--current {
  color: var(--main_blue);
}

.nav_menu.nav_btn_login {
  background-color: #fff;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main_blue), var(--main_purple));
  border-radius: 8px;
  padding: 12px 32px;
}

.nav_menu.nav_btn_login.gradient_move {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main_blue), var(--main_purple));
}

.nav_menu.nav_btn_login.gradient_move:hover {
  color: var(--wht);
}

.nav_menu.active {
  color: var(--main_blue);
}

.btn_main {
  background-color: #0000;
  border-radius: 60px;
  width: 244px;
  height: 56px;
  position: static;
}

.btn_main.gradient_move {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.btn_main.gradient_move.btn_preview {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.btn_login {
  height: 50px;
}

.btn_login.mt_56 {
  margin-top: 56px;
}

.btn_main.gradient_move.btn_login {
  border-radius: 4px;
  width: 100%;
  display: block;
}

.btn_area {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

.btn_app_wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.btn_main_outline {
  border: 1px solid var(--main_blue);
  cursor: pointer;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 244px;
  height: 56px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.btn_main_outline.mb_100,
.btn_main_outline.btn_service_info {
  margin-bottom: 100px;
}

.text-block-2 {
  background-color: var(--black);
  padding: 16px 30px;
  display: inline-block;
}

.link-block {
  background-image: linear-gradient(146deg, var(--main_blue), var(--main_purple));
  padding: 12px;
}

.d_flex_between {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.h_100 {
  height: 100% !important;
}

.pre_normal_20 {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -0.5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text_black {
  color: var(--black) !important;
}

.text_white {
  color: var(--wht) !important;
}

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

.image-3 {
  margin-right: 10px;
}

.pre_light_18 {
  font-family: var(--pretendard);
  color: var(--wht);
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.logo_area,
.logo_area.w--current {
  width: 170px;
}

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

.section_01.bg_darknavy {
  background-color: var(--dark_navy);
}

.main_heading_txt {
  perspective: 899px;
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.section_01_text_span {
  color: var(--main_blue);
  font-size: 52px;
  font-weight: 600;
}

.bg_darknavy {
  background-color: var(--dark_navy);
}

.pre_regular_30 {
  font-family: var(--pretendard);
  text-align: center;
  font-size: 26px;
  font-weight: 200;
}

.verticl_line {
  background-color: var(--main_blue);
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 120px;
  margin: 20px 0;
  display: flex;
}

.service_area {
  background-image: url('../images/bg_circle_gra.svg');
  background-position: 70% 70%;
  background-repeat: no-repeat;
  background-size: 451px 451px;
  width: 100%;
  height: auto;
}

.service_area.mt_30 {
  margin-top: 30px;
}

.service_area.pt_30 {
  background-position: 60% 35%;
  padding-top: 30px;
}

.d_flex_horizontal {
  display: flex;
}

.d_flex_horizontal.d_flex_between {
  justify-content: space-between;
  align-items: flex-end;
}

.d_flex_horizontal.mt_30 {
  margin-top: 30px;
}

.d_flex_horizontal.service_text {
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.m_0_auto {
  margin-left: auto;
  margin-right: auto;
}

.mb_20 {
  margin-bottom: 20px;
}

.text_main {
  color: var(--main_blue);
}

.text_main.pre_thin_20 {
  font-family: var(--pretendard);
  font-size: 20px;
  font-weight: 200;
  line-height: 100%;
}

.mt_30 {
  margin-top: 30px;
}

.mt_60 {
  margin-top: 60px;
}

.pre_bold_54 {
  font-family: var(--pretendard);
  letter-spacing: -.5px;
  font-size: 54px;
  font-weight: 700;
  line-height: 100%;
}

.text_white {
  color: var(--wht);
}

.pre_mebium_30 {
  font-family: var(--pretendard);
  letter-spacing: -.5px;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
}

.text_white {
  color: var(--wht);
}

.text_center {
  text-align: center;
}

.w_100 {
  width: 100%;
}

.mb_30 {
  margin-bottom: 30px;
}

.service_text {
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pre_thin_17 {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: center;
  letter-spacing: -.5px;
  font-weight: 100;
  line-height: 100%;
}

.custom_sub_list {
  font-family: var(--pretendard);
  text-align: left;
  width: 95%;
  max-width: 500px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.section_03 {
  background-image: url('../images/bg_section_02.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.big_text_gra {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main_blue) 38%, var(--main_purple) 60%);
  font-family: var(--pretendard);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.8;
  display: block;
}

.big_text_gra.split-text {
  perspective: 800px;
}

.solution_text {
  font-family: var(--pretendard);
  margin-top: 80px;
  font-size: 30px;
  display: inline-block;
  position: relative;
}

.text-block-3 {
  color: var(--wht);
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
}

.div-block-3 {
  background-color: var(--wht);
  width: 100px;
  height: 2px;
  position: absolute;
  inset: 50% auto auto 44px;
}

.text-block-4 {
  font-family: var(--pretendard);
  color: var(--white_60);
  letter-spacing: -.5px;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 300;
}

.section_04 {
  background-image: url('../images/bg_section_03.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.chat_purple {
  background-image: url('../images/chat_purple.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 600px 93px;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 4px;
  width: 100%;
  max-width: 600px;
  height: 93px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative;
}


.chat_blue {
  background-image: url('../images/chat_blue.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 600px 93px;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 4px;
  width: 100%;
  max-width: 600px;
  height: 93px;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 0;
  display: block;
  position: relative;
}


.use_direct {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.chat_text {
  font-family: var(--pretendard);
  color: var(--white_60);
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 400;
  display: block;
  position: absolute;
  inset: 25% auto auto 50%;
  transform: translateX(-50%);
}

.text_span_main {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main_blue), var(--main_purple));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 60px;
  font-weight: 700;
}

.chat_area {
  margin-top: 100px;
}

.img_logo {
  cursor: pointer;
  width: 170px;
}

.gradient_move {
  background: linear-gradient(45deg, #667DF8 10%, #6628E1 30%, #6628E1 60%, #667DF8 90%);
  /* The value of the gradient can be taken from this site: https://cssgradient.io */
  /* Timer: lower the value, faster the transition*/
  background-size: 400% 400%;
  -webkit-animation: gradientBG 6s ease infinite;
  /* Change time here(seconds), for ex: 2s, 5s,10s*/
  animation: gradientBG 6s ease infinite;
  /* Change time here(seconds), for ex: 2s, 5s,10s*/
}

@-webkit-keyframes gradientBG {
  0% {
    background-position: 0%;
  }

  25% {
    background-position: 50%;
  }

  50% {
    background-position: 100%;
  }

  75% {
    background-position: 50%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes gradientBG {
  0% {
    background-position: 0%;
  }

  25% {
    background-position: 50%;
  }

  50% {
    background-position: 100%;
  }

  75% {
    background-position: 50%;
  }

  100% {
    background-position: 0%;
  }
}

.price_card {
  position: relative;
  max-width: 470px;
  max-height: 480px;
  border: 4px solid transparent;
  border-radius: 30px;
  background-image: linear-gradient(#000, #040B24),
    linear-gradient(45deg, #667DF8, #6628E1);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 0 0 16px 7px rgba(102, 40, 225, 0.25);
}

.my_info_card {
  background-image: linear-gradient(#fff, #fff),
    linear-gradient(45deg, #667DF8, #6628E1);
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active.bnt_veiw_more {
  margin-bottom: 100px;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .75rem 2rem;
  font-size: 1.15rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-button.btn_main_outline {
  padding: 0 24px;
}

.glowing-wrapper-button.btn_main_outline.btn_view_more {
  justify-content: space-between;
  align-items: center;
}

.glowing-wrapper-button.btn_main_outline.wrap_view_more {
  justify-content: space-between;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: 2px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.button-text {
  z-index: 2;
  background-color: var(--wht);
  font-family: var(--pretendard);
  color: #0000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 10px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.glow_icon {
  position: relative;
  z-index: 10;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.preview_banner {
  background-image: url('../images/bg_preview_banner.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}

.banner_text {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 100%;
}

.section_05 {
  background-image: linear-gradient(90deg, #fff, #fff 48%, #eee 50%);
}

.section_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ask_direct_area {
  background-color: var(--wht);
  padding-top: 140px;
  padding-bottom: 140px;
}

.thatzit_area {
  background-color: #eee;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 0;
}

.section_05_wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.banner_sub_text {
  font-family: var(--pretendard);
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 18px;
}

.footer {
  background-color: var(--dark_navy);
  padding-top: 50px;
  padding-bottom: 30px;
}

.footer_logo {
  display: block;
  margin: 0 auto;
}

.image-7,
.image-8,
.image-9 {
  display: block;
}

.sns_icon_area {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.info_wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer_company {
  font-family: var(--pretendard);
  color: var(--wht);
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 100%;
}

.footer_info {
  font-family: var(--pretendard);
  color: var(--wht);
  font-size: 14px;
  font-weight: 200;
  line-height: 1.6;
}

.footer_info_span {
  color: var(--white_40);
}

.footer_copyright {
  font-family: var(--pretendard);
  color: var(--white_60);
  text-align: center;
  font-size: 14px;
  font-weight: 100;
}


/* sub common */
.sub_main_top {
  height: 50vh;
  overflow: hidden;
}

.breadscrumb_area {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 30px;
}

.sub_pg_top {
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}

.sub_top_horizontal {
  background-color: var(--wht);
  width: 190px;
  height: 6px;
  position: absolute;
  top: 49%;
  left: 88px;
}

.sub_pg_top_text {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  font-size: 50px;
  font-weight: 800;
}

.bread_text {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  font-size: 16px;
}

.sub_line {
  position: relative;
  display: inline-block;
}

.sub_top_main_text {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  position: static;
  top: 0;
  left: 0;
}

.d_inline_block {
  display: inline-block
}


/* 맨위로 버튼 */
.btn_top {
  z-index: 10;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main_blue), var(--main_purple));
  opacity: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 62px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.image-10 {
  transform: rotate(-90deg);
}

.sub_section_02 {
  background-image: linear-gradient(180deg, var(--wht), var(--wht) 35%, var(--black) 35%, #040b24 95%);
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.sub_section_01 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.sub_section_03 {
  background-image: linear-gradient(180deg, #040b24, var(--black));
  margin: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.price_area {
  background-image: linear-gradient(180deg, var(--black), #040b24);
  padding-top: 40px;
  padding-bottom: 140px;
}

.body_top {
  font-family: var(--pretendard);
  color: var(--wht);
  font-size: 0;
  line-height: 0;
}

.hero_wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.sub_title_head_01 {
  font-family: var(--pretendard);
  font-size: 30px;
  font-weight: 600;
}

.s_sec_01_wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.s_sec_01_img {
  width: 90%;
  max-width: 500px;
}

.s_sec_01_paragraph {
  font-family: var(--pretendard);
  color: #0009;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.s_sec_01_paragraph.mt_40 {
  margin-top: 40px;
  margin-bottom: 0;
}

.s_sec_01_paragraph.mt_50 {
  margin-top: 50px;
}

.s_sec_01_paragraph.mt_30 {
  margin-top: 30px;
}

.s_sec_02_wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.s_sec_02_wrap.position_relative {
  justify-content: center;
  align-items: flex-start;
}

.s_sec_02_img {
  width: 90%;
  max-width: 700px;
}

.s_sec_02_head {
  font-family: var(--pretendard);
  color: var(--black);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}

.s_sec_02_text {
  font-family: var(--pretendard);
  color: var(--black);
  text-align: right;
  font-size: 17px;
  font-weight: 100;
  line-height: 1.5;
}

.light_mode {
  position: absolute;
  top: 100px;
  left: 10%;
}

.dark_mode {
  position: absolute;
  top: 50%;
  right: 10%;
}

.s_sec_02_head_02 {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.s_sec_02_head_02.text_white {
  color: var(--wht);
}

.s_sec_02_text_02 {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: left;
  font-size: 17px;
  font-weight: 100;
  line-height: 1.5;
}

.s_sec_02_head_03 {
  color: var(--wht);
  text-align: center;
  margin: 140px 0 100px;
}

.s_sec_03_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.apply_area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-top: 260px;
  display: grid;
}

.num_wrap {
  border: 0px solid var(--black);
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--main_blue), var(--main_purple));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bg_change {
  background-color: var(--black);
  border-radius: 50%;
  width: 53px;
  height: 53px;
  margin: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.num_text {
  z-index: 10;
  font-family: var(--pretendard);
  color: var(--wht);
  font-size: 30px;
  line-height: 1.2px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.apply_text {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: center;
  letter-spacing: -.5px;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.4;
}

.price_card {
  margin-left: 0;
  margin-right: 0;
}

.price_card.team_card {
  width: 360px;
}

@keyframes slideUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.team_info_w {
  opacity: 0;
  animation: slideUp 0.8s ease forwards;
}

.team_info_w:nth-of-type(2) {
  animation-delay: 0.3s;
}

.team_info_w:nth-of-type(3) {
  animation-delay: 0.6s;
}

.team_info_w:nth-of-type(4) {
  animation-delay: 1.3s;
}

.team_info_w:nth-of-type(5) {
  animation-delay: 1.6s;
}

.team_info_w:nth-of-type(6) {
  animation-delay: 1.9s;
}

.team_info_w:nth-of-type(7) {
  animation-delay: 2.5s;
}

.fade_in {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade_in.visible {
  opacity: 1;
  transform: translateY(0);
}

.price_card.contact_card {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 100%;
  max-width: 360px;
}

.price_card.my_info_card {
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  color: #fff;
}

.card_wrap {
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: 50px auto;
  padding: 20px;
  display: block;
}

.price_card_w {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
}

.text-span {
  color: var(--white_40);
  margin-left: 4px;
  font-size: 15px;
  font-weight: 200;
}

.p_text_w {
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_0 {
  margin-bottom: 0;
}

.p_text_sm {
  font-family: var(--pretendard);
  color: var(--white_40);
  letter-spacing: -.5px;
  width: 130px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

.p_text_md {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  width: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.price_info_text {
  font-family: var(--pretendard);
  color: var(--white_60);
  text-align: center;
  letter-spacing: -.5px;
  font-size: 19px;
  font-weight: 100;
  line-height: 1.4;
}

.team_area {
  background-image: linear-gradient(180deg, var(--black), #040b24 50%, var(--black));
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}

.team_heading {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: center;
  letter-spacing: -.5px;
  margin: 0 0 100px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
}

.mb_50 {
  margin-bottom: 50px;
}

.team_wrap {
  width: 100%;
  column-gap: 20px;
  row-gap: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.team_name {
  font-family: var(--pretendard);
  color: var(--wht);
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.team_w {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 230px;
  padding: 24px 20px;
  display: flex;
  position: relative;
}

.team_text_sm {
  font-family: var(--pretendard);
  color: var(--white_40);
  letter-spacing: -.5px;
  width: 80px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.4;
}

.team_text_md {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  width: auto;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.4;
}

.text_white_60 {
  color: var(--white_60);
}

.team_img {
  width: 100%;
  max-width: 300px;
}

.team_work {
  font-family: var(--pretendard);
  color: var(--white_60);
  text-align: center;
  letter-spacing: -.5px;
  width: 100%;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.5;
}

.team_work.text_black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.team_sns_area {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.team_icon {
  width: 30px;
}

.team_mbti {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team_text_mbti {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  width: auto;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}

.team_info_w {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact_area {
  background-image: linear-gradient(180deg, var(--black), #040b24 80%);
  padding-top: 140px;
  padding-bottom: 140px;
}

.company_contact_area {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.contact_card_w {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact_us_area {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 100px;
  display: flex;
}

.udesly-paragraph-medium {
  color: #404040;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.contact_us_heading {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  margin: 0;
  font-size: 60px;
  font-weight: 100;
  line-height: 1.4;
}

.contact_form {
  width: 100%;
  min-width: 0;
  max-width: calc(100% - 450px);
  padding-left: 30px;
  position: relative;
}

.view_privacy {
  cursor: pointer;
  font-size: 15px;
  font-weight: 200;
  color: var(--wht);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.view_privacy::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0.5px;
  background: var(--wht)
}

.text_privacy {
  visibility: hidden;
  padding: 10px;
  color: var(--wht);
  font-size: 13px;
  font-weight: 200;
  background-color: transparent;
  width: 100%;
  height: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact_us_p {
  font-family: var(--pretendard);
  color: var(--wht);
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.6;
}

.contact_border {
  background-color: var(--main_blue);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.contact_input {
  border-top: 1px solid #0000;
  border-bottom-style: solid;
  border-bottom-width: .5px;
  border-right: 1px solid #0000;
  border-bottom-color: var(--wht);
  background-color: #0000;
  border-left: 1px solid #0000;
  outline: none;
  margin-bottom: 20px;
}

.contact_input:active {
  border: 1px solid var(--main_blue);
}

.contact_input:focus {
  border-width: 1px;
  border-color: var(--wht);
}

.contact_input:focus-visible {
  border-bottom-style: solid;
}

.contact_input[data-wf-focus-visible] {
  border-bottom-style: solid;
}

.contact_input.con_text_area {
  min-height: 220px;
}

.contact_label {
  font-family: var(--pretendard);
  color: var(--wht);
  font-size: 18px;
  font-weight: 100;
}

.checks_area {
  margin-bottom: 60px;
}

.checks_label {
  font-family: var(--pretendard);
  color: var(--wht);
  font-size: 16px;
  font-weight: 100;
}

/* 로그인 */
.login_area {
  background-image: url('../images/bg_login.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 1200px;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.left_gra_bg {
  background-image: linear-gradient(180deg, var(--main_blue), var(--main_purple));
  width: 36px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.login_right_text {
  font-family: var(--pretendard);
  color: #0000001a;
  text-align: right;
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  inset: 50px 50px auto auto;
}

.login_form_area {
  text-align: center;
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login_form_wrap {
  background-color: #ffffff80;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  margin-top: 30px;
  padding: 60px 30px;
  box-shadow: 0 0 10px 3px #0000001a;
}

.login_form {
  margin-bottom: 0;
  position: relative;
  max-height: 70vh;
  overflow: auto;
}

.auto_login_label {
  z-index: 3;
  font-family: var(--pretendard);
  color: var(--black);
  text-align: left;
  letter-spacing: -.5px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 36px;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.auto_login_label.agree_label {
  color: var(--wht);
  font-size: 15px;
  font-weight: 100;
}

.normal_input {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  margin-bottom: 14px;
}

.actual_checks {
  display: none;
}

.checked {
  background-image: url('../images/checked.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.custom_check {
  height: 20px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.unchecked {
  background-image: url('../images/un_checked.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.btn_ligt_gray {
  background-color: #ccc;
  width: 100%;
  height: 50px;
  margin-top: 14px;
}

.btn_ligt_gray.pre_normal_20 {
  border-radius: 4px;
  transition: all .3s;
}

.btn_ligt_gray.pre_normal_20:hover {
  background-color: #b3b3b3;
}

.login_error {
  font-size: 13px;
  font-family: var(--pretendard);
  color: var(--red);
  width: 100%;
  margin-top: -160px;
  padding: 0;
  line-height: 1.3;
  position: absolute;
  inset: auto auto auto 0%;
}
.certi_check{
  font-size: 13px;
  font-family: var(--pretendard);
  color: var(--red);
  padding: 0;
  position: absolute;
  left: 0;
  display: none;
}

.form {
  display: block;
  position: static;
}

.sign_up_area {
  background-image: url('../images/bg_sign_up.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 900px;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.privacy_text_area {
  font-family: var(--pretendard);
  color: var(--black);
  text-align: left;
  border: 1px solid #eee;
  border-radius: 4px;
  height: 160px;
  margin-bottom: 14px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.4;
  overflow: scroll;
}

.btn_certification {
  font-family: var(--pretendard);
  color: var(--wht);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-left: 14px;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
}

.w_certifi_num {
  display: flex;
}

.bg_sub {
  background-image: url('../images/bg_sub_top.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  max-height: none;
  position: absolute;
  overflow: hidden;
}

.card_text {
  margin-left: auto;
  margin-right: auto;
}

.sns_contact_area {
  background-color: var(--main_blue);
  font-family: var(--pretendard);
  color: var(--wht);
  border-radius: 10px;
  width: 170px;
  padding: 16px 30px;
  font-weight: 600;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}

.sns_contact_area div{
  white-space: nowrap;
}

.btn_close {
  width: 14px;
  height: 14px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.image-11 {
  position: absolute;
}

.div-block-6 {
  background-color: var(--main_blue);
  width: 13px;
  height: 13px;
  position: absolute;
  inset: -6px 16px auto auto;
  transform: rotate(45deg);
}

.my_info_area {
  padding-top: 140px;
  padding-bottom: 140px;
}

.my_info_heading {
  font-family: var(--pretendard);
  color: var(--black);
  text-align: center;
  margin: 0;
}

.my_info_wrap {
  background-color: #0000;
  border-radius: 0;
  padding: 40px 50px;
}

.my_info_title {
  font-family: var(--pretendard);
  color: var(--black);
  width: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.my_info_text {
  font-family: var(--pretendard);
  color: var(--black);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.my_stamp_area {
  padding-bottom: 140px;
}

/* table */
.table {
  width: 100%;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table_w {
  max-height: 500px;
  overflow-y: auto;
  white-space: nowrap;
}
.table_w::-webkit-scrollbar{
  width: 6px;
}
.table_w::-webkit-scrollbar:horizontal {
  height: 6px;
}
.table_w::-webkit-scrollbar-thumb{
  background-color: rgba(149, 149, 149, 0.1);
  border-radius: 10px;
}
.table_w::-webkit-scrollbar-track{
  background-color: rgba(106, 106, 106, 0);
}
.festival_list>thead th {
  background-color: #667cf82e;
}
.festival_list thead th{
  border-bottom: 0;
}
.festival_list td{
  border-top: 0;
  border-bottom: 1px solid #dee2e6;
  text-align: center;
}
.festival_list {
  max-height: 500px !important;
  overflow-y: auto;
}
.table_w .table_thead {
  position: sticky !important;
  top: 0;
  font-weight: 600;
}
.festival_list tbody tr{
  cursor: pointer;
}
.table .underline{
  text-align: left;
  text-decoration: underline;
  max-width: 300px !important;
  overflow: hidden;
  text-overflow: ellipsis;
}
.qr_list{
  display: none;
}
.qr_list.d_block{
  display: block !important;
}



.my_stamp_wrap {
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  perspective: 1000px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  margin-top: 40px;
  display: flex;
}

.card {
  width: 300px;
  min-width: 0;
  max-width: none;
  height: 200px;
  position: relative;
}

.front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url('../images/stamp_list.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: block;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 5px #0003;
}

.back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/stamp_list.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 2px 5px #0003;
}

.my_stamp_w {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.my_stamp_w.d_none {
  display: block;
}

.my_stamp_title {
  font-family: var(--pretendard);
  color: var(--black);
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.button {
  display: inline-block;
}

.btn_my_stamp_qr {
  font-family: var(--pretendard);
  color: var(--wht);
  letter-spacing: -.5px;
  border-radius: 8px;
  font-size: 16px;
}

.my_stamp_text {
  font-family: var(--pretendard);
}


/* 미리보기 */
.preview_area {
  padding-top: 140px;
  padding-bottom: 140px;
}

.preview_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 20px;
}

.preview_form_area {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.con_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.con_span {
  font-size: 12px;
  color: var(--main_blue);
  margin-left: 6px;
  font-weight: 400;
}

.form_group {
  margin-bottom: 20px;
}

.form_group:last-of-type {
  margin-bottom: 0px;
}

.form_group .input_form {
  width: 100%;
  border: 1px solid #eee;
  background-color: var(--wht);
  height: 40px;
  border-radius: 4px;
  outline: none;
  padding: 6px 10px;
}

.date.input_form {
  cursor: pointer;
}

.radio_area {
  display: flex;
}

.radio_area label {
  font-size: 15px;
  font-weight: 400;
}

.d_flex {
  display: flex !important;
}

.input_radio {
  margin-right: 8px;
}

.input_radio+label {
  margin-right: 30px;
}

input[type=radio] {
  height: 18px;
  aspect-ratio: 1;
  border: 1px solid #eee;
  padding: 2px;
  border-radius: 50%;
  outline-offset: calc(18px / 10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: var(--wht);
}

input[type=radio]:checked {
  background: radial-gradient(farthest-side, var(--main_blue) 94%, #ffffff) 50%/0 0 no-repeat content-box;
  border-color: var(--main_blue);
  background-size: 100% 100%;
}

.filebox {
  display: flex;
}

.file_w {
  width: 100%;
  position: relative;
}

/* .filebox .icon_img_cancel {
  background: url('../images/close.svg') no-repeat;
  cursor: pointer;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 15px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
} */

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.btn_file_upload {
  cursor: pointer;
  background: var(--main_blue);
  height: 40px;
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
  color: var(--wht);
  border-radius: 4px;
  padding: 10px 26px;
  white-space: nowrap;
}

.datepicker {
  position: relative;
}

.icon_calendar::after {
  content: '';
  display: block;
  background: url('../images/icon_calendar.svg') no-repeat;
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* datepicker */
.ui-widget.ui-widget-content {
  border: 0;
}

.ui-datepicker {
  width: 250px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 0;
  background-color: var(--wht);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 5px;
  padding: 0 5px;
  z-index: 1200 !important;
  display: none;
}

.ui-datepicker table {
  width: 100%;
  height: 200px;
  margin: 7px 0;
  font-size: .9em;
  border-collapse: collapse;
}

.ui-datepicker .ui-datepicker-header {
  background: linear-gradient(45deg, var(--main_blue), var(--main_purple));
  margin: 0 -5px;
  text-align: center;
  display: flex;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  color: #fff;
  font-family: "Pretendard";
  font-size: 18px;
  font-weight: normal;
  line-height: 46px;
  height: 46px;
}

.ui-datepicker .ui-datepicker-title {
  margin: auto;
  /* line-height: 1.8em; */
  text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  color: var(--wht);
  font-family: "Pretendard";
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  padding: 0;
  min-width: auto;
  width: auto;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select option {
  color: var(--black);
  font-weight: normal;
  font-size: 13px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select.ui-datepicker-month {
  margin-left: 6px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0;
  left: 0;
  border: 0;
  cursor: pointer;
  width: 35px;
  height: 46px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;

}

.ui-datepicker .ui-datepicker-prev .ui-icon {
  background: url('../images/icon_arrow_left.svg') 50% 50% no-repeat;
  display: flex;
  height: 100%;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  background: url('../images/icon_arrow_right.svg') 50% 50% no-repeat;
  display: flex;
  height: 100%;
  font-size: 0;
}

.ui-datepicker .ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-datepicker th {
  font-family: "Pretendard";
  font-weight: 500;
  padding: 7px 0 4px;
}

.ui-datepicker th span {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-decoration: none;
  line-height: 26px;
  border-radius: 50%;
}

.ui-datepicker td span,
.ui-datepicker td a:hover {
  background-color: #eaedff;
  transition: all .5s;
  ;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
  vertical-align: middle;
}

.ui-state-default.ui-state-highlight {
  border: 1px solid #eaedff;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active {
  background-color: #d3daff;
  border-radius: 50%;
  ;
}

.ui-datepicker .mtz-monthpicker,
.ui-datepicker .ui-state-default {
  font-size: 13px;
  color: #000;
  text-align: center;
}

.ui-datepicker .ui-datepicker-buttonpane {
  display: flex;
  border: 0;
  justify-content: space-between;
  padding: 0 10px 0 10px;
}

.ui-datepicker-year,
.ui-datepicker-month {
  outline: none;
}

.ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: inline-block;
  background-color: var(--main_blue);
  border: 1px solid var(--main_blue);
  border-radius: 27px;
  font-size: 0;
  font-weight: normal;
  padding: 2px 15px 2px 15px;
  margin: 0 0 13px;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current:before {
  content: "오늘";
  color: var(--main_blue);
}

.ui-datepicker .ui-datepicker-buttonpane button:before {
  content: "확인";
  font-size: 13px;
  color: #fff;
}

/* e:datepicker */
.preview_heading {
  text-align: center;
  font-size: 22px;
  margin: 40px 0 20px;
}

.stamp_area {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.stamp_area:last-of-type {
  margin-bottom: 0px;
}

.stamp_file {
  width: 110px;
  height: 100%;
  text-align: center;
}

.stamp_file .div {
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stamp_info {
  width: calc(100% - 130px);
}

.ml_0 {
  margin-left: 0 !important;
}

.input_form.text_area_form{
  min-height: 140px;
}
.stamp_input{
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 20px;
}
.stamp_input input{
  margin: 0 6px;
  padding: 6px !important;
}
.stamp_input input.size_01{
  width: 26px;
}
.stamp_input input.size_02{
  max-width: 180px;
}
.preview_notice, .gift_condition_area{
  width: 100%;
  height: 100%;
  min-height: 200px;
  border: 1px solid #eee;
  margin-top: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preview_notice .popup_area{
  max-width: 320px;
  width: 100%;
  height: 100%;
  background-color: #2E3440;
  border-radius: 12px;
}
.preview_notice .title{
  text-align: center;
  color: var(--wht);
  margin-top: 32px;
  font-size: 18px;
}
.preview_notice .notice_contents{
  color: #828998;
  font-size: 16px;
  margin: 20px 20px 32px;
}
.preview_notice .btn_popup_area{
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid #4E5366;
}
.preview_notice .btn_popup_area div{
  width: 50%;
  color: #BBC2CE;
  font-weight: 600;
  font-size: 14px;
  padding: 14px 0;
}
.preview_notice .btn_popup_area div:first-of-type{
  border-right: 1px solid #4E5366;
}
.preview_notice .btn_popup_area div.text_main{
  color: var(--main_blue);
}
.gift_condition_area{
  background-color: var(--black);
}
.gift_condition_area .box{
  width: 100%;
  background-image: linear-gradient(#181B23,#2E3440);
  color: var(--wht);
}
.gift_condition_area .box .title{
  font-size: 20px;
  padding: 20px;
  border-bottom: 2px solid var(--black);
}
.gift_condition_area .box .gift_contents{
  padding: 20px;
  line-height: 1.5;
}












.preview_show_area {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  min-width: 260px;
  margin-bottom: 140px;
}

.mode_light,
.mode_dark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* z-index: -1; */
  margin: 7% 7.7% 0;
  border-radius: 56px;
  height: 91%;
  overflow-y: auto;
}
.mode_light::-webkit-scrollbar,
.mode_dark::-webkit-scrollbar {
  width: 7px;
}
.mode_light::-webkit-scrollbar-button:vertical:start:decrement, 
.mode_light::-webkit-scrollbar-button:vertical:end:decrement,
.mode_dark::-webkit-scrollbar-button:vertical:start:decrement, 
.mode_dark::-webkit-scrollbar-button:vertical:end:decrement{
  display: block;
  height: 50px;
}
.mode_light::-webkit-scrollbar-thumb,
.mode_dark::-webkit-scrollbar-thumb {
  background: #686868;
  border-radius: 10px;
}

.mode_lighty::-webkit-scrollbar-track,
.mode_dark::-webkit-scrollbar-track {
  background: transparent;
}

.mode_light {
  display: none;
  background: var(--wht);
}

.clock_icon {
  padding: 20px 22px;
  display: flex;
  justify-content: space-between;
}

.mode_top .top_icon {
  display: flex;
  align-items: center;
  gap: 6px;
}
.top_icon img{
  width: 19px;
}

.mode_title {
  padding: 16px 20px;
  background-color: var(--main_purple);
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: var(--wht);
  font-weight: 600;
}

.invisible {
  visibility: hidden;
}

.pre_light_img {
  width: 100%;
  height: 300px;
  background-color: #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url('../images/icon_img.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  position: relative;
}

.sub_box {
  position: absolute;
  bottom: 0;
  padding: 20px;
  justify-content: space-between;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mini_box {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  color: var(--wht);
  padding: 0 10px;
  margin-bottom: 4px;
}

.stamp_list_light {
  padding: 30px 20px;
}

.list_wrap {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.image_box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #eee;
  background-image: url('../images/icon_img.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.text_boxes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 100px);
}

.text_box {
  background-color: #fff;
  font-size: 16px;
  border: 1px solid #ddd;
  line-height: 1.7;
  padding: 0 8px;
  font-weight: 600;
}

.text_box1 {
  font-size: 14px;
  font-weight: 400;
}














.mod_bg_black {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 9px 12px 20px;
  border-radius: 84px;
  z-index: -1;
  background-color: var(--black);
}
.mod_bg_black.show{
  display: block !important;
}

.mode_dark {
  /* display: none; */
  background: var(--black);
  color: var(--wht);
}
.mode_title_dark{
  background-color: var(--black);
}
.pre_dark_img{
  width: 85%;
  max-width: 260px;
  height: 300px;
  background-color: #636363;
  background-image: url('../images/icon_img.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  margin: 10px auto 16px;
  border-radius: 30px;
}
.sub_box_dark p{
  text-align: center;
  font-size: 15px;
  color: var(--white_40);
  margin-bottom: 5px;
}
.sub_box_dark .title{
  font-weight: 600;
  font-size: 18px;
  color: var(--wht);
}
.sub_box_dark .strong_con{
  color: var(--wht);
}
.sub_box_dark .con{
  font-size: 14px;
}
.sub_box_dark .con span{
  color: var(--wht);
  margin-left: 8px;
  font-size: 15px;
}
.stamp_list_dark{
  width: 100%;
  padding: 20px;
}
.stamp_list_dark .title{
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
}
.stamp_list_dark .divider{
  width: 100%;
  height: 0.5px;
  background-color: var(--white_40);
  margin: 8px 0 16px;
}
.stamp_list_dark .image_box{
  min-width: 110px;
  height: 70px;
  border-radius: 10px;
  background-color: #636363;
  background-size: 30px;
}
.stamp_list_dark .text_boxes{
  justify-content: center;
  padding: 0 0 0 10px;
}

.stamp_list_dark .text_box {
  background-color: var(--black);
  font-size: 16px;
  border: 0px;
  padding: 0;
  font-weight: 600;
  color: var(--wht);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stamp_list_dark .text_box1 {
  font-size: 14px;
  font-weight: 400;
  color: var(--white_40);
}



.buttoun_area{
  position: absolute;
  width: 100%;
  padding: 10px 0 50px;
}
.app_button_wrap{
  width: 100%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.app_button_wrap a{
  width: 49%;
  height: 56px;
  border: 1px solid var(--main_blue);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main_blue);
}
.app_button_wrap a:last-of-type{
  border: 1px solid var(--main_purple);
  color: var(--main_purple);
}
.app_button_wrap a:hover{
  background-color: #667cf825;
  transition: all 0.5s;
}
.app_button_wrap a:last-of-type:hover{
  background-color: #6628e115;
  transition: all 0.5s;
}
.app_button_wrap a img{
  margin-right: 8px;
}
.btn_pay{
  margin-top: 16px;
  width: 100%;
  justify-content: center !important;
}


/* 404page */
.error_wrap{
  max-width: 1000px;
  margin: 100px auto;
  text-align: center;
}
.error_wrap .title_num{
  height: 100px;
  font-size: 120px;
  font-weight: bolder;
}
.error_wrap .title_ko{
  font-size: 32px;
  position: relative;
  display: inline;
}
.error_wrap .title_ko::after{
  content: '';
  width: calc(100% + 30px);
  height: 14px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #6628e138;
  z-index: -1;
}
.error_wrap .sub_title_ko{
  margin-top: 10px;
  line-height: 1.5;
}

.error_wrap .btn_home{
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #6628e1;
  color: #fff;
}





@media screen and (max-width: 991px) {
  .container {
    max-width: 991px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.custom_wrap {
    min-height: 0;
    padding-top: 300px;
    padding-bottom: 0;
    position: relative;
  }

  .nav {
    display: block;
  }

  .design_steel_txt {
    font-family: var(--pretendard);
    letter-spacing: 0;
    font-size: 50px;
  }

  .design_steel_txt.lo_01 {
    top: 200px;
    left: 10%;
  }

  .design_steel_txt.lo_02 {
    top: 500px;
    right: 10%;
  }

  .custom_design_area {
    height: 100%;
    margin-top: 0;
  }

  .device {
    width: 100%;
    max-width: 400px;
    height: 1100px;
  }

  .screen {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding-top: 54px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: visible;
  }

  .screen-ui-top {
    width: 95%;
    max-width: 400px;
    height: auto;
    position: static;
  }

  .downloads {
    max-width: 400px;
    padding: 0;
  }

  .download {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .download.download--show,
  .download.download--film {
    position: static;
  }

  .download-img {
    width: 360px;
  }

  .slogan_area {
    left: 30px;
  }

  .slogan_sub {
    font-size: 27px;
  }

  .slogan_main {
    font-family: var(--pretendard);
    font-size: 50px;
    display: block;
    transform: none;
  }

  .nav_menu {
    text-align: center;
  }

  .btn_area {
    left: 30px;
  }

  .d_flex_between {
    display: flex;
  }

  .nav_menu_wrap {
    transform-origin: 50% 0;
    text-align: left;
    cursor: auto;
    background-color: #00000080;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hamburger {
    padding-right: 0;
  }

  .hamburger.w--open {
    background-color: #0000;
  }

  .icon_bars {
    font-family: Pretendard, Arial, sans-serif;
    font-size: 30px;
  }

  .pre_bold_54 {
    font-size: 50px;
  }

  .pre_mebium_30 {
    font-size: 26px;
  }

  .image-4 {
    width: 50%;
    margin-top: 10px;
  }

  .pre_thin_17.mt_30 {
    margin-top: 30px;
  }

  .custom_sub_list {
    max-width: 400px;
    font-size: 16px;
  }

  .position_relative.w_100 {
    width: 100%;
  }

  .use_direct {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    cursor: pointer;
    width: 50px;
  }

  .img_logo {
    cursor: pointer;
  }

  .preview_banner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner_text {
    font-size: 28px;
  }

  .ask_direct_area,
  .thatzit_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner_sub_text {
    font-size: 16px;
  }

  .sub_top_horizontal {
    width: 190px;
  }

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

  .s_sec_01_img {
    margin-left: auto;
    margin-right: auto;
  }

  .s_sec_01_paragraph.mt_50.mb_40 {
    margin-bottom: 40px;
  }

  .s_sec_02_img {
    width: 100%;
    max-width: 460px;
  }

  .s_sec_02_head {
    font-size: 20px;
  }

  .s_sec_02_head.text_white.text_left {
    text-align: left;
  }

  .light_mode {
    left: 0%;
  }

  .dark_mode {
    right: 0%;
  }

  .s_sec_02_head_02 {
    font-size: 20px;
  }

  .s_sec_02_head_02.text_white.text_left {
    text-align: left;
  }

  .num_wrap {
    margin-bottom: 40px;
  }

  .apply_text {
    font-size: 18px;
  }

  .price_card.contact_card {
    max-width: 360px;
  }

  .p_text_md {
    font-size: 20px;
  }

  .team_name.text_white {
    font-size: 26px;
  }

  .team_text_md {
    font-size: 20px;
  }

  .team_img {
    width: 60%;
  }

  .team_work.text_white {
    font-size: 26px;
  }

  .team_text_mbti {
    font-size: 14px;
  }

  .contact_us_area {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .contact_us_heading {
    text-align: center;
  }

  .contact_form {
    max-width: 100%;
    margin-top: 60px;
  }

  .contact_us_p {
    text-align: center;
    margin-bottom: 10px;
  }

  .login_right_text {
    font-size: 80px;
  }

  .my_stamp_wrap {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .btn_top {
    bottom: 16px;
    right: 16px;
    width: 40px;
  }
  .btn_top img{
    width: 14px;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .design_steel_txt {
    font-size: 40px;
  }

  .design_steel_txt.lo_01 {
    left: 5%;
  }

  .design_steel_txt.lo_02 {
    right: 5%;
  }

  .design_steel_txt.bg_gra_navy.lo_03 {
    text-align: center;
    writing-mode: horizontal-tb;
    width: 100%;
    top: -200px;
    left: 0%;
  }

  .device {
    width: 321px;
    height: 800px;
  }

  .screen {
    width: 100%;
    height: 563px;
  }

  .screen-ui-top {
    width: 95%;
    height: auto;
  }

  .downloads {
    padding-left: 0;
    padding-right: 0;
  }

  .download {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn_app_wrap {
    flex-flow: wrap;
  }

  .btn_main_outline.btn_service_info {
    margin-top: 30px;
  }

  .main_heading_txt {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service_area.pt_30 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .d_flex_horizontal {
    flex-flow: column;
  }

  .d_flex_horizontal.d_flex_between {
    display: block;
  }

  .text_main.pre_thin_20.mt_60 {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .pre_bold_54.text_white {
    text-align: center;
    font-size: 40px;
  }

  .pre_mebium_30 {
    text-align: left;
    font-size: 29px;
    line-height: 1.4;
  }

  .pre_mebium_30.text_white {
    text-align: center;
    font-size: 20px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: none;
    overflow: visible;
  }

  .service_text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pre_thin_17 {
    font-size: 14px;
  }

  .custom_sub_list {
    max-width: 400px;
    margin-top: 30px;
    font-size: 15px;
  }

  .big_text_gra {
    font-size: 40px;
  }

  .text-block-3 {
    font-size: 25px;
  }

  .div-block-3 {
    width: 80px;
    left: 40px;
  }

  .text-block-4 {
    font-size: 15px;
  }

  .img_logo {
    width: 150px;
  }

  .glowing-wrapper.glowing-wrapper-active {
    width: 244px;
  }

  .glowing-wrapper.glowing-wrapper-active.bnt_veiw_more {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section_05 {
    background-image: linear-gradient(#fff, #fff 50%, #eee 50%);
  }

  .ask_direct_area,
  .thatzit_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_05_wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .family_site_area {
    justify-content: flex-end;
    align-items: center;
    margin-top: 14px;
    display: flex;
  }

  .sns_icon_area {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .info_wrap {
    display: block;
  }

  .footer_company {
    text-align: center;
  }

  .breadscrumb_area {
    left: 30px;
  }

  .sub_top_horizontal {
    width: 128px;
    height: 4px;
    left: 60px;
  }

  .sub_top_main_text {
    font-size: 40px;
  }

  .s_sec_01_img {
    width: 100%;
  }

  .s_sec_01_paragraph {
    font-size: 17px;
  }

  .s_sec_02_text {
    text-align: left;
    font-size: 15px;
  }

  .s_sec_02_text.text_white.text_right {
    text-align: right;
  }

  .light_mode {
    top: 0;
    left: 50%;
    right: auto;
  }

  .dark_mode {
    inset: auto 50% 0 auto;
  }

  .s_sec_02_head_02.text_right {
    text-align: right;
  }

  .s_sec_02_text_02 {
    text-align: left;
    font-size: 15px;
  }
  .s_sec_02_head_02,
  .s_sec_02_text_02{
    text-align: right;
  }
  .s_sec_02_text_02.text_white.text_right,
  .s_sec_02_text_02.text_right {
    text-align: right;
  }

  .s_sec_02_head_03.pre_mebium_30.text_center {
    text-align: center;
  }

  .apply_area {
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .p_text_md {
    font-size: 18px;
  }

  .price_info_text {
    font-size: 16px;
  }

  .team_name {
    text-align: center;
    font-size: 29px;
    line-height: 1.4;
  }

  .team_name.text_white {
    text-align: center;
    font-size: 20px;
  }

  .team_text_md {
    font-size: 18px;
  }

  .team_work {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
  }

  .team_work.text_white {
    text-align: center;
    font-size: 20px;
  }

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

  .team_text_mbti {
    font-size: 14px;
  }

  .company_contact_area {
    grid-template-columns: 1fr;
  }

  .udesly-form-flex {
    flex-direction: column;
  }

  .login_area {
    background-size: 700px;
  }

  .left_gra_bg {
    width: 26px;
  }

  .login_right_text {
    font-size: 50px;
  }

  .sign_up_area {
    background-size: 700px;
  }

  .my_info_title {
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    height: 180px;
  }

  .my_stamp_w.d_none {
    display: none;
  }

  .div-block-7 {
    text-align: center;
  }

  .preview_wrap {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .w_certifi_num {
    display: block;
  }

  .btn_certification {
    margin-left: 0;
    margin-bottom: 14px;
  }

  .container {
    width: 87.5%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container.custom_wrap {
    padding-top: 200px;
  }

  .nav {
    background-color: #000;
    display: block;
  }

  .design_steel_txt {
    writing-mode: horizontal-tb;
  }

  .design_steel_txt.lo_01 {
    text-align: center;
    width: 100%;
    top: 140px;
    left: 0%;
  }

  .design_steel_txt.lo_02 {
    top: 237px;
    right: 23%;
  }

  .design_steel_txt.bg_gra_navy.lo_03 {
    z-index: 10;
    display: none;
  }

  .custom_design_area {
    height: 100%;
  }

  .device {
    width: 100%;
    max-width: 340px;
    height: 800px;
  }

  .screen {
    width: 100%;
    max-width: 360px;
    padding-top: 40px;
  }

  .screen-ui-top {
    width: 95%;
    max-width: 360px;
    height: auto;
  }

  .downloads {
    width: 95%;
    max-width: 360px;
    padding: 0;
  }

  .nav_link_menu {
    color: var(--black);
  }

  .image {
    max-width: 70%;
  }

  .icon {
    font-size: 30px;
  }

  .slogan_area {
    left: 0;
  }

  .slogan_sub,
  .slogan_sub.text_center.line_height_140.letter_spacing_0-5 {
    font-size: 18px;
  }

  .slogan_main {
    font-size: 36px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .btn_area {
    justify-content: center;
    align-items: flex-start;
    left: 0;
  }

  .btn_app_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .btn_main_outline.btn_service_info {
    margin-top: 30px;
  }

  .pre_normal_20 {
    font-size: 17px;
  }

  .logo_area.w--current {
    width: 120px;
  }

  .main_heading_txt {
    font-size: 26px;
  }

  .section_01_text_span {
    font-size: 38px;
  }

  .section_02.bg_darknavy.overflow_hidden {
    overflow: hidden;
  }

  .service_area {
    background-image: url('../images/bg_circle_gra.png');
    background-position: 90% 90%;
    background-repeat: no-repeat;
    background-size: 60%;
  }

  .service_area.pt_30 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .d_flex_horizontal.d_flex_between {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: block;
  }

  .text_main.pre_thin_20.mt_60 {
    font-size: 14px;
  }

  .pre_bold_54.text_white {
    font-size: 36px;
  }

  .pre_mebium_30 {
    font-size: 22px;
  }

  .pre_mebium_30.text_white {
    font-size: 20px;
  }

  .image-4 {
    width: 100%;
    display: none;
  }

  .service_text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .custom_sub_list {
    width: 95%;
    max-width: 360px;
  }

  .big_text_gra {
    font-size: 27px;
  }

  .big_text_gra.split-text {
    font-size: 27.5px;
  }

  .text-block-3 {
    font-size: 20px;
  }

  .div-block-3 {
    width: 70px;
    height: 1px;
    left: 30px;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .chat_text {
    font-size: 17px;
  }

  .text_span_main {
    font-size: 38px;
  }

  .glowing-wrapper.glowing-wrapper-active {
    width: 244px;
  }

  .banner_text {
    font-size: 22px;
    line-height: 1.4;
  }

  .banner_sub_text {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .family_site_area {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .sub_top_horizontal {
    width: 114px;
    height: 3px;
    top: 49%;
    left: 52px;
  }

  .sub_top_main_text {
    font-size: 36px;
  }

  .sub_section_02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s_sec_02_head {
    font-size: 18px;
  }

  .s_sec_02_text {
    font-size: 13px;
  }

  .light_mode {
    left: 50%;
    right: auto;
  }

  .dark_mode {
    left: auto;
    right: 50%;
  }

  .s_sec_02_head_02.text_right {
    font-size: 18px;
  }

  .s_sec_02_text_02.text_right {
    font-size: 13px;
  }

  .apply_area {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .num_wrap {
    width: 40px;
    height: 40px;
  }

  .bg_change {
    width: 35px;
    height: 35px;
  }

  .num_text {
    font-size: 20px;
  }

  .price_card {
    width: 100%;
  }

  .price_card.team_card {
    width: 100%;
    max-width: 360px;
  }

  .price_card_w {
    justify-content: center;
    align-items: center;
  }

  .p_text_w {
    text-align: center;
    flex-flow: column;
    display: block;
  }

  .p_text_sm {
    width: auto;
  }

  .price_info_text {
    font-size: 15px;
  }

  .team_name {
    font-size: 22px;
  }

  .team_name.text_white {
    font-size: 20px;
  }

  .team_w {
    justify-content: center;
    align-items: center;
  }

  .team_text_sm {
    width: auto;
  }

  .team_work {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .team_work.text_white {
    font-size: 20px;
  }

  .team_mbti {
    text-align: center;
    flex-flow: column;
    display: block;
  }

  .udesly-flex.udesly-gap-08 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .udesly-form-flex {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .contact_us_heading {
    font-size: 50px;
  }

  .contact_us_p {
    font-size: 16px;
  }

  .login_area {
    background-size: 500px;
  }

  .left_gra_bg {
    width: 20px;
  }

  .login_right_text {
    display: none;
  }

  .login_form_area {
    padding-left: 8px;
    padding-right: 8px;
  }

  .login_form_area img {
    width: 160px;
  }

  .login_form_wrap {
    padding: 20px;
    margin-top: 16px;
  }

  .privacy_text_area {
    margin-bottom: 10px;
  }

  .sign_up_area {
    background-size: 500px;
  }

  .card {
    width: 280px;
    height: 200px;
  }

  .preview_form_area {
    padding: 30px 12px;
  }

  .mode_light,
  .mode_dark {
    border-radius: 45px;
  }

  .stamp_area {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .stamp_file {
    width: 100%;
  }

  .stamp_file .div {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .stamp_info {
    width: 100%;
  }
  .top_icon img{
    width: 16px;
  }
  .stamp_list_light{
    padding: 30px 12px;
  }

  .mod_bg_black {
    margin: 7px 9px 17px;
    border-radius: 68px;
  }
}
@media screen and (max-width: 420px) {
  .stamp_list .list_wrap .text_boxes{
    margin-top: 6px;
  }
}