/* font color */
/* family */
/* font color */
/* family */
/* font color */
/* family */
.telegram {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #141414 url(../../images/icons/telegram.svg) no-repeat center/auto 16px;
}
.telegram:hover {
  transition: background 0.2s;
  background-image: url(../../images/icons/telegram_on.svg);
}

.header {
  width: 100%;
  height: 76px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 300;
  background: #1B1B1B;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(to right, #2ab0ff, #6754ff, #e754ff);
  border-image-slice: 1;
}
.header .headerIn {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.header .logo a {
  display: block;
  width: 148px;
}
.header .gnb {
  height: 100%;
  width: 100%;
  max-width: 605px;
  flex: 1;
}
.header .gnb > ul {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .gnb li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .gnb li a {
  color: #fff;
  display: block;
}
.header .gnb li a:hover {
  color: #2ECDFF;
  transition: var(--hover-transition);
}
.header .gnb li:hover .sub_gnb {
  display: block;
}
.header .sub_gnb {
  position: absolute;
  top: 76px;
  left: -20px;
  width: 170px;
  display: none;
  background: #1B1B1B;
}
.header .sub_gnb li a {
  padding: 12px 20px;
}
.header .sign_wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header .sign_wrap li {
  display: none;
}
.header .sign_wrap li.on {
  display: block;
}
.header .my_page {
  position: relative;
  display: none;
}
.header .my_page.on {
  display: block;
}
.header .my_page ul {
  display: none;
  width: 185px;
  flex-direction: column;
  position: absolute;
  right: -8px;
  top: 32px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}
.header .my_page ul.on {
  display: flex;
}
.header .my_page li a {
  display: block;
  padding: 10px 20px;
}
/*
@media screen and (max-width: 1024px) {
    .header {
        height: 60px;

        .gnb {
            display: none;
        }

        .sign_wrap {
            gap: 20px;

            .link {
                display: none;
            }
        }
    }
}
*/
/* font color */
/* family */
.footer {
  width: 100%;
  margin: 0 auto;
  background: #1B1B1B;
}
.footer .inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 20px;
  display: flex;
  gap: 60px;
  align-items: center;
}
.footer .img_wrap {
  width: 60px;
}
.footer h2 {
  margin-bottom: 12px;
}
.footer .f_info p {
  display: flex;
  gap: 16px;
}
.footer .sub {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .sub .telegram {
  width: 44px;
  margin-bottom: 14px;
}
.footer .sub .notice {
  display: flex;
  gap: 20px;
}

/* font color */
/* family */
input:not([type=checkbox]) {
  padding: 7px 16px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_regular";
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  outline: none;
  border: 1px solid transparent;
  transition: border 0.3s;
  border-radius: 8px;
  flex: 1;
}
input:not([type=checkbox])::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
input:not([type=checkbox]):focus {
  outline: 0;
  border-color: #fff;
}
input:not([type=checkbox]):-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #494949 inset;
  -webkit-text-fill-color: #fff;
}
input:not([type=checkbox])[type=email] {
  max-width: 100%;
  width: 100%;
}
input:not([type=checkbox])[type=password] {
  max-width: 100%;
  width: 100%;
}
input:not([type=checkbox])[type=text] {
  max-width: 100%;
  width: 100%;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  background: #464646 url(../../images/icons/checkbox_icon.svg) no-repeat center center/auto 7px;
  border-radius: 4px;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background: #2ECDFF url(../../images/icons/checkbox_icon.svg) no-repeat center center/auto 7px;
}
input[type=checkbox] + label {
  cursor: pointer;
}

input[readonly] {
  background: #1B1B1B;
  color: rgba(255, 255, 255, 0.55);
}
input[readonly]:focus {
  border-color: transparent;
}

.check_btn {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../../images/icons/check-mark2-off.svg) no-repeat center center/auto 20px;
}

.auto_label {
  cursor: pointer;
}

