@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css");
:root {
  --white: #fff;
  --white_a0: rgba(255,255,255,0);
  --white_a04: rgba(255,255,255,0.04);
  --white_a20: rgba(255,255,255,.2);
  --white_a50: rgba(255,255,255,.5);
  --white_a60: rgba(255,255,255,.6);
  --white_a80: rgba(255,255,255,.8);
  --white_a90: rgba(255,255,255,.9);
  --white_a100: rgba(255,255,255,1);
  --beige_100: #FEF6D5;
  --yellow_100: #FFDE48;
  --yellow_200: #FAE100;
  --green_100: #39FF75;
  --green_200: #00C43C;
  --green_300: #57BA53;
  --red_100: #F12E5F;
  --red_200: #EE61C1;
  --red_300: #F35E83;
  --blue_100: #413294;
  --blue_400: #4800FF;
  --blue_200: #2B0099;
  --blue_300: #2325E0;
  --blue_a80: rgba(35,37,224,.8);
  --black_100: #161616;
  --black_100_a0: rgba(45,45,45,0);
  --black_100_a04: rgba(0,0,0,0.04);
  --black_100_a20: rgba(0,0,0,.2);
  --black_100_a50: rgba(0,0,0,.5);
  --black_100_a80: rgba(0,0,0,.8);
  --black_100_a60: rgba(0,0,0,.6);
  --black_100_a90: rgba(0,0,0,.9);
  --black_100_a96: rgba(0,0,0,.96);
  --black_200: #262626;
  --black_300: #363636;
  --black_400: #464646;
  --black_500: #565656;
  --black_600: #666666;
  --black_700: #767676;
  --black_800: #868686;
  --black_900: #969696;
  --black_1000: #A6A6A6;
  --black_1100: #B6B6B6;
  --black_1200: #C6C6C6;
  --black_1300: #D6D6D6;
  --black_1400: #E6E6E6;
  --black_1500: #F8F8F8;
  --black_1600: #FAFAFA;
  --black_1700: #FCFCFC;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
  font-family: "Pretendard", "Noto Sans KR", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "Helvetica", "Verdana", sans-serif;
  font-size: 16px;
  color: #414448;
  line-height: 1.3;
  letter-spacing: -0.01;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:focus {
  outline: 0;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

input:required,
input {
  box-shadow: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: none;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

picture {
  display: inline-block;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

[disabled] {
  pointer-events: none;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

pre {
  font-family: "Pretendard", "Noto Sans KR", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "Helvetica", "Verdana", sans-serif;
  font-size: 100%;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: "Pretendard", "Noto Sans KR", "애플 SD 산돌고딕 Neo", "Apple SD Gothic Neo", "맑은 고딕", "Malgun Gothic", "Helvetica", "Verdana", sans-serif;
}

small {
  font-size: 75%;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

button,
input {
  overflow: visible;
  background-color: transparent;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
  outline: 0;
}

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

progress {
  vertical-align: baseline;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=button] {
  -webkit-appearance: none;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input:focus,
select,
a,
button,
td,
p,
label,
textarea {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/************************************************************
    COMMON
************************************************************/
html {
  height: 100%;
}
html:has(.main_page) {
  overflow: hidden;
}

body {
  min-height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body.modal-lock {
  overflow: hidden;
}
body.main_page {
  height: 100vh;
  scroll-snap-type: y mandatory;
}

body,
div,
main,
section,
article {
  touch-action: pan-y;
}

* {
  letter-spacing: -0.02em;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: var(--white);
  z-index: 200;
  display: flex;
  align-items: center;
  padding: 28px 48px;
  gap: 72px;
}
#header h1 a {
  display: block;
  width: 160px;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/pages/ddanzit/img/logo.svg) no-repeat center center;
  background-size: contain;
}
#header ul {
  display: flex;
  gap: 52px;
}
#header ul li a {
  display: block;
  color: var(--black_100);
  font-size: 16px;
  font-weight: 600;
}
#header ul li a:hover {
  font-weight: 700;
}
#header .header_right {
  display: flex;
  margin-left: auto;
}
#header .header_right > div {
  display: none;
  gap: 24px;
}
#header .header_right > div a {
  display: inline-flex;
  font-size: 14px;
  color: var(--black_500);
  align-items: center;
}
#header .header_right > div a:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: var(--black_1300);
  margin-right: 24px;
}
#header .header_right > div a:hover {
  color: var(--black_100);
}
#header .header_right.before div.before {
  display: flex;
}
#header .header_right.after div.after {
  display: flex;
}
#header .close {
  display: none;
}

.main_visual_wrap {
  height: 100vh;
  background-color: var(--black_100);
  background: url(/pages/ddanzit/img/main_visual.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  scroll-snap-align: start;
}
.main_visual_wrap h2 {
  position: absolute;
  top: calc(50% - 320px);
  left: 120px;
  display: flex;
  gap: 16px;
}
.main_visual_wrap h2 span,
.main_visual_wrap h2 strong {
  font-size: 32px;
}
.main_visual_wrap h2 span {
  padding-right: 12px;
  display: inline-block;
  position: relative;
}
.main_visual_wrap h2 span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--black_100);
  border-radius: 50%;
  position: absolute;
  bottom: 8px;
  right: 0;
}
.main_visual_wrap h2 strong {
  color: var(--red_100);
  font-weight: 600;
}
.main_visual_wrap .main_visual_content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.main_visual_wrap .main_visual_content .mask {
  display: none;
}
.main_visual_wrap .main_visual_content figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_visual_wrap .main_visual_content figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: url(/pages/ddanzit/img/visual_logo.svg);
  mask-repeat: repeat-x;
  mask-size: 3700px auto;
  mask-position: 0 center;
  -webkit-mask-image: url(/pages/ddanzit/img/visual_logo.svg);
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: 3700px auto;
  -webkit-mask-position: 0 center;
  animation: imageScale 8s ease-in-out infinite, maskFlowDesktop 20s linear infinite;
}
@media (max-width: 999px) {
  .main_visual_wrap .main_visual_content figure img {
    mask-size: 1200px auto;
    -webkit-mask-size: 1200px auto;
    animation: imageScale 8s ease-in-out infinite, maskFlowMobile 20s linear infinite;
  }
}
.main_visual_wrap .scroll_down {
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.main_visual_wrap .scroll_down span {
  font-size: 14px;
  font-weight: 500;
  color: var(--black_100);
  position: relative;
  padding-bottom: 32px;
}
.main_visual_wrap .scroll_down span::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/pages/ddanzit/img/ic_arr_down.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollDownMotion 1.5s ease-in-out infinite;
}

