@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  word-break: keep-all;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

#wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

body {
  line-height: 1.5;
  font-family: "rajdhani-regular";
  background-color: #111;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  vertical-align: top;
  /* image-rendering: -webkit-optimize-contrast; */
}

svg {
  height: auto;
}

input {
  box-sizing: border-box;
  outline: none;
}

label {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
}

/* 접근성 */
.visually_hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}

@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 300;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicLA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 700;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicBA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fast";
  font-style: normal;
  src: url(../../font/fastlynk-fastlynk-400.woff) format("woff");
  font-display: swap;
}
/*$radial-gradient: radial-gradient(98.00% 100% at 54.31% 52.37%, #5EAAAF 0%, #12507C 33.33%, #072D48 66.67%, #001829 100%);*/
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 300;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicLA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 700;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicBA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fast";
  font-style: normal;
  src: url(../../font/fastlynk-fastlynk-400.woff) format("woff");
  font-display: swap;
}
/*$radial-gradient: radial-gradient(98.00% 100% at 54.31% 52.37%, #5EAAAF 0%, #12507C 33.33%, #072D48 66.67%, #001829 100%);*/
.event-modal {
  position: absolute;
  top: 100px;
  left: 20px;
  border: 1px solid #14D2CC;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  width: 80%;
  height: auto;
  max-width: 640px;
  padding: 12px;
}
.event-modal img {
  width: 100%;
  height: auto;
}
.event-modal .button-wrap {
  display: flex;
  align-items: center;
  padding: 12px 12px 0;
  justify-content: space-between;
}
.event-modal .button-wrap button {
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  line-height: inherit;
}

.radial-bg {
  padding-bottom: 100px;
}

body {
  background-color: #001829;
  color: #F9F8F8;
  font-family: "Pretendard";
}

a {
  color: #F9F8F8;
}

.mobile-gnb {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.2s;
  margin-top: 50px;
  box-sizing: content-box;
}
.mobile-gnb.on {
  visibility: visible;
  transform: translateX(0);
}
.mobile-gnb .overlay {
  width: 100%;
  height: 100%;
}
.mobile-gnb .menu-list {
  width: 268px;
  height: calc(100% - 50px);
  background: #111;
  position: absolute;
  top: 0;
  right: 0;
  gap: 12px;
  padding: 40px 32px 88px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  border-radius: 12px 0px 0px 12px;
  background: #001829;
  box-shadow: -3px 6px 13px 0px #000E17;
}
.mobile-gnb .menu-list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}

.pc-br {
  display: none;
}

#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #001829;
  z-index: 400;
}
#header .header-inner {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .gnb {
  display: none;
}
#header .mobile-gnb-button {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 3px 2px;
  width: 24px;
  height: 24px;
}
#header .mobile-gnb-button span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: #F9F8F8;
}

#footer .footer-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  gap: 18px;
  justify-content: center;
  align-items: center;
}
#footer h2 {
  order: 2;
  margin: 0 auto;
}
#footer h2 a {
  display: block;
  width: 140px;
}
#footer h2 a img {
  width: 100%;
}
#footer .sns {
  order: 3;
  margin: 0 auto;
}
#footer .sns ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
#footer .email-wrap {
  order: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .email-wrap input {
  flex: 1;
  height: 42px;
  border: 2px solid #24DAB9;
  border-radius: 6px;
  background: transparent;
  padding: 10px;
  color: #F9F8F8;
  max-width: 180px;
}
#footer .email-wrap input::placeholder {
  color: #F9F8F8;
  font-family: "Pretendard";
  line-height: 140%;
}
#footer .email-wrap button {
  color: #fff;
  border: 1px solid #24DAB9;
  background: #24DAB9;
  border-radius: 8px;
  padding: 12px 20px;
  flex: 1;
  text-align: center;
  max-width: 128px;
  font-weight: 500;
  font-size: 14px;
}

.content_1 {
  background: url(../../landing_image/background/cont1_bg.jpg) no-repeat center 0/948px auto;
  position: relative;
}
.content_1 .bg-gradient {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  pointer-events: none;
  user-select: none;
  background: linear-gradient(180deg, #001829 0%, rgba(0, 24, 41, 0) 21.35%, rgba(0, 24, 41, 0) 49.48%, rgba(0, 24, 41, 0) 73.44%, #001829 100%);
}
.content_1 .inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 80px 24px 12%;
  margin: 0 auto;
}
.content_1 .video-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 24px;
  border: 2px solid #F9F8F8;
  border-radius: 10px;
  overflow: hidden;
}
.content_1 video {
  width: 100%;
  height: auto;
}
.content_1 h2 {
  font-size: 24px;
  font-family: "fast";
  color: #F9F8F8;
  line-height: inherit;
  text-align: center;
  text-shadow: 5px 3px 4px black;
}
.content_1 h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-family: "fast";
  color: #24DAB9;
  line-height: inherit;
  text-align: center;
  text-shadow: 5px 3px 4px black;
}
.content_1 h4 {
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  text-shadow: 5px 3px 4px black;
}