input[type=search] {
  max-width: 300px;
  border-radius: 8px;
  padding: 8.5px 42px 8.5px 16px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_regular";
}
input[type=search]:focus {
  outline-width: 2px;
}

/* font color */
/* family */
.my_page_btn {
  width: 40px;
  height: 40px;
  background: url(../../images/icons/user_home.svg) no-repeat center center/auto 20px;
}

.sign_btn {
  display: block;
  transition: var(--hover-transition);
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
}
.sign_btn.sign_up_btn {
  color: #2ECDFF;
}
.sign_btn.sign_in_btn {
  color: rgba(255, 255, 255, 0.55);
}
.sign_btn.sign_in_btn:hover {
  color: #2ECDFF;
}
.sign_btn.log_out_btn {
  color: rgba(255, 255, 255, 0.55);
}
.sign_btn.log_out_btn:hover {
  color: #2ECDFF;
}

button[type=submit].login_btn {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #2ECDFF;
  color: #2ECDFF;
  font-size: 16px;
  line-height: 1.5;
  font-family: "suit_medium";
}
button[type=submit].login_btn:hover {
  transition: var(--hover-transition);
  background: #2ECDFF;
  color: #1B1B1B;
}
button[type=submit].next_btn {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #2ECDFF;
  color: #2ECDFF;
  font-size: 16px;
  line-height: 1.5;
  font-family: "suit_medium";
}
button[type=submit].next_btn:hover {
  transition: var(--hover-transition);
  background: #2ECDFF;
  color: #1B1B1B;
}

.search_btn {
  width: 20px;
  height: 20px;
  background: url(../../images/icons/search.svg) no-repeat center/20px auto;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
}

.button_140 {
  width: 140px;
  padding: 13px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  color: #fff;
  background: #1B1B1B;
  text-align: center;
}
.button_140:hover {
  color: #2ECDFF;
  border-color: #2ECDFF;
}

.button_160 {
  display: block;
  text-align: center;
  width: 160px;
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  background: #1B1B1B;
}
.button_160:hover {
  color: #2ECDFF;
  border-color: #2ECDFF;
  transition: var(--hover-transition);
}
.button_160[disabled] {
  color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.15);
}

.button_112 {
  width: 112px !important;
  padding: 10px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  color: #fff;
  background: #1B1B1B;
  text-align: center;
}
.button_112:hover {
  border-color: #fff;
  transition: var(--hover-transition);
}
.button_112[disabled] {
  color: rgba(255, 255, 255, 0.25) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.button_112.error {
  border-color: #FF962E;
  color: #FF962E;
}

.button_180 {
  width: 180px;
  padding: 13px 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: "suit_medium";
  background: #1B1B1B;
  border-radius: 8px;
}

.button_200 {
  width: 200px;
  padding: 13px 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  color: #fff;
  background: #1B1B1B;
  text-align: center;
}

.modal_confirm_btn, .modal_close_btn {
  padding: 13px 0;
  width: 180px;
  border-radius: 8px;
  color: #fff;
  background: #1B1B1B;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-family: "suit_medium";
}

.send_btn {
  width: 112px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  color: #2ECDFF;
  border: 1px solid #2ECDFF;
  border-radius: 8px;
  text-align: center;
}
.send_btn[disabled] {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.25);
}

.download_btn {
  width: 152px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #2ECDFF;
  color: #2ECDFF;
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  text-align: center;
}

.modal_x_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal_x_btn .line {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.55);
}
.modal_x_btn .line:nth-child(1) {
  transform: translate(-50%) rotate(-45deg);
}
.modal_x_btn .line:nth-child(2) {
  transform: translate(-50%) rotate(45deg);
}