.main_info_wrap {
  width: 100%;
  height: 100vh;
  background-image: url(/pages/ddanzit/img/bg_aurora.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  scroll-snap-align: start;
  position: relative;
}
.main_info_wrap .indicator {
  position: absolute;
  top: calc(50% + 240px);
  left: calc(50% + 160px);
  z-index: 100;
  width: 120px;
  height: 120px;
  position: absolute;
}
.main_info_wrap .indicator::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url(/pages/ddanzit/img/dash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.3;
}
.main_info_wrap .indicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url(/pages/ddanzit/img/dash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
.main_info_wrap .indicator.loading::after {
  animation: indicatorLoading 5s linear forwards;
}
.main_info_wrap .indicator p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  position: absolute;
}
.main_info_wrap .indicator p.active {
  font-weight: 700;
  top: 30px;
  left: 30px;
}
.main_info_wrap .indicator p.inactive {
  font-weight: 400;
  opacity: 0.4;
  bottom: 30px;
  right: 30px;
}
.main_info_wrap .main_info_content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main_info_wrap .main_info_content .main_info_item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  z-index: 1;
}
.main_info_wrap .main_info_content .main_info_item.active {
  opacity: 1;
  visibility: visible;
}
.main_info_wrap .main_info_content .main_info_item.current-active {
  z-index: 2;
}
.main_info_wrap .main_info_content .main_info_item .item_img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.main_info_wrap .main_info_content .main_info_item .item_img figure {
  width: 100%;
  height: 100%;
}
.main_info_wrap .main_info_content .main_info_item .item_img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_info_wrap .main_info_content .main_info_item .item_text {
  width: 50%;
  height: 100%;
  padding: 0 0 0 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 36px;
}
.main_info_wrap .main_info_content .main_info_item .item_text h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--white);
}
.main_info_wrap .main_info_content .main_info_item .item_text h2 strong {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
}
.main_info_wrap .main_info_content .main_info_item .item_text p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  width: 492px;
}

.main_class_wrap {
  width: 100%;
  height: 100vh;
  background-color: var(--beige_100);
  scroll-snap-align: start;
  position: relative;
  padding: 120px 0;
  padding-top: 200px;
}
.main_class_wrap .title_group {
  width: calc(100% - 480px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 120px;
}
.main_class_wrap .title_group h2 {
  font-size: 16px;
  font-weight: 800;
}
.main_class_wrap .title_group p {
  font-size: 48px;
  color: var(--black_100);
  font-weight: 500;
}
.main_class_wrap .title_group p strong {
  font-size: 48px;
  color: var(--red_100);
  font-weight: 800;
}
.main_class_wrap ul {
  width: calc(100% - 240px);
  margin: 0 auto;
  display: flex;
  gap: 34px;
  margin-bottom: 120px;
  height: calc(100vh - 640px);
}
.main_class_wrap ul li {
  width: 25%;
  height: 100%;
}
.main_class_wrap ul li:nth-of-type(even) {
  transform: translateY(-40px);
}
.main_class_wrap ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
}
.main_class_wrap ul li a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  transform: translateY(-16px);
  transition: all 0.4s;
}
.main_class_wrap ul li a:hover > div {
  opacity: 1;
  transition: all 0.4s;
}
.main_class_wrap ul li a:hover > div p {
  transform: translateY(0);
  transition: all 0.8s;
}
.main_class_wrap ul li a > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white_a90);
  justify-content: center;
  opacity: 0;
  transition: all 0.4s;
}
.main_class_wrap ul li a > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translateY(16px);
  transition: all 0.8s;
}
.main_class_wrap ul li a > div p span {
  font-size: 18px;
}
.main_class_wrap ul li a > div p strong {
  color: var(--black_100);
  font-size: 20px;
  font-weight: 700;
}
.main_class_wrap ul li a > div p::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-top: 36px;
  border: 1px solid var(--black_100);
  background: url(/pages/ddanzit/img/ic_arr_right.svg) no-repeat center center;
}
.main_class_wrap ul li a figure {
  width: 100%;
  height: 100%;
}
.main_class_wrap ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_instagram_wrap {
  width: 100%;
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  padding: 120px 0;
  padding-top: 200px;
}
.main_instagram_wrap .title_group {
  width: calc(100% - 480px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 120px;
  padding-left: 120px;
  position: relative;
}
.main_instagram_wrap .title_group::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  background-image: url(/pages/ddanzit/img/ic_instargram.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main_instagram_wrap .title_group h2 {
  width: 90px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/pages/ddanzit/img/ic_instargram_logo.svg) no-repeat center center;
  margin-top: 8px;
}
.main_instagram_wrap .title_group p {
  font-size: 48px;
  color: var(--black_100);
  font-weight: 500;
}
.main_instagram_wrap .title_group p strong {
  font-size: 48px;
  color: var(--red_100);
  font-weight: 800;
}
.main_instagram_wrap ul {
  width: calc(100% - 480px);
  height: 496px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  position: relative;
  flex-wrap: wrap;
}
.main_instagram_wrap ul li {
  overflow: hidden;
  border-radius: 8px;
  width: calc((100% - 80px) / 6);
  height: 240px;
}
.main_instagram_wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main_instagram_wrap ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--white_a60);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s;
  z-index: 3;
}
.main_instagram_wrap ul li a figure {
  width: 100%;
  height: 100%;
}
.main_instagram_wrap ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.main_instagram_wrap ul li a:hover::before {
  opacity: 1;
  transition: all 0.4s;
}
.main_instagram_wrap ul li a:hover figure img {
  transform: scale(1.1);
  transition: all 0.4s;
}

footer {
  width: 100%;
  background-color: var(--black_100);
  padding: 120px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 3;
}
.main_page footer {
  scroll-snap-align: end;
}
footer > div {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--white_a04);
  margin-bottom: 32px;
}
footer > div strong {
  width: 260px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(/pages/ddanzit/img/footer_logo.svg) no-repeat center center;
  background-size: contain;
}
footer > div span {
  font-size: 48px;
  font-weight: 700;
  color: var(--white);
}
footer address {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer address p {
  font-size: 14px;
}
footer address p span,
footer address p strong {
  color: var(--white);
  font-size: 14px;
}
footer address .info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer address .info strong {
  font-weight: 700;
}
footer address .copyright {
  margin-top: 36px;
}
footer address .email {
  position: absolute;
  top: 0;
  right: 0;
}
footer address .email a {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  display: inline-block;
  padding-right: 48px;
  position: relative;
}
footer address .email a:hover {
  text-decoration: underline;
}
footer address .email a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/pages/ddanzit/img/ic_mail_send.svg) no-repeat center center;
  background-size: contain;
}