.content_2 .inner {
  padding: 60px 24px;
  margin: 0 auto;
  width: 100%;
}
.content_2 .flex-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.content_2 .flex-wrap .arrow {
  display: flex;
}
.content_2 .flex-wrap .arrow img {
  width: 100%;
}
.content_2 .flex-wrap .box {
  display: flex;
  align-items: center;
}
.content_2 .flex-wrap .box .circle {
  margin-right: 35px;
}
.content_2 .flex-wrap .box p {
  position: relative;
}
.content_2 .flex-wrap .box p .text {
  border: 1px solid #24DAB9;
  border-radius: 40px;
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  padding: 2px 8px;
  background: #001829;
  position: relative;
  display: block;
  z-index: 2;
}
.content_2 .flex-wrap .box p img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.content_3 {
  background: url(../../landing_image/background/index_back_mobile.jpg) no-repeat center 0/cover;
  position: relative;
}
.content_3 .bg-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  background: rgba(0, 24, 41, 0.8) linear-gradient(180deg, #001829 0%, rgba(0, 24, 41, 0) 21.35%, rgba(0, 24, 41, 0) 49.48%, rgba(0, 24, 41, 0) 73.44%, #001829 100%);
}
.content_3 .inner {
  position: relative;
  padding: 24px;
}
.content_3 h2 {
  text-align: center;
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.content_3 .summary {
  text-align: center;
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: 140%;
  font-weight: 300;
  margin: 0 auto 24px;
  max-width: 634px;
}
.content_3 .card-box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.content_3 .card-box ul li {
  background: rgba(2, 45, 74, 0.9);
  padding: 16px;
  border-radius: 16px;
  min-height: 150px;
  max-width: 380px;
}
.content_3 .card-box h3 {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.content_3 .card-box h3 span {
  font-size: 16px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 700;
}
.content_3 .card-box h3 span i {
  color: #24DAB9;
}
.content_3 .card-box .text {
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 500;
}
.content_3 .image-box {
  max-width: 448px;
  margin: 0 auto;
}
.content_3 .image-box .product-image-wrap {
  display: none;
}
.content_3 .image-box .earth-image-wrap {
  position: relative;
}
.content_3 .image-box .earth-image-wrap > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.content_3 .image-box .earth-image-wrap .earth-lottie {
  width: 90%;
  margin: 0 auto;
}
.content_3 .image-box .mobile-image-wrap {
  display: none;
}

.content_4 {
  background: url(../../landing_image/background/circles.png) no-repeat center center/contain;
}
.content_4 .inner {
  padding: 60px 24px 30px;
}
.content_4 h2 {
  text-align: center;
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.content_4 .card-box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 600px;
  margin: 0 auto;
}
.content_4 .card-box li {
  backdrop-filter: blur(6px);
  border-radius: 12px;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, rgba(0, 24, 41, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.content_4 .card-box li > div {
  padding: 16px;
}
.content_4 .card-box li h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.content_4 .card-box li h3 span {
  font-size: 16px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 700;
}
.content_4 .card-box li .text {
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 500;
}

.content_5 .eco-lottie {
  display: none;
}
.content_5 .inner {
  padding: 30px 24px;
}
.content_5 h2 {
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.content_5 .box > img {
  width: 100%;
  max-width: 342px;
  display: block;
}
.content_5 .box ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.content_5 .box li {
  border-radius: 8px;
  font-size: 16px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  padding: 12px;
  max-width: 396px;
  width: 100%;
  font-weight: 500;
}
.content_5 .box-1 > img {
  margin: 16px auto 40px;
}
.content_5 .box-1 li {
  background: rgba(0, 116, 181, 0.3);
}
.content_5 .box-2 > img {
  margin: 16px auto 0;
}
.content_5 .box-2 li {
  background: rgba(59, 168, 149, 0.3);
}

.content_6 .investment-lottie {
  display: none;
}
.content_6 .inner {
  padding: 30px 24px;
}
.content_6 h2 {
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.content_6 img {
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 480px;
  height: auto;
}

.content_7 .inner {
  padding: 30px 24px;
}
.content_7 h2 {
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.content_7 .card-box {
  max-width: 600px;
  width: 100%;
  overflow-x: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 auto;
}
.content_7 .card-box > div {
  display: flex;
  gap: 8px;
  min-width: 535px;
}
.content_7 .card-box h3 {
  font-size: 18px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 10px;
}
.content_7 .card {
  border-radius: 8px;
  padding: 14px 12px;
}
.content_7 .card svg {
  width: 12px;
  height: 12px;
  margin-top: 4px;
}
.content_7 .card ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.content_7 .card li {
  display: flex;
  gap: 4px;
}
.content_7 .card li .text {
  flex: 1;
  font-size: 16px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 400;
}
.content_7 .card-1 {
  width: 180px;
  background: #3BA895;
}
.content_7 .card-2 {
  flex: 1;
  background: #3EACEA;
}
.content_7 .card-3 {
  width: 180px;
  background: #F07936;
}
.content_7 .card-4 {
  flex: 1;
  background: #0074B5;
}
.content_7 .table-wrap {
  flex-direction: column;
  gap: 18px;
  background: #022D4A;
  border-radius: 12px;
  padding: 14px 12px;
}
.content_7 .table-wrap .table {
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: 140%;
  font-weight: 400;
}
.content_7 .table-wrap thead tr {
  border-bottom: 1px solid #F9F8F8;
}
.content_7 .table-wrap tbody tr {
  border-bottom: 1px solid #F9F8F8;
}
.content_7 .table-wrap tbody tr:last-child td:nth-child(2) {
  text-align: center;
}
.content_7 .table-wrap th {
  text-align: left;
  padding: 8px 4px;
}
.content_7 .table-wrap td {
  padding: 8px 4px;
}

.content_8 .inner,
.content_9 .inner {
  padding: 30px 24px;
}
.content_8 h2,
.content_9 h2 {
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: center;
}
.content_8 .table-wrap,
.content_9 .table-wrap {
  overflow-x: auto;
}
.content_8 .table,
.content_9 .table {
  min-width: 700px;
  font-size: 16px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  margin: 0 auto;
}
.content_8 thead tr,
.content_9 thead tr {
  border-bottom: 1px solid #F9F8F8;
}
.content_8 thead th,
.content_9 thead th {
  font-weight: 700;
  text-align: left;
  padding: 12px;
}
.content_8 tbody tr,
.content_9 tbody tr {
  border-bottom: 1px solid #F9F8F8;
}
.content_8 tbody td,
.content_9 tbody td {
  font-weight: 400;
  padding: 9px 14px;
  vertical-align: middle;
}

.content_8 .table-wrap {
  background: #022D4A;
  border-radius: 12px;
  padding: 16px;
}
.content_8 .table thead th {
  padding: 12px;
}
.content_8 .table td > div {
  display: flex;
  gap: 14px;
  align-items: center;
}
.content_8 .table td p {
  position: relative;
  padding-left: 12px;
}
.content_8 .table td p > span {
  position: absolute;
  top: 0;
  left: 0;
}

.content_9 tbody .ratio {
  padding: 4px 9px;
  border-radius: 30px;
  background: rgba(105, 201, 255, 0.3);
  display: inline-block;
}
.content_9 tbody .rock {
  padding: 4px 14px;
  border-radius: 100px;
  background: rgba(255, 244, 195, 0.3);
  white-space: nowrap;
}
.content_9 tbody tr td:not(:nth-child(2), :nth-child(3)) {
  font-weight: 700;
}
.content_9 tbody tr td:nth-child(2), .content_9 tbody tr td:nth-child(3) {
  text-align: right;
}
.content_9 .summary-wrap {
  background: #022D4A;
  border-radius: 12px;
  padding: 12px;
  max-width: 950px;
  margin: 34px auto;
}
.content_9 .summary-wrap h3 {
  font-size: 20px;
  font-family: "NEXONFootballGothic";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.content_9 .summary-wrap img {
  width: 100%;
}

.content_10 .inner {
  padding: 30px 0;
}
.content_10 h2 {
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.content_10 .map-list {
  overflow-x: auto;
  max-width: 420px;
  margin: 0 auto;
}
.content_10 .map-list ol {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 24px;
  padding-left: 24px;
  margin: 0 auto;
  padding-bottom: 24px;
  padding-top: 24px;
}
.content_10 .map-list ol > li {
  min-width: 360px;
  width: 100%;
  border-radius: 24px;
  background: #022D4A;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.5);
  padding: 19px 16px;
}
.content_10 .map-list h3 {
  font-size: 24px;
  font-family: "Pretendard";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 12px;
}
.content_10 .map-list .flex-wrap {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.content_10 .map-list .flex-wrap > div {
  flex: 1;
}
.content_10 .map-list h4 {
  font-size: 16px;
  font-family: "Pretendard";
  color: #FFE67B;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 10px;
}
.content_10 .map-list ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.content_10 .map-list ul > li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 400;
}
.content_10 .map-list ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}

.content_11 .inner,
.content_12 .inner {
  padding: 30px 24px;
  max-width: 580px;
  margin: 0 auto;
}
.content_11 .inner > div,
.content_12 .inner > div {
  padding: 30px 0;
}
.content_11 h2,
.content_12 h2 {
  font-size: 20px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #24DAB9;
}
.content_11 ul,
.content_12 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content_11 ul li,
.content_12 ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.content_11 ul li img,
.content_12 ul li img {
  width: 80px;
  height: auto;
  display: block;
}
.content_11 ul .info,
.content_12 ul .info {
  flex: 1;
}
.content_11 ul h3,
.content_12 ul h3 {
  font-size: 14px;
  font-family: "Pretendard";
  color: #FFE67B;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 4px;
}
.content_11 ul h4,
.content_12 ul h4 {
  font-size: 18px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 4px;
}
.content_11 ul .career,
.content_12 ul .career {
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: 140%;
}

.content_13 .inner {
  padding: 30px 16px 130px;
  max-width: 644px;
  margin: 0 auto;
}
.content_13 h2 {
  font-size: 16px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1;
}
.content_13 h3 {
  font-size: 20px;
  font-family: "NEXONFootballGothic";
  color: #FFE67B;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}
.content_13 .partner-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
}
.content_13 .partner-list ul a {
  display: block;
  max-width: 140px;
}
.content_13 .partner-list ul a img {
  width: 100%;
}

@media screen and (min-width: 428px) {
  .content_13 .partner-list ul a {
    max-width: 195px;
  }
}
@media screen and (min-width: 640px) {
  .content_2 .flex-wrap {
    flex-direction: row;
    justify-content: center;
  }
  .content_2 .flex-wrap .arrow img {
    transform: rotate(-90deg);
    width: 55px;
  }
  .content_2 .flex-wrap .box {
    flex-direction: column;
  }
  .content_2 .flex-wrap .box .circle {
    width: 122px;
    height: 122px;
    border-radius: 50%;
    margin-right: 0;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0074B5 linear-gradient(315deg, #00B0AE 0%, rgba(105, 255, 253, 0) 100%);
  }
  .content_2 .flex-wrap .box .circle > img {
    width: 72px;
  }
  .content_2 .flex-wrap .box p .text {
    font-size: 18px;
    padding: 7px 13px;
  }
  .content_2 .flex-wrap .box p img {
    left: 50%;
    top: -53px;
    transform: translateY(0);
    z-index: 3;
  }
  .content_10 .map-list {
    max-width: 100%;
  }
  .content_10 .map-list ol {
    flex-direction: row;
    gap: 28px;
  }
  .content_10 .map-list ol > li {
    min-width: auto;
    width: 216px;
    padding: 20px 24px;
  }
  .content_10 .map-list ol > li:last-child h3:after {
    display: none;
  }
  .content_10 .map-list .flex-wrap {
    flex-direction: column;
  }
  .content_10 .map-list h3 {
    position: relative;
  }
  .content_10 .map-list h3:after {
    content: "";
    display: block;
    width: 120px;
    height: 3px;
    background: url(../../landing_image/icon/line.svg) no-repeat 0 0/cover;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) {
  #eventModal {
    top: 180px;
  }
  .pc-br {
    display: block;
  }
  .mobile-br {
    display: none;
  }
  #footer .footer-inner {
    justify-content: space-between;
    gap: 30px;
  }
  #footer h2 {
    order: 1;
    margin: 0;
  }
  #footer .sns {
    order: 2;
    margin: 0;
    margin-left: auto;
  }
  #footer .email-wrap {
    order: 3;
    width: auto;
  }
  .radial-bg {
    background: radial-gradient(64% 100% at 54.31% 52.37%, #5EAAAF 0%, #12507C 33.33%, #072D48 66.67%, #001829 100%);
  }
  .paper-link {
    font-size: 16px;
    font-family: "Pretendard";
    color: #F9F8F8;
    line-height: inherit;
    font-weight: 700;
    border: 1px solid #F9F8F8;
    padding: 4px 8px;
  }
  #header {
    height: 110px;
  }
  #header .header-inner {
    padding: 0 40px;
  }
  #header .mobile-gnb-button {
    display: none;
  }
  #header .gnb {
    display: flex;
    gap: 28px;
    align-items: center;
  }
  #header .gnb ul {
    display: flex;
    gap: 20px;
  }
  .content_1 {
    background: url(../../landing_image/background/cont1_bg.jpg) no-repeat center 0/cover;
  }
  .content_1 .bg-gradient {
    top: 110px;
    height: calc(100% - 110px);
  }
  .content_1 .inner {
    padding-top: 210px;
  }
  .content_1 .video-wrap {
    max-width: 780px;
    margin-bottom: 80px;
  }
  .content_1 h2 {
    font-size: 30px;
  }
  .content_1 h3 {
    font-size: 24px;
  }
  .content_1 h4 {
    font-size: 20px;
  }
  .content_2 .inner {
    max-width: 868px;
    padding: 60px 50px;
  }
  .content_2 .flex-wrap {
    width: 100%;
    justify-content: space-between;
  }
  .content_3 h2 {
    font-size: 30px;
    margin-top: 40px;
  }
  .content_3 .summary {
    margin-bottom: 44px;
  }
  .content_3 .card-box ul {
    gap: 12px;
  }
  .content_3 .card-box ul li {
    width: 100%;
    max-width: 600px;
    padding: 20px;
    min-height: 160px;
  }
  .content_3 .card-box h3 {
    margin-bottom: 20px;
  }
  .content_3 .card-box h3 span {
    font-size: 20px;
  }
  .content_3 .card-box h3 img {
    width: 32px;
    height: auto;
  }
  .content_3 .card-box .text {
    font-size: 18px;
    font-weight: 400;
  }
  .content_4 {
    background: url(../../landing_image/background/circles2.png) no-repeat center center/auto 80%;
  }
  .content_4 h2 {
    font-size: 30px;
  }
  .content_4 .inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .content_4 .card-box ul {
    max-width: 100%;
    gap: 32px;
  }
  .content_4 .card-box li h3 {
    margin-bottom: 20px;
  }
  .content_4 .card-box li h3 span {
    font-size: 18px;
  }
  .content_4 .card-box li .text {
    font-size: 16px;
    font-weight: 400;
  }
  .content_5 .inner {
    padding: 46px 24px;
  }
  .content_5 h2 {
    font-size: 30px;
  }
  .content_5 .box ul {
    gap: 12px;
  }
  .content_5 .box-1 > img {
    margin: 24px auto 30px;
  }
  .content_5 .box-2 > img {
    margin: 32px auto 0;
  }
  .content_5 .eco-lottie {
    display: block;
    max-width: 396px;
    position: relative;
    margin: 32px auto;
  }
  .content_5 .eco-lottie .main-image {
    width: 100%;
    height: auto;
  }
  .content_5 .user-lottie {
    position: absolute;
    width: 26px;
    height: 26px;
  }
  .content_5 .user-1 {
    top: 70px;
    left: 34px;
  }
  .content_5 .user-2 {
    top: 55px;
    right: 0px;
  }
  .content_5 .user-3 {
    top: 113px;
    right: 0;
  }
  .content_5 .user-4 {
    bottom: 0;
    left: 130px;
  }
  .content_5 .user-5 {
    bottom: 0;
    left: 161px;
  }
  .content_5 .user-6 {
    bottom: 0;
    left: 191px;
  }
  .content_5 .user-7 {
    bottom: 0;
    left: 222px;
  }
  .content_5 .user-8 {
    bottom: 0;
    left: 252px;
  }
  .content_5 .game-lottie {
    width: 65px;
    position: absolute;
    top: 104px;
    left: 174px;
  }
  .content_6 .inner {
    padding: 46px 24px;
  }
  .content_6 h2 {
    font-size: 30px;
  }
  .content_7 h2 {
    font-size: 30px;
  }
  .content_7 .inner {
    padding: 46px 24px;
  }
  .content_7 .card-box {
    gap: 12px;
  }
  .content_7 .card-box > div {
    gap: 12px;
  }
  .content_7 .card-1 {
    width: 160px;
  }
  .content_7 .card-3 {
    width: 210px;
  }
  .content_8 .inner,
  .content_9 .inner {
    padding: 46px 24px;
  }
  .content_8 h2,
  .content_9 h2 {
    font-size: 30px;
  }
  .content_8 .table-wrap,
  .content_9 .table-wrap {
    margin: 0 auto;
  }
  .content_9 .summary-wrap {
    padding: 28px 38px;
    margin: 60px auto;
  }
  .content_10 h2 {
    font-size: 30px;
  }
  .content_11 h2,
  .content_12 h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .content_11 ul,
  .content_12 ul {
    gap: 80px;
  }
  .content_11 ul li,
  .content_12 ul li {
    gap: 30px;
  }
  .content_11 ul li img,
  .content_12 ul li img {
    width: 160px;
  }
  .content_11 ul h3,
  .content_12 ul h3 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .content_11 ul h4,
  .content_12 ul h4 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  .content_13 .inner {
    padding: 50px 24px 130px;
  }
  .content_13 h2 {
    font-size: 30px;
    text-align: left;
  }
  .content_13 h3 {
    font-size: 50px;
    text-align: left;
    font-style: italic;
  }
}
@media screen and (min-width: 1024px) {
  .content_1 {
    background-position: center 0px;
    background-attachment: fixed;
  }
  .content_1 .video-wrap {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 100px;
  }
  .content_2 .inner {
    padding: 50px 24px;
  }
  .content_3 {
    background: url(../../landing_image/background/index_back_desktop.jpg) no-repeat center 0/cover;
    background-attachment: fixed;
  }
  .content_3 h2 {
    font-size: 50px;
  }
  .content_3 .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .content_3 .summary {
    margin-bottom: 55px;
    font-size: 20px;
    max-width: 100%;
  }
  .content_3 .card-wrap {
    display: flex;
    gap: 30px;
  }
  .content_3 .card-box {
    flex: 1;
  }
  .content_3 .card-box h3 img {
    width: 27px;
  }
  .content_3 .card-box ul {
    gap: 140px;
  }
  .content_3 .image-box .product-image-wrap {
    display: block;
    margin-bottom: 80px;
  }
  .content_3 .image-box .desktop-wrap {
    position: relative;
    width: 360px;
  }
  .content_3 .image-box .desktop-wrap .frame {
    width: 316px;
    height: 176px;
    background: #fff;
    position: absolute;
    top: 16px;
    left: 14px;
    overflow: hidden;
  }
  .content_3 .image-box .desktop-wrap .frame img {
    width: 100%;
    animation: slide 5s ease-in-out infinite alternate;
  }
  .content_3 .image-box .pad-wrap {
    position: absolute;
    right: -50px;
    bottom: 0;
  }
  .content_3 .image-box .pad-wrap a {
    display: block;
  }
  .content_3 .image-box .pad-wrap .pad-frame {
    position: absolute;
    top: 11px;
    left: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    width: 169px;
    height: 128px;
  }
  .content_3 .image-box .pad-wrap video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  .content_3 .image-box .click-lottie {
    position: absolute;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -30%) rotate(-35deg);
  }
  .content_3 .image-box .skate-image {
    position: absolute;
    bottom: -100px;
    left: 20px;
    pointer-events: none;
  }
  .content_3 .image-box .mobile-image-wrap {
    display: flex;
  }
  .content_3 .image-box .mobile-image-wrap .moeny-lottie {
    width: 380px;
    margin: 0 auto;
  }
  .content_5 .card-box {
    max-width: 930px;
    margin: 0 auto;
  }
  .content_5 .box-info {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  .content_5 .box ul {
    gap: 24px;
  }
  .content_5 .box li {
    max-width: 450px;
  }
  .content_5 .eco-lottie {
    max-width: 100%;
  }
  .content_5 .user-lottie {
    width: 58px;
    height: 58px;
  }
  .content_5 .user-1 {
    top: 164px;
    left: 82px;
  }
  .content_5 .user-2 {
    top: 129px;
    right: 0px;
  }
  .content_5 .user-3 {
    top: 266px;
    right: 0;
  }
  .content_5 .user-4 {
    left: 309px;
  }
  .content_5 .user-5 {
    left: 380px;
  }
  .content_5 .user-6 {
    left: 451px;
  }
  .content_5 .user-7 {
    left: 522px;
  }
  .content_5 .user-8 {
    left: 594px;
  }
  .content_5 .game-lottie {
    width: 132px;
    position: absolute;
    top: 260px;
    left: 420px;
  }
  .content_6 .inner {
    padding: 46px 24px;
  }
  .content_6 h2 {
    font-size: 30px;
  }
  .content_6 img {
    max-width: 100%;
  }
  .content_6 .investment-lottie {
    display: block;
    position: absolute;
    top: 220px;
    right: 20px;
    width: 190px;
  }
  .content_6 .lottie-box {
    position: relative;
    max-width: 824px;
    margin: 0 auto;
  }
  .content_7 .card-box {
    max-width: 914px;
  }
  .content_7 .card-1 {
    width: 316px;
  }
  .content_7 .card-3 {
    width: 316px;
  }
  .content_8 {
    background: url(../../landing_image/Intersect.png) no-repeat right center/500px auto;
  }
  .content_8 .table-wrap {
    max-width: 1000px;
  }
  .content_10 .inner {
    max-width: 1240px;
    margin: 0 auto;
  }
  .content_11 .inner,
  .content_12 .inner {
    max-width: 1240px;
  }
  .content_11 h2,
  .content_12 h2 {
    font-size: 30px;
  }
  .content_11 ul,
  .content_12 ul {
    gap: 80px 60px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content_11 ul > li,
  .content_12 ul > li {
    max-width: calc(50% - 30px);
    width: 100%;
  }
  .content_13 .inner {
    max-width: 1240px;
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-142px);
  }
}
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 300;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicLA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 700;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicBA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fast";
  font-style: normal;
  src: url(../../font/fastlynk-fastlynk-400.woff) format("woff");
  font-display: swap;
}
/*$radial-gradient: radial-gradient(98.00% 100% at 54.31% 52.37%, #5EAAAF 0%, #12507C 33.33%, #072D48 66.67%, #001829 100%);*/
.container.p-dao .content-1 {
  margin-bottom: 64px;
}
.container.p-dao .content-1 .inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}
.container.p-dao .content-1 h2 {
  font-size: 30px;
  font-family: "NEXONFootballGothic";
  color: #14D2CC;
  line-height: inherit;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
}
.container.p-dao .content-1 .card-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.container.p-dao .content-1 .card-box h3 {
  font-size: 18px;
  font-family: "Pretendard";
  color: #022D4A;
  line-height: inherit;
  font-weight: 700;
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
}
.container.p-dao .content-1 .card-box h3 svg {
  width: 24px;
}
.container.p-dao .content-1 .card-box .text {
  font-size: 16px;
  font-family: "Pretendard";
  color: #fff;
  line-height: 140%;
}
.container.p-dao .content-1 .card-box > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.container.p-dao .content-1 .card {
  border-radius: 12px;
  padding: 16px 12px;
}
.container.p-dao .content-1 .card-1 {
  background-color: #3BA895;
}
.container.p-dao .content-1 .card-2 {
  background-color: #3EACEA;
}
.container.p-dao .content-1 .card-2 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.container.p-dao .content-1 .card-2 li {
  display: flex;
  gap: 4px;
  align-items: flex-start;
}
.container.p-dao .content-1 .card-2 li svg {
  width: 14px;
  margin-top: 2px;
}
.container.p-dao .content-1 .card-2 li .text {
  flex: 1;
}
.container.p-dao .content-1 .card-3 {
  background-color: #F07936;
}
.container.p-dao .content-1 .card-3 ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.container.p-dao .content-1 .table-wrap {
  border-radius: 12px;
  background-color: #022D4A;
  padding: 16px 14px;
  overflow-x: auto;
  width: 100%;
}
.container.p-dao .content-1 .table-wrap h3 {
  display: flex;
  gap: 4px;
  font-size: 18px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 18px;
}
.container.p-dao .content-1 .table-wrap h3 img {
  width: 18px;
  height: auto;
}
.container.p-dao .content-1 .table-wrap .table {
  min-width: 535px;
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: 140%;
}
.container.p-dao .content-1 .table-wrap .table thead {
  border-bottom: 1px solid #fff;
}
.container.p-dao .content-1 .table-wrap .table thead th {
  padding: 7px;
  text-align: left;
  border-right: 1px solid #F9F8F8;
}
.container.p-dao .content-1 .table-wrap .table thead th:last-child {
  border-right: none;
}
.container.p-dao .content-1 .table-wrap .table tbody tr {
  border-bottom: 1px solid #fff;
}
.container.p-dao .content-1 .table-wrap .table tbody tr td {
  padding: 10px 8px;
  border-right: 1px solid #fff;
}
.container.p-dao .content-1 .table-wrap .table tbody tr td:last-child {
  border-right: none;
}
.container.p-dao .content-1 .table-wrap .table tbody tr:last-child {
  border-bottom: none;
}
.container.p-dao .content-2 .inner {
  max-width: 730px;
  margin: 0 auto;
  padding: 64px 20px;
}
.container.p-dao .content-2 h2 {
  font-size: 30px;
  font-family: "NEXONFootballGothic";
  color: #14D2CC;
  line-height: inherit;
  margin-bottom: 24px;
  text-align: center;
  font-weight: 700;
}
.container.p-dao .content-2 .table-wrap {
  flex-direction: column;
  gap: 18px;
  background: #3BA895;
  border-radius: 12px;
  padding: 14px 12px;
  margin-bottom: 130px;
  overflow-x: auto;
}
.container.p-dao .content-2 .table-wrap h3 {
  font-size: 18px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: inherit;
  margin-bottom: 10px;
}
.container.p-dao .content-2 .table-wrap .table {
  font-size: 14px;
  font-family: "Pretendard";
  color: #F9F8F8;
  line-height: 140%;
  font-weight: 400;
  width: 100%;
  min-width: 570px;
}
.container.p-dao .content-2 .table-wrap thead tr {
  border-bottom: 1px solid #F9F8F8;
}
.container.p-dao .content-2 .table-wrap tbody tr {
  border-bottom: 1px solid #F9F8F8;
}
.container.p-dao .content-2 .table-wrap th {
  text-align: left;
  padding: 8px 4px;
}
.container.p-dao .content-2 .table-wrap td {
  padding: 8px 4px;
}
.container.p-dao .content-2 .inner-content-1 picture img {
  display: block;
  margin: 0 auto 30px;
  max-width: 274px;
  height: auto;
}
.container.p-dao .content-2 .inner-content-2 picture img {
  display: block;
  margin: 0 auto 30px;
  max-width: 280px;
  height: auto;
}
.container.p-dao .content-2 .inner-content-2 .table-wrap {
  background-color: #5E3AC0;
}
.container.p-dao .content-2 .inner-content-2 .table-wrap th > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.container.p-dao .content-2 .inner-content-2 .table-wrap th span {
  width: 14px;
  height: 14px;
  color: #5E3AC0;
  border-radius: 50%;
  background: #fff;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container.p-dao .content-3 .inner {
  padding: 0 20px 140px;
}
.container.p-dao .content-3 h2 {
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #24DAB9;
  line-height: inherit;
  text-align: center;
  margin-bottom: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
.container.p-dao .content-3 .sub-title {
  text-align: center;
  max-width: 280px;
  margin: 0 auto 24px;
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 500;
}
.container.p-dao .content-3 .text-box {
  margin-bottom: 30px;
}
.container.p-dao .content-3 .text-box ol {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  text-align: center;
}
.container.p-dao .content-3 .text-box li {
  position: relative;
}
.container.p-dao .content-3 .text-box li:after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background: url(../../images/icon/arrow.svg) no-repeat center center/contain;
}
.container.p-dao .content-3 .text-box li:last-child:after {
  display: none;
}
.container.p-dao .content-3 .text-box li span {
  padding: 2px 8px;
  border-radius: 2px;
  background: linear-gradient(316deg, #3EACEA 0%, #6A36F8 100%, #6A36F8 100%);
  margin-right: 8px;
  font-weight: 500;
}
.container.p-dao .content-3 .start-btn {
  display: block;
  padding: 15px 0;
  margin: 0 auto 50px;
  width: 140px;
  gap: 10px;
  border-radius: 8px;
  background: linear-gradient(46deg, #3EACEA 0%, #6A36F8 100%);
  font-size: 16px;
  font-family: "NEXONFootballGothic";
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  text-align: center;
}
.container.p-dao .content-3 .start-btn + img {
  width: 234px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container.p-dao .content-1 .inner {
    padding: 150px 20px 20px 20px;
  }
  .container.p-dao .content-2 .inner-content-1 picture img {
    max-width: 668px;
    margin-bottom: 40px;
  }
  .container.p-dao .content-2 .inner-content-2 picture img {
    max-width: 600px;
    margin-bottom: 40px;
  }
  .container.p-dao .content-3 h2 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .container.p-dao .content-3 .sub-title {
    max-width: 400px;
    margin-bottom: 30px;
  }
  .container.p-dao .content-3 .box {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .container.p-dao .content-3 .text-box {
    order: 2;
  }
  .container.p-dao .content-3 .text-box li {
    text-align: left;
  }
  .container.p-dao .content-3 .text-box li:after {
    left: 50px;
    transform: none;
  }
  .container.p-dao .content-3 .start-btn {
    order: 3;
    margin-top: 20px;
  }
  .container.p-dao .content-3 .start-btn + img {
    order: 1;
    margin: auto 40px auto;
  }
}
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 300;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicLA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NEXONFootballGothic";
  font-weight: 700;
  font-style: normal;
  src: url(https://cdn.jsdelivr.net/gh/webfontworld/NEXONGothic/NEXONFootballGothicBA1.woff2) format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fast";
  font-style: normal;
  src: url(../../font/fastlynk-fastlynk-400.woff) format("woff");
  font-display: swap;
}
/*$radial-gradient: radial-gradient(98.00% 100% at 54.31% 52.37%, #5EAAAF 0%, #12507C 33.33%, #072D48 66.67%, #001829 100%);*/
.p-membership .inner {
  padding: 100px 20px 100px 20px;
}
.p-membership h2 {
  text-align: center;
  font-size: 24px;
  font-family: "NEXONFootballGothic";
  color: #14D2CC;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.p-membership h3 {
  font-size: 16px;
  font-family: "NEXONFootballGothic";
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}
.p-membership .sub-title {
  font-size: 14px;
  font-family: "NEXONFootballGothic";
  color: #fff;
  line-height: inherit;
  text-align: center;
  max-width: 440px;
  margin: 0 auto 50px;
}
.p-membership .select-wrap {
  max-width: 380px;
  margin: 0 auto 30px;
}
.p-membership .select-wrap .select-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.p-membership .select-wrap .select-head p {
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 500;
}
.p-membership .select-wrap .select-head p:nth-child(1) {
  min-width: 60px;
}
.p-membership .select-wrap .select-head p:nth-child(2) {
  min-width: 70px;
}
.p-membership .select-wrap .list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.p-membership .select-wrap .list li.on .grade-btn {
  background: linear-gradient(47deg, #0074B5 0%, #24DAB9 100%);
  font-weight: 700;
}
.p-membership .select-wrap .list li.on .confirm-btn {
  background-image: linear-gradient(transparent, transparent), linear-gradient(to right, rgb(0, 116, 181) 0%, rgb(106, 54, 248) 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-image-slice: 1;
  border: 1px solid transparent;
  font-weight: 700;
}
.p-membership .select-wrap .list button {
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
}
.p-membership .select-wrap .list .grade-btn {
  padding: 5px 2px;
  border: 1px solid #0074B5;
  background: rgba(0, 116, 181, 0.2);
  border-radius: 4px;
  min-width: 60px;
  text-align: center;
}
.p-membership .select-wrap .list .ism-input {
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  padding: 5px 2px;
  border: 1px solid #0074B5;
  background: rgba(0, 116, 181, 0.2);
  border-radius: 4px;
  min-width: 60px;
  flex: 1;
  text-align: center;
}
.p-membership .select-wrap .list .unit {
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 500;
}
.p-membership .select-wrap .list .confirm-btn {
  padding: 5px 2px;
  border-radius: 4px;
  min-width: 80px;
  border: 1px solid #0074B5;
}
.p-membership .info-wrap {
  text-align: center;
  font-size: 14px;
  font-family: "NEXONFootballGothic";
  color: #fff;
  line-height: inherit;
  margin-bottom: 20px;
}
.p-membership .address-wrap,
.p-membership .referral-code-wrap {
  max-width: 440px;
  margin: 0 auto;
}
.p-membership .address-wrap .button-wrap,
.p-membership .referral-code-wrap .button-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 4px;
}
.p-membership .address-wrap .button-wrap input,
.p-membership .referral-code-wrap .button-wrap input {
  flex: 1;
  padding: 7px;
  border-radius: 4px;
  border: 1px solid #F9F8F8;
  background: rgba(249, 248, 248, 0.2);
  color: #fff;
}
.p-membership .address-wrap .button-wrap button,
.p-membership .referral-code-wrap .button-wrap button {
  padding: 5px;
  border-radius: 4px;
  background: linear-gradient(312deg, #0074B5 0%, #24DAB9 100%);
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  width: 80px;
  font-weight: 700;
}
.p-membership .address-wrap {
  margin-bottom: 40px;
}
.p-membership .address-wrap h4 {
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  margin-bottom: 4px;
}
.p-membership .address-wrap .text {
  font-size: 14px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
}
.p-membership .donate-btn {
  font-size: 16px;
  font-family: "Pretendard";
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  border-radius: 8px;
  background: linear-gradient(48deg, #3EACEA 0%, #6A36F8 100%);
  display: flex;
  width: 140px;
  height: 40px;
  padding: 11px 32px 10px 32px;
  justify-content: center;
  align-items: center;
  margin: 40px auto 12px;
}
.p-membership .error-msg {
  display: none;
  text-align: center;
  color: rgb(255, 121, 121);
  margin: 0 0 12px;
}
.p-membership .error-msg.on {
  display: block;
}
.p-membership .connection-success-msg {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-membership .inner {
    padding: 150px 20px 100px 20px;
  }
  .p-membership h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
  .p-membership h3 {
    font-size: 30px;
  }
  .p-membership .sub-title {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .p-membership .select-wrap {
    max-width: 420px;
  }
  .p-membership .select-wrap .select-head p {
    font-size: 15px;
  }
  .p-membership .select-wrap .select-head p:nth-child(1) {
    min-width: 100px;
  }
  .p-membership .select-wrap .list .grade-btn {
    width: 100px;
    padding: 10px 0;
  }
  .p-membership .select-wrap .list .ism-input {
    padding: 10px 0;
  }
  .p-membership .select-wrap .list .confirm-btn {
    width: 100px;
    padding: 10px 0;
  }
  .p-membership .info-wrap {
    font-size: 16px;
  }
  .p-membership .address-wrap,
  .p-membership .referral-code-wrap {
    max-width: 600px;
  }
  .p-membership .address-wrap h4,
  .p-membership .referral-code-wrap h4 {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
  }
  .p-membership .address-wrap .button-wrap,
  .p-membership .referral-code-wrap .button-wrap {
    display: inline-flex;
    width: 50%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=landing-main.css.map */