.token_btn {
  width: 120px;
  padding: 10px 0;
  background: url(../../images/icons/right_arrow.svg) no-repeat right 12px center/20px auto;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: left;
  padding-left: 18px;
  font-size: 14px;
  font-family: "suit_medium";
}
.token_btn:hover {
  color: #1B1B1B;
  background: #fff url(../../images/icons/next_btn.svg) no-repeat right 12px center/20px auto;
  transition: var(--hover-transition);
}

.table_nav {
  display: flex;
  gap: 4px;
  justify-content: center;
}
.table_nav > a {
  display: block;
  width: 32px;
  height: 32px;
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #1B1B1B;
  border-radius: 8px;
}
.table_nav > a:nth-of-type(1) {
  background-image: url(../../images/icons/all_prev.svg);
}
.table_nav > a:nth-of-type(1).on {
  background-image: url(../../images/icons/all_prev_on.svg);
}
.table_nav > a:nth-of-type(2) {
  background-image: url(../../images/icons/prev.svg);
}
.table_nav > a:nth-of-type(2).on {
  background-image: url(../../images/icons/prev_on.svg);
}
.table_nav > a:nth-of-type(3) {
  background-image: url(../../images/icons/next.svg);
}
.table_nav > a:nth-of-type(3).on {
  background-image: url(../../images/icons/next_on.svg);
}
.table_nav > a:nth-of-type(4) {
  background-image: url(../../images/icons/all_next.svg);
}
.table_nav > a:nth-of-type(4).on {
  background-image: url(../../images/icons/all_next_on.svg);
}
.table_nav ol {
  display: flex;
  background: #1B1B1B;
  border-radius: 8px;
  align-items: center;
  padding: 6px 8px;
}
.table_nav ol li a {
  display: block;
  padding: 0 4px;
  background: #1B1B1B;
  font-size: 13px;
  line-height: 1.5;
  font-family: "suit_regular";
  color: rgba(255, 255, 255, 0.55);
}
.table_nav ol li.on a {
  color: #fff;
}

.notice_prev_btn {
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 16px 10px 38px;
  background: #1B1B1B url(../../images/icons/prev_btn_white.svg) no-repeat left 10px center/20px auto;
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
}
.notice_prev_btn:hover {
  border-color: #fff;
  transition: var(--hover-transition);
}

.notice_next_btn {
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 38px 10px 16px;
  background: #1B1B1B url(../../images/icons/next_btn_white.svg) no-repeat right 10px center/20px auto;
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
}
.notice_next_btn:hover {
  border-color: #fff;
  transition: var(--hover-transition);
}

.notice_home_btn {
  width: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "suit_medium";
  background: #1B1B1B;
  text-align: center;
  padding: 10px 0;
}
.notice_home_btn:hover {
  border-color: #fff;
  transition: var(--hover-transition);
}

body {
  opacity: 0;
}

#wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.cont {
  max-width: 1920px;
  margin: 0 auto;
}
.cont .inner {
  max-width: 1400px;
  margin: 0 auto;
}

.cont1 {
  background: url(../../images/index/cont1_img.jpg) no-repeat center 0/1920px auto;
}
.cont1 .inner {
  padding: 200px 20px;
}
.cont1 h2 {
  margin-top: 4px;
  margin-bottom: 10px;
}
.cont1 .text_wrap {
  max-width: 572px;
  margin-bottom: 20px;
}
.cont1 .text_wrap div {
  position: relative;
}
.cont1 .text_wrap div::after {
  content: "";
  display: block;
  width: 400px;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 6px;
  top: 50%;
}
.cont1 .button_wrap {
  display: flex;
  gap: 8px;
  margin-bottom: 50px;
}
.cont1 .count_wrap {
  min-width: 350px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  gap: 40px;
  padding: 4px 16px;
  background: rgba(0, 0, 0, 0.4);
}
.cont1 .count_wrap .issuing {
  position: relative;
}
.cont1 .count_wrap .issuing:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
.cont1 .count_wrap .count {
  margin-left: 12px;
  margin-right: 4px;
}