.sub_content_wrap {
  width: 100%;
  background-color: var(--black_1500);
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 0;
}
.sub_content_wrap .video_wrap {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 1;
}
.sub_content_wrap .video_wrap > div {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1300px;
  height: calc(100vh - 200px);
  transform: translate(-50%, -50%);
  border: 1px dashed var(--white_a20);
}
.sub_content_wrap .video_wrap > div h2 {
  position: absolute;
  top: 90px;
  left: 90px;
  font-size: 40px;
  color: var(--white);
  font-weight: 700;
  width: 360px;
  height: 200px;
}
.sub_content_wrap .video_wrap > div h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/pages/ddanzit/img/footer_logo.svg) no-repeat center center;
  background-size: contain;
}
.sub_content_wrap .video_wrap > div div {
  position: absolute;
  bottom: 90px;
  right: 90px;
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.sub_content_wrap .video_wrap > div div h3 {
  font-size: 40px;
  color: var(--white);
  font-weight: 700;
}
.sub_content_wrap .video_wrap > div div p {
  font-size: 18px;
  color: var(--white);
}
.sub_content_wrap .video_wrap > div span {
  position: absolute;
  top: 90px;
  right: 90px;
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
}
.sub_content_wrap .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sub_content_wrap .content_wrap {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  margin-top: calc(100vh - 100px);
  padding-bottom: 100px;
}
.sub_content_wrap .content_wrap h3 {
  width: 1300px;
  margin: 0 auto;
  padding-top: 160px;
  padding-bottom: 140px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 36px;
}
.sub_content_wrap .content_wrap h3 span,
.sub_content_wrap .content_wrap h3 strong {
  font-size: 72px;
  color: var(--black_100);
}
.sub_content_wrap .content_wrap h3 strong {
  font-weight: 700;
}
.sub_content_wrap .content_wrap h3::after {
  content: "";
  display: block;
  width: 16px;
  height: 120px;
  background-image: url(/pages/ddanzit/img/ic_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.sub_content_wrap .content_wrap .content_inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 100px;
}
.sub_content_wrap .content_wrap .content_inner .text_wrap {
  display: flex;
  gap: 40px;
}
.sub_content_wrap .content_wrap .content_inner .text_wrap p:nth-of-type(1) {
  font-size: 32px;
  width: 400px;
  color: var(--black_100);
}
.sub_content_wrap .content_wrap .content_inner .text_wrap p:nth-of-type(2) {
  width: calc(100% - 440px);
  font-size: 18px;
  color: var(--black_500);
}
.sub_content_wrap .content_wrap .content_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.sub_content_wrap .content_wrap .content_inner ul li {
  width: calc((100% - 24px) / 3);
  position: relative;
}
.sub_content_wrap .content_wrap .content_inner ul li.w50p {
  width: calc((100% - 12px) / 2);
}
.sub_content_wrap .content_wrap .content_inner ul li.w66p {
  width: calc((100% - 6px) * 2 / 3);
}
.sub_content_wrap .content_wrap .content_inner ul li p {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
}
.sub_content_wrap .content_wrap .content_inner ul li p span,
.sub_content_wrap .content_wrap .content_inner ul li p strong {
  font-size: 16px;
  color: var(--white);
  text-align: center;
}
.sub_content_wrap .content_wrap .content_inner ul li p strong {
  font-weight: 700;
  font-size: 20px;
}
.sub_content_wrap .content_wrap .content_inner ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sub_content_wrap .content_wrap .content_inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_content_wrap .making_wrap {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}
.sub_content_wrap .making_wrap .making_left {
  width: 720px;
}
.sub_content_wrap .making_wrap .making_left .image_wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 100px;
}
.sub_content_wrap .making_wrap .making_left .image_wrap figure {
  width: 720px;
  height: 720px;
  overflow: hidden;
}
.sub_content_wrap .making_wrap .making_left .image_wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_content_wrap .making_wrap .making_left .image_wrap ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.sub_content_wrap .making_wrap .making_left .image_wrap ul li {
  width: calc((100% - 12px) / 6);
}
.sub_content_wrap .making_wrap .making_left .image_wrap ul li a {
  width: 110px;
  height: 110px;
  overflow: hidden;
  display: block;
  border-radius: 12px;
  background-color: var(--white);
}
.sub_content_wrap .making_wrap .making_left .image_wrap ul li a.active {
  border: 1px solid var(--black_100);
}
.sub_content_wrap .making_wrap .making_left .image_wrap ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_content_wrap .making_wrap .making_left .making_tab_wrap {
  position: sticky;
  top: 100px;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-top: 40px;
  background-color: var(--black_1500);
}
.sub_content_wrap .making_wrap .making_left .making_tab_wrap ul {
  display: flex;
  flex-direction: row;
}
.sub_content_wrap .making_wrap .making_left .making_tab_wrap ul li {
  width: 33.3333333333%;
}
.sub_content_wrap .making_wrap .making_left .making_tab_wrap ul li a {
  display: block;
  width: 100%;
  background-color: var(--black_1500);
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--black_1400);
  font-size: 18px;
}
.sub_content_wrap .making_wrap .making_left .making_tab_wrap ul li a.active {
  font-weight: 700;
  border-bottom: 3px solid var(--black_100);
  padding-bottom: 19px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap {
  margin-top: 100px;
  margin-bottom: 0;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--black_1400);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .title {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-bottom: 40px;
  padding: 8px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .title h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--black_100);
  position: relative;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .title h2 strong {
  font-size: 48px;
  font-weight: 700;
  color: var(--black_100);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .title h2 span {
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--white);
  display: inline-block;
  padding: 4px 10px;
  background-color: rgba(238, 97, 193, 0.92);
  border-radius: 24px;
  border: 1px solid #E02EA8;
  position: absolute;
  bottom: 14px;
  left: 324px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .title p {
  display: flex;
  gap: 4px;
  width: 560px;
  flex-wrap: wrap;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .title p span {
  display: inline-block;
  white-space: nowrap;
  padding: 10px 16px;
  font-size: 16px;
  color: var(--black_100);
  border: 1px solid var(--black_100);
  border-radius: 4px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .cont {
  padding: 8px;
  padding-bottom: 80px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .cont figure {
  width: 100%;
  height: 680px;
  overflow: hidden;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .cont .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 72px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .cont .title h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--black_100);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .info_wrap .cont .title p {
  font-size: 24px;
  color: var(--black_100);
  width: 320px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap {
  padding: 80px 0;
  display: flex;
  flex-direction: column;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item {
  padding-left: 160px;
  position: relative;
  padding-bottom: 120px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item:nth-of-type(1)::before {
  background-image: url(/pages/ddanzit/img/ic_ai_img.svg);
  background-color: var(--black_100);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item:nth-of-type(2)::before {
  background-image: url(/pages/ddanzit/img/ic_design_select.svg);
  background-color: var(--white);
  border: 1px dashed var(--black_100);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item:nth-of-type(3) {
  padding-bottom: 40px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item:nth-of-type(3)::before {
  background-image: url(/pages/ddanzit/img/ic_choice.svg);
  background-color: var(--red_300);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item:last-child::after {
  display: none;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item::after {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed var(--black_1100);
  position: absolute;
  top: 0;
  left: 58px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item::before {
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item h3 ~ p {
  font-size: 18px;
  color: var(--black_100);
  padding-bottom: 32px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item h4 {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  background-color: var(--black_100);
  white-space: nowrap;
  display: inline-flex;
  padding: 10px;
  margin-top: 48px;
  margin-bottom: 16px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item strong {
  display: inline-flex;
  font-size: 14px;
  border: 1px solid var(--black_1200);
  border-radius: 4px;
  color: var(--black_100);
  padding: 8px 12px;
  margin-bottom: 32px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item .style {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item .style li {
  border-radius: 4px;
  position: relative;
  display: inline-flex;
  flex-direction: column-reverse;
  align-items: center;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item .style li figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 4px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item .style li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .process_wrap .item .style li p {
  padding: 16px 0;
  font-size: 14px;
  color: var(--black_500);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item {
  padding: 24px;
  padding-bottom: 36px;
  border-radius: 12px;
  border: 1px solid var(--black_1300);
  position: relative;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--black_1400);
  padding-left: 12px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item dl {
  padding: 12px;
  padding-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item dl div {
  display: flex;
  gap: 16px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item dl div dt {
  font-size: 16px;
  font-weight: 700;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item dl div dd {
  font-size: 16px;
  color: var(--black_500);
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item figure {
  width: 400px;
  height: 400px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sub_content_wrap .making_wrap .making_left .making_content_wrap .guide_wrap .item .list {
  padding: 24px;
}
.sub_content_wrap .making_wrap .making_right {
  width: 460px;
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  position: absolute;
  top: 100px;
  left: 840px;
  z-index: 99;
}
.sub_content_wrap .making_wrap .making_right.is-fixed {
  position: fixed;
  top: 140px;
  left: calc(50% + 190px);
}
.sub_content_wrap .making_wrap .making_right.is-bottom {
  position: absolute;
  top: auto;
  bottom: 48px;
  left: 840px;
}
.sub_content_wrap .making_wrap .making_right.after .title {
  border: 0;
  margin-bottom: 0;
}
.sub_content_wrap .making_wrap .making_right.after .title p {
  margin-bottom: 8px;
}
.sub_content_wrap .making_wrap .making_right.after .choice_wrap {
  display: flex;
}
.sub_content_wrap .making_wrap .making_right.after .sub_cont .btn_box .before {
  display: none;
}
.sub_content_wrap .making_wrap .making_right.after .sub_cont .btn_box .after {
  display: flex;
}
.sub_content_wrap .making_wrap .making_right .title {
  border-bottom: 1px dashed var(--black_1200);
  padding: 8px;
  margin-bottom: 24px;
}
.sub_content_wrap .making_wrap .making_right .title h2 {
  font-size: 32px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.3;
  height: 1.3;
  margin-bottom: 16px;
}
.sub_content_wrap .making_wrap .making_right .title dl {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.sub_content_wrap .making_wrap .making_right .title dl dt {
  font-size: 14px;
}
.sub_content_wrap .making_wrap .making_right .title dl dd {
  font-size: 14px;
  color: var(--black_900);
}
.sub_content_wrap .making_wrap .making_right .title p {
  font-size: 18px;
  color: var(--black_100);
  margin-bottom: 24px;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap {
  background-color: var(--white);
  border-radius: 12px;
  display: none;
  flex-direction: column;
  padding: 24px;
  margin: 24px 0;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type1 .type1 {
  display: block;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type1 .type2,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type1 .type3,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type1 .type4 {
  display: none;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type2 .type2 {
  display: block;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type2 .type1,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type2 .type3,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type2 .type4 {
  display: none;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type3 .type3 {
  display: block;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type3 .type1,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type3 .type2,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type3 .type4 {
  display: none;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type4 .type4 {
  display: block;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap.type4 .type1,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type4 .type2,
.sub_content_wrap .making_wrap .making_right .choice_wrap.type4 .type3 {
  display: none;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item {
  border-bottom: 1px solid var(--black_1400);
  padding: 8px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 24px;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item.type3 ul, .sub_content_wrap .making_wrap .making_right .choice_wrap .item.type4 ul {
  justify-content: start;
  gap: 12px;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item.type3 ul li::after, .sub_content_wrap .making_wrap .making_right .choice_wrap .item.type4 ul li::after {
  display: none;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item.type4 > p {
  padding: 16px 36px;
  border: 1px dashed var(--black_600);
  text-align: center;
  font-size: 14px;
  color: var(--black_500);
  margin-bottom: 24px;
  border-radius: 8px;
  margin-top: 24px;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul {
  display: flex;
  justify-content: space-between;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li {
  width: 70px;
  height: 70px;
  position: relative;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/pages/ddanzit/img/ic_plus.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 108px;
  transform: translateY(-50%);
  opacity: 0.2;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li:nth-of-type(1) p,
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li:nth-of-type(1) figure::before {
  display: none;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: var(--white);
  z-index: 3;
  white-space: nowrap;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  position: absolute;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub_content_wrap .making_wrap .making_right .choice_wrap .item div {
  display: flex;
}
.sub_content_wrap .making_wrap .making_right .sub_cont {
  display: flex;
  flex-direction: column;
  padding: 8px;
}
.sub_content_wrap .making_wrap .making_right .sub_cont ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 48px;
}
.sub_content_wrap .making_wrap .making_right .sub_cont ul li {
  font-size: 14px;
  color: var(--black_500);
  padding-left: 12px;
  position: relative;
}
.sub_content_wrap .making_wrap .making_right .sub_cont ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--black_1300);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub_content_wrap .making_wrap .making_right .sub_cont dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
.sub_content_wrap .making_wrap .making_right .sub_cont dl dt {
  font-size: 16px;
  font-weight: 700;
}
.sub_content_wrap .making_wrap .making_right .sub_cont dl dd {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.sub_content_wrap .making_wrap .making_right .sub_cont dl dd::after {
  content: "원";
  display: inline-block;
  font-size: 24px;
  color: var(--black_100);
  margin-left: 4px;
  font-weight: 400;
}
.sub_content_wrap .making_wrap .making_right .sub_cont .btn_box p {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sub_content_wrap .making_wrap .making_right .sub_cont .btn_box .after {
  display: none;
}

.making_popup {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black_100_a0);
  z-index: 999;
  transition: all 0.4s;
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
}
.making_popup.opn {
  display: flex;
  background-color: var(--black_100_a90);
  transition: all 0.4s;
}
.making_popup .making_popup_wrap {
  width: 1090px;
  max-height: calc(100vh - 100px);
  background-color: var(--white);
  border-radius: 24px;
}
.making_popup .making_popup_wrap .making_popup_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 36px;
  border-bottom: 1px solid var(--black_1400);
}
.making_popup .making_popup_wrap .making_popup_header h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black_100);
}
.making_popup .making_popup_wrap .making_popup_header .close {
  width: 32px;
  height: 32px;
  background: url(/pages/ddanzit/img/ic_close.svg) no-repeat center center;
  background-size: 24px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.3;
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_header .close:hover {
  opacity: 1;
  transform: rotate(180deg);
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content {
  padding: 20px;
  height: 840px;
  position: relative;
}
.making_popup .making_popup_wrap .making_popup_content.depth1 .ai_style_wrap {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth1 .ai_style_wrap .file_upload {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth1 .ai_style_wrap .file_upload .file_upload_before {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth1 .ai_style_wrap .file_upload .file_upload_after {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content.depth1 .ai_style_select,
.making_popup .making_popup_wrap .making_popup_content.depth1 .ai_select_wrap,
.making_popup .making_popup_wrap .making_popup_content.depth1 .bg_wrap {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content.depth2 .ai_style_wrap {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth2 .ai_style_wrap .file_upload {
  display: flex;
  height: auto;
  margin-bottom: 24px;
}
.making_popup .making_popup_wrap .making_popup_content.depth2 .ai_style_wrap .file_upload .file_upload_before {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content.depth2 .ai_style_wrap .file_upload .file_upload_after {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth2 .ai_style_select {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth2 .ai_select_wrap,
.making_popup .making_popup_wrap .making_popup_content.depth2 .bg_wrap {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .ai_style_wrap {
  display: flex;
  width: calc(100% - 450px);
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .ai_style_wrap .file_upload {
  display: flex;
  height: auto;
  margin-bottom: 24px;
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .ai_style_wrap .file_upload .file_upload_before {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .ai_style_wrap .file_upload .file_upload_after {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .ai_style_select {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .ai_select_wrap {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth3 .bg_wrap {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content.depth4 .bg_wrap {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content.depth4 .ai_style_wrap,
.making_popup .making_popup_wrap .making_popup_content.depth4 .ai_select_wrap {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  flex-direction: column;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload {
  width: 100%;
  height: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload .file_upload_before {
  width: 100%;
  height: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload .file_upload_before button {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: var(--black_900);
  font-size: 16px;
  background-color: var(--black_1500);
  border-radius: 12px;
  border: 1px dashed var(--black_1000);
  cursor: pointer;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload .file_upload_before button:hover {
  border: 1px dashed var(--black_100);
  color: var(--black_100);
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload .file_upload_before button::before {
  content: "";
  display: block;
  width: 92px;
  height: 92px;
  background: url(/pages/ddanzit/img/ic_photo_c.svg) no-repeat center center;
  background-size: contain;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after {
  position: relative;
  flex-direction: column;
  width: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after.disabled .cont {
  opacity: 0.4;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after.disabled .cont button {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 12px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/pages/ddanzit/img/ic_photo.svg) no-repeat center center;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont button {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: var(--black_100_a0);
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont button:hover {
  background-color: var(--black_100_a20);
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont button:hover::before {
  opacity: 1;
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont button::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(/pages/ddanzit/img/ic_re.svg) no-repeat center center;
  background-size: 48px 48px;
  background-color: var(--black_100_a50);
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont figure {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .file_upload_after .cont figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select {
  flex-direction: column;
  gap: 48px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 12px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/pages/ddanzit/img/ic_style.svg) no-repeat center center;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li {
  width: 25%;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check label {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 180px;
  cursor: pointer;
  position: relative;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check label .text {
  position: absolute;
  z-index: 3;
  color: var(--white);
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check label .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check label .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--black_100_a50);
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check label::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--white_a50);
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check input {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check input:checked ~ label::before {
  background-color: var(--blue_a80);
  border: 1px dashed var(--white);
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check input:checked ~ label::after {
  background-color: var(--white);
  background-image: url(/pages/ddanzit/img/ic_checked.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check input:disabled ~ label::before {
  background-color: var(--white_a50);
  border: 0;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .cont ul li .style_check input:disabled ~ label::after {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box button {
  width: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box .info_box.twice .twice {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box .info_box.once .once {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box .info_box.none .none {
  display: flex;
  opacity: 0.4;
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box .info_box p {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--black_900);
}
.making_popup .making_popup_wrap .making_popup_content .ai_style_wrap .ai_style_select .btn_box .info_box p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/pages/ddanzit/img/ic_info.svg) no-repeat center center;
  background-size: contain;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 100%;
  background-color: var(--black_1500);
  padding: 24px;
  z-index: 100;
  overflow-y: auto;
  flex-direction: column;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .loading {
  display: none;
  width: 100%;
  padding: 24px 12px;
  margin: 24px 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  border-radius: 12px;
  border: 1px dashed var(--black_1400);
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .loading p {
  font-size: 14px;
  color: var(--black_500);
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .loading.active {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 48px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item h3 {
  font-size: 16px;
  color: var(--black_500);
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .info_text {
  font-size: 14px;
  color: var(--black_900);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .info_text::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/pages/ddanzit/img/ic_info.svg) no-repeat center center;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check label {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  cursor: pointer;
  position: relative;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check label .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check label .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check label::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--white_a50);
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check input {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .item .img_check input:checked ~ label::after {
  background-color: var(--white);
  background-image: url(/pages/ddanzit/img/ic_checked.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .pop_toast {
  bottom: inherit;
  top: 50%;
  left: 50%;
  transform: translate(110px, 400px);
  z-index: 100;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .pop_toast.active {
  transform: translate(110px, 380px);
  transition: all 0.4s;
}
.making_popup .making_popup_wrap .making_popup_content .ai_select_wrap .pop_toast .btn_box button {
  border-radius: 60px;
  padding: 12px 16px;
  font-size: 16px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap {
  flex-direction: row;
  gap: 48px;
  height: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .btn_box {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: calc(100% - 488px);
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .btn_box button {
  width: 100%;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group {
  position: relative;
  width: 400px;
  height: 400px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group button {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  background-color: var(--black_100_a50);
  font-size: 14px;
  border-radius: 8px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 12;
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group button:hover {
  background-color: var(--black_100_a80);
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group button:hover::before {
  rotate: 180deg;
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/pages/ddanzit/img/ic_re.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px;
  transition: all 0.2s;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group figure {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 24px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .img_group figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap {
  width: calc(100% - 448px);
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type1 .bg_check,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type1 .ac_check {
  display: block;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type1 .img_upload,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type1 .frame_check,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type1 .text_write {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type2 .img_upload,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type2 .frame_check {
  display: block;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type2 .text_write,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type2 .bg_check,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type2 .ac_check {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type3 .img_upload {
  display: block;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type3 .frame_check,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type3 .text_write,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type3 .bg_check,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type3 .ac_check {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type4 .text_write,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type4 .ac_check {
  display: block;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type4 .img_upload,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type4 .frame_check,
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap.type4 .bg_check {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item {
  margin-bottom: 36px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 4px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/pages/ddanzit/img/ic_style.svg) no-repeat center center;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li {
  width: calc(25% - 12px);
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.img_upload {
  display: flex;
  position: relative;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.img_upload .del {
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(/pages/ddanzit/img/ic_trash.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 12;
  background-color: var(--black_100_a50);
  border-radius: 50%;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.img_upload .del:hover {
  background-color: var(--black_100_a80);
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.img_upload figure {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-radius: 12px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check {
  display: flex;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check label {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  width: 100%;
  height: 140px;
  cursor: pointer;
  position: relative;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check label .text {
  position: absolute;
  z-index: 3;
  color: var(--white);
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check label .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check label .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check label::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: var(--black_100_a50);
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check label::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  z-index: 2;
  background-color: var(--white_a50);
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check input {
  display: none;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check input:checked ~ label::before {
  background-color: var(--blue_a80);
  border: 1px dashed var(--white);
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check input:checked ~ label::after {
  background-color: var(--white);
  background-image: url(/pages/ddanzit/img/ic_checked.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check input:disabled ~ label::before {
  background-color: var(--white_a50);
  border: 0;
}
.making_popup .making_popup_wrap .making_popup_content .bg_wrap .select_wrap .item ul li.bg_check input:disabled ~ label::after {
  display: none;
}

.page_title {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 92px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.page_title h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--black_100);
}
.page_title ul {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-top: 12px;
}
.page_title ul li a {
  font-size: 16px;
  color: var(--black_100);
  display: block;
  padding: 16px 12px;
  cursor: pointer;
}
.page_title ul li a.active {
  color: var(--black_100);
  font-weight: 700;
  border-bottom: 2px solid var(--black_100);
}

.class_visual_wrap {
  display: flex;
  flex-direction: row;
  gap: 120px;
}
.class_visual_wrap .visual_info_wrap {
  width: 500px;
  padding-top: 58px;
}
.class_visual_wrap .visual_info_wrap h2 {
  font-size: 68px;
  color: var(--black_100);
  position: relative;
  padding-bottom: 140px;
}
.class_visual_wrap .visual_info_wrap h2::after {
  content: "";
  display: block;
  width: 16px;
  height: 120px;
  background-image: url(/pages/ddanzit/img/ic_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.class_visual_wrap .visual_info_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black_100);
  padding: 20px 0 24px 0;
}
.class_visual_wrap .visual_item {
  width: 50%;
  position: relative;
}
.class_visual_wrap .visual_item .indicator {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  width: 120px;
  height: 120px;
  position: absolute;
}
.class_visual_wrap .visual_item .indicator::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url(/pages/ddanzit/img/dash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.3;
}
.class_visual_wrap .visual_item .indicator::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background-image: url(/pages/ddanzit/img/dash.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 1;
}
.class_visual_wrap .visual_item .indicator.loading::after {
  animation: indicatorLoading 5s linear forwards;
}
.class_visual_wrap .visual_item .indicator p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  position: absolute;
}
.class_visual_wrap .visual_item .indicator p.active {
  font-weight: 700;
  top: 30px;
  left: 30px;
}
.class_visual_wrap .visual_item .indicator p.inactive {
  font-weight: 400;
  opacity: 0.4;
  bottom: 30px;
  right: 30px;
}
.class_visual_wrap .visual_item ul {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.class_visual_wrap .visual_item ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.class_visual_wrap .visual_item ul li.active {
  opacity: 1;
  visibility: visible;
}
.class_visual_wrap .visual_item ul li.current-active {
  z-index: 2;
}
.class_visual_wrap .visual_item ul li figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.class_visual_wrap .visual_item ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.class_merit_wrap {
  padding: 120px 0;
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.class_merit_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black_100);
}
.class_merit_wrap ul {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.class_merit_wrap ul.type3 li {
  width: 33.3333333333%;
  height: 400px;
}
.class_merit_wrap ul li {
  width: 25%;
  height: 290px;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  background-color: var(--white);
  border: 1px dashed var(--black_100);
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.class_merit_wrap ul li figure {
  width: 140px;
  height: 140px;
  overflow: hidden;
}
.class_merit_wrap ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class_merit_wrap ul li h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black_100);
  margin-bottom: 12px;
}
.class_merit_wrap ul li p {
  font-size: 16px;
  color: var(--black_500);
  text-align: center;
}

.class_product_wrap {
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  gap: 140px;
}
.class_product_wrap .product_item {
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: end;
}
.class_product_wrap .product_item.reverse {
  flex-direction: row-reverse;
  justify-content: start;
  gap: 150px;
}
.class_product_wrap .product_item.reverse div {
  width: 450px;
}
.class_product_wrap .product_item figure {
  width: 50%;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.class_product_wrap .product_item figure::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 1px dashed var(--white_a20);
  position: absolute;
  top: 20px;
  left: 20px;
}
.class_product_wrap .product_item figure::after {
  content: "";
  display: block;
  width: 107px;
  height: 14px;
  background-image: url(/pages/ddanzit/img/footer_logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 48px;
  right: 48px;
}
.class_product_wrap .product_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.class_product_wrap .product_item div {
  width: 570px;
  display: flex;
  flex-direction: column;
  padding-top: 64px;
}
.class_product_wrap .product_item div h4 {
  font-size: 48px;
  font-weight: 700;
  color: var(--black_100);
  margin-bottom: 50px;
}
.class_product_wrap .product_item div ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 98px;
}
.class_product_wrap .product_item div ul li {
  font-size: 16px;
  color: var(--black_500);
  position: relative;
  padding-left: 12px;
}
.class_product_wrap .product_item div ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--black_500);
  position: absolute;
  top: 8px;
  left: 0;
}
.class_product_wrap .product_item div a {
  width: 360px;
}

.search_wrap {
  display: flex;
  flex-direction: row;
  width: 1300px;
  margin: 0 auto;
  gap: 12px;
  padding: 24px 24px;
  justify-content: space-between;
  background-color: var(--white);
  border-radius: 12px;
}
.search_wrap .period {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.search_wrap .period button {
  white-space: nowrap;
}

.order_list_wrap {
  width: 1300px;
  margin: 0 auto;
  padding: 64px 24px;
  border-radius: 12px;
}
.order_list_wrap .order_item {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.order_list_wrap .order_item li {
  width: calc(25% - 48px);
}
.order_list_wrap .order_item li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
.order_list_wrap .order_item li a:hover figure img {
  transform: scale(1.1);
  transition: all 0.2s;
}
.order_list_wrap .order_item li a figure {
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.order_list_wrap .order_item li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s;
}
.order_list_wrap .order_item li a .date {
  font-size: 14px;
  color: var(--black_900);
  margin-bottom: 8px;
}
.order_list_wrap .order_item li a .title {
  color: var(--black_100);
  font-size: 18px;
  margin-bottom: 8px;
}
.order_list_wrap .order_item li a .price {
  color: var(--black_100);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
.order_list_wrap .order_item li a .view {
  color: var(--black_100);
  font-size: 14px;
  margin-bottom: 24px;
  text-decoration: underline;
}
.order_list_wrap .order_item li a .type {
  position: absolute;
  top: 260px;
  right: 24px;
  background-color: var(--black_100);
  color: var(--white);
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
}
.order_list_wrap .order_item li a .type.ex {
  background-color: var(--red_100);
}
.order_list_wrap .order_item li a .type.oder {
  background-color: var(--blue_100);
}

.paging {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 72px 0;
}
@media (max-width: 1024px) {
  .paging {
    padding: 60px 0;
  }
}
@media (max-width: 999px) {
  .paging {
    padding: 40px 0;
  }
  .paging .first,
  .paging .last {
    display: none;
  }
  .paging .num_set button {
    display: none;
  }
  .paging .num_set button:first-child {
    display: inline-flex;
  }
}
.paging div {
  display: flex;
  gap: 4px;
}

.page_text {
  display: inline-flex;
  border-radius: 4px;
  color: var(--black_400);
  font-size: 14px;
  border: 1px solid var(--black_1400);
  padding: 12px 16px;
}
.page_text:hover {
  color: var(--black_100);
  background-color: var(--black_1600);
}
.page_text:disabled {
  color: var(--black_1000);
  background-color: var(--black_1600);
}
.page_text.sel {
  border-color: var(--black_100);
}

.user_wrap {
  width: 360px;
  min-height: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 68px 0;
}
.user_wrap .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.user_wrap .title h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--black_100);
}
.user_wrap .title p {
  font-size: 16px;
  color: var(--black_500);
  text-align: center;
}
.user_wrap .btn_box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user_wrap .btn_box button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.user_wrap .btn_box button i {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.user_wrap .btn_box button .ic_kakao {
  background-image: url(/pages/ddanzit/img/ic_kakao.svg);
}
.user_wrap .btn_box button .ic_naver {
  background-image: url(/pages/ddanzit/img/ic_naver.svg);
}

.modal_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black_100_a80);
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal_popup.opn {
  display: flex;
}
.modal_popup .modal_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px;
  padding-top: 0;
  border-bottom: 1px solid var(--black_1400);
}
.modal_popup .modal_header h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black_100);
}
.modal_popup .modal_header .close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.3;
  position: relative;
}
.modal_popup .modal_header .close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(/pages/ddanzit/img/ic_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.modal_popup .modal_header .close:hover {
  opacity: 1;
  transition: all 0.2s;
}
.modal_popup .modal_header .close:hover::before {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.modal_popup .modal_content {
  padding: 24px;
  width: 100%;
}
.modal_popup .modal_content .view_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 48px;
}
.modal_popup .modal_content .view_info div {
  display: flex;
  gap: 12px;
  width: 100%;
  align-items: center;
}
.modal_popup .modal_content .view_info div dt {
  width: 100px;
  font-size: 14px;
  color: var(--black_500);
}
.modal_popup .modal_content .view_info div dd {
  width: calc(100% - 100px);
  font-size: 16px;
  color: var(--black_100);
}
.modal_popup .modal_content .view_img {
  border-top: 1px dashed var(--black_1400);
  padding-top: 24px;
}
.modal_popup .modal_content .view_img h3 {
  font-weight: 700;
  font-size: 14px;
  color: var(--black_100);
  margin-bottom: 12px;
}
.modal_popup .modal_content .view_img ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px 12px;
  width: 100%;
  height: 320px;
  overflow: hidden;
  overflow-y: auto;
}
.modal_popup .modal_content .view_img ul li {
  width: calc(33.3333333333% - 12px);
  height: 178px;
  overflow: hidden;
  position: relative;
}
.modal_popup .modal_content .view_img ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: var(--white);
  font-weight: 700;
}
.modal_popup .modal_content .input_group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal_popup .modal_content .input_group > div {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-bottom: 12px;
}
.modal_popup .modal_content .input_group > div dt {
  width: 100px;
  padding-top: 16px;
  font-size: 14px;
}
.modal_popup .modal_content .input_group > div dd {
  width: calc(100% - 100px);
  display: flex;
  gap: 6px;
}
.modal_popup .modal_content .input_group > div dd.row {
  flex-direction: row;
  align-items: center;
}
.modal_popup .modal_content .input_group > div dd.column {
  flex-direction: column;
}
.modal_popup .modal_content .input_group > div dd div {
  display: flex;
  gap: 12px;
}
.modal_popup .modal_content .input_group > div .input_check {
  white-space: nowrap;
}
.modal_popup .modal_content .input_group > div .input_check label {
  font-size: 14px;
  color: var(--black_500);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.modal_popup .modal_content .input_group > div .input_check label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid var(--black_1400);
}
.modal_popup .modal_content .input_group > div .input_check input {
  display: none;
}
.modal_popup .modal_content .input_group > div .input_check input:checked ~ label::before {
  background-image: url(/pages/ddanzit/img/ic_checked.svg);
  background-size: 16px;
}
.modal_popup .modal_content .input_group > div .select_box select {
  appearance: none;
  background: url(/pages/ddanzit/img/ic_arr_bottom.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  background-size: 10px;
  border: 1px solid var(--black_1400);
  width: 100%;
  border-radius: 8px;
  color: var(--black_100);
  cursor: pointer;
  font-size: 14px;
  padding: 16px 36px 16px 12px;
}
.modal_popup .modal_content .input_group > div .select_box select:focus {
  border-color: var(--black_100);
  outline: none;
}
.modal_popup .modal_content .input_group > div .select_box select:hover {
  background-color: var(--black_1700);
  border-color: var(--black_100);
  color: var(--black_100);
}
.modal_popup .modal_content .input_group > div .select_box select:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal_popup .modal_footer {
  display: flex;
  gap: 12px;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
.modal_popup .modal_footer button {
  width: 100%;
}
.modal_popup .modal_footer a {
  font-size: 14px;
  color: var(--black_500);
  text-decoration: underline;
  margin-top: 16px;
}
.modal_popup .modal_inner {
  width: 100%;
  max-width: 480px;
  background-color: var(--white);
  border-radius: 24px;
  padding: 48px 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  position: relative;
}
.modal_popup .modal_inner.wide {
  max-width: 640px;
  gap: 24px;
  padding-top: 24px;
}
.modal_popup .modal_inner button {
  width: 100%;
}
.modal_popup .modal_inner .cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.modal_popup .modal_inner .cont h2 {
  font-size: 24px;
  text-align: center;
}
.modal_popup .modal_inner .close {
  display: block;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 0.4;
  transition: all 0.2s;
}
.modal_popup .modal_inner .close:hover {
  opacity: 1;
  transition: all 0.2s;
}
.modal_popup .modal_inner .close:hover::before {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.modal_popup .modal_inner .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/pages/ddanzit/img/ic_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
}

.width_130px {
  width: 130px;
}

.width_150px {
  width: 150px;
}

.width_170px {
  width: 170p;
}

.input_text {
  width: 100%;
  height: 48px;
  border: 1px solid var(--black_1400);
  border-radius: 8px;
  padding: 12px;
  font-size: 14px;
  color: var(--black_100);
  background-color: var(--white);
  outline: none;
}
.input_text:focus {
  border-color: var(--black_100);
  outline: none;
}
.input_text:hover {
  background-color: var(--black_1700);
  border-color: var(--black_100);
  color: var(--black_100);
}
.input_text:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.pop_toast {
  position: fixed;
  display: flex;
  bottom: 48px;
  left: 50%;
  transform: translate(-50%, -20px);
  z-index: 100;
  background-color: var(--black_100_a80);
  border-radius: 60px;
  align-items: center;
  gap: 48px;
  padding: 12px;
  padding-left: 20px;
  opacity: 0;
  transition: all 0.4s;
}
.pop_toast.active {
  opacity: 1;
  transition: all 0.4s;
}
.pop_toast p {
  color: var(--white);
  font-size: 14px;
}

.loading_ani {
  display: inline-flex;
  gap: 4px;
}
.loading_ani span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--black_500);
  opacity: 0.4;
  animation: loadingDot 1.2s ease-in-out infinite;
}
.loading_ani span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading_ani span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes loadingDot {
  0%, 80%, 100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .loading_ani span {
    animation: none;
    opacity: 0.7;
  }
}
.list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list > li {
  font-size: 16px;
  padding-left: 12px;
  position: relative;
  color: var(--black_500);
}
.list > li > p {
  font-size: 16px;
  color: var(--black_500);
}
.list > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--black_500);
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateY(-50%);
}
.list > li > ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0;
}
.list > li > ul > li {
  font-size: 14px;
  color: var(--black_500);
  position: relative;
  padding-left: 12px;
}
.list > li > ul > li::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: var(--black_500);
  position: absolute;
  left: 0;
  top: 9px;
  transform: translateY(-50%);
}
.list > li > ul > li > p {
  font-size: 14px;
  color: var(--black_500);
}

.input_line_box {
  display: inline-flex;
}
.input_line_box label {
  display: flex;
  padding: 12px 24px;
  color: var(--black_1000);
  font-size: 14px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid var(--black_1400);
}
.input_line_box label:hover {
  color: var(--black_100);
}
.input_line_box input {
  display: none;
}
.input_line_box input:checked ~ label {
  border: 1px solid var(--black_100);
  z-index: 2;
  color: var(--black_100);
}

.btn_md_line {
  display: flex;
  margin-top: 24px;
  width: 100%;
  padding: 12px 12px;
  justify-content: center;
  color: var(--black_100);
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid var(--black_1400);
  align-items: center;
  gap: 12px;
}
.btn_md_line:hover {
  border-color: var(--black_100);
}
.btn_md_line .ic_upload {
  width: 24px;
  height: 24px;
  background-image: url(/pages/ddanzit/img/ic_upload.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn_md_line:disabled {
  background-color: var(--black_1400);
}
.btn_md_pink {
  display: inline-flex;
  padding: 24px 36px;
  justify-content: center;
  background-color: var(--red_200);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.btn_md_pink:disabled {
  background-color: var(--black_1400);
}
.btn_md_yellow {
  display: inline-flex;
  padding: 24px 36px;
  justify-content: center;
  background-color: var(--yellow_200);
  color: var(--black_100);
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.btn_md_yellow:disabled {
  background-color: var(--black_1400);
}
.btn_md_green {
  display: inline-flex;
  padding: 24px 36px;
  justify-content: center;
  background-color: var(--green_300);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.btn_md_green:disabled {
  background-color: var(--black_1400);
}
.btn_md_purple {
  display: inline-flex;
  padding: 24px 36px;
  justify-content: center;
  background-color: var(--blue_100);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.btn_md_black {
  display: inline-flex;
  padding: 24px 36px;
  justify-content: center;
  background-color: var(--black_100);
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 8px;
}
.btn_s_black {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  background-color: var(--black_100);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
}

@keyframes maskFlowMobile {
  0% {
    mask-position: 0 center;
    -webkit-mask-position: 0 center;
  }
  100% {
    mask-position: -1200px center;
    -webkit-mask-position: -1200px center;
  }
}
@keyframes maskFlowDesktop {
  0% {
    mask-position: 0 center;
    -webkit-mask-position: 0 center;
  }
  100% {
    mask-position: -3700px center;
    -webkit-mask-position: -3700px center;
  }
}
@keyframes imageScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollDownMotion {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, 8px);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@keyframes indicatorLoading {
  0% {
    clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%);
  }
  37.5% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 100%, 50% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%, 0% 50%);
  }
  75% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
  }
  87.5% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 50% 0%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}