.cont2 .inner {
  padding: 80px 20px;
  display: flex;
  justify-content: space-between;
}
.cont2 .sub_title {
  margin-bottom: 12px;
}
.cont2 h2 {
  margin-bottom: 4px;
}
.cont2 .text {
  margin-bottom: 30px;
}
.cont2 .box_list {
  display: flex;
  max-width: 664px;
  gap: 64px;
  background: url(../../images/icons/arrow.svg) no-repeat center center/auto auto;
}
.cont2 .box_list ul {
  border-radius: 12px;
  background: #1B1B1B;
  max-width: 300px;
  width: 100%;
}
.cont2 .box_list li {
  width: 100%;
}
.cont2 .box_list li h3 {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cont2 .box_list li > div {
  padding: 11px 0;
}
.cont2 .box_list li p {
  text-align: center;
  padding: 6px 0;
}
.cont2 .img_wrap {
  max-width: 460px;
}

.cont3 .inner {
  padding: 0 20px 100px;
}
.cont3 .inner > .sub_title {
  margin-bottom: 12px;
}
.cont3 .inner > h2 {
  margin-bottom: 4px;
}
.cont3 .inner > .text {
  margin-bottom: 50px;
}
.cont3 ul {
  display: flex;
  gap: 72px;
}
.cont3 ul li {
  width: 162px;
  height: 162px;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
  background: #1B1B1B;
  position: relative;
}
.cont3 ul li::after {
  content: "";
  display: block;
  width: 32px;
  height: 28px;
  background: url(../../images/icons/arrow.svg) no-repeat right center/auto 28px;
  position: absolute;
  top: 50%;
  right: -52px;
  transform: translateY(-50%);
}
.cont3 ul li h3 {
  margin-bottom: 20px;
}
.cont3 ul li:nth-of-type(2) h3 {
  color: #6461FF !important;
}
.cont3 ul li:nth-of-type(3) h3 {
  color: #9656FF !important;
}
.cont3 ul li:nth-of-type(4) h3 {
  color: #DA47FF !important;
}
.cont3 ul li:nth-of-type(4):after {
  display: none;
}

.cont4 .inner {
  padding: 0 20px 100px;
}
.cont4 .inner > .sub_title {
  margin-bottom: 12px;
}
.cont4 .inner > h2 {
  margin-bottom: 4px;
}
.cont4 .inner > .text {
  margin-bottom: 50px;
}
.cont4 .inner .content_wrap {
  display: flex;
  justify-content: space-between;
}
.cont4 .inner .content_wrap h3 {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  background: #1B1B1B;
  border-radius: 50px;
  margin-bottom: 30px;
}
.cont4 .inner .content_wrap .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.cont4 .inner .content_wrap .box1 {
  max-width: 528px;
  flex-basis: 320px;
}
.cont4 .inner .content_wrap .box2 {
  max-width: 800px;
  flex-basis: 556px;
}
.cont4 .inner .content_wrap .line {
  width: 1px;
  height: 364px;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 71px;
}

.cont5 .inner {
  padding: 0 20px 100px;
}
.cont5 .inner > .sub_title {
  margin-bottom: 12px;
}
.cont5 .inner > h2 {
  margin-bottom: 4px;
}
.cont5 .inner > .text {
  margin-bottom: 50px;
}
.cont5 .inner ul {
  display: flex;
  gap: 20px;
}
.cont5 .inner ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1B1B1B;
}
.cont5 .inner ul li img {
  width: 56px;
  height: 56px;
}
.cont5 .inner ul .add_icon {
  background: none;
  width: 32px;
}
.cont5 .inner ul .add_icon img {
  width: 32px;
  height: 32px;
}
.cont5 .inner ul .dot_icon {
  background: no-repeat;
  width: auto;
}
.cont5 .inner ul .dot_icon img {
  width: 24px;
  height: auto;
}

/*# sourceMappingURL=index.css.map */
