@charset "utf-8";

.bottom-data {
  width: 100%;
  background-color: #1f1f1f;
  border-radius: 12px;
  overflow: hidden;
}
.bottom-data * {
  color: #fff;
  word-break: keep-all;
}
.w100p {
  width: 100%;
}
.bottom-data .blue {
  color: #0081ff !important;
}
.bottom-data .blue2 {
  color: #26e1ff !important;
}
.bottom-data .center {
  text-align: center;
}
.bottom-row {
  padding: 0 40px;
}
.bottom-row2 {
  padding: 60px 40px;
}
.bottom-sec01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bottom-text36 {
  color: #fff;
  font-family: Pretendard;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.bottom-text32 {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.bottom-text24 {
  color: #fff;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  text-transform: capitalize;
}
.bottom-text20 {
  color: #fff;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
.bottom-text14 {
  color: #fff;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  text-transform: capitalize;
}
.bottom-sec01 .bottom-text36 {
  margin-bottom: 48px;
}
.bottom-sec01 .bottom-text24 {
  margin-bottom: 20px;
}

.bottom-sec01 img {
  margin-top: 100px;
  margin-bottom: 32px;
}
.bottom-sec01 a {
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background: linear-gradient(270deg, #0081ff 0%, #0219ab 100%);
  box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.25);
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 25.2px */
  text-transform: capitalize;
  text-decoration: none;
  margin-top: 32px;
  margin-bottom: 8px;
}
.bottom-sec02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  background: url(../image/bottom_info/img_bottom_sec02_bg.png) 50% 50%
    no-repeat;
  background-size: cover;
}
.bottom-sec02 img {
  width: 100%;
}
.bottom-sec02 .bg-wrap {
  position: relative;
}
.bottom-sec02 .bg-wrap img {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bottom-sec02 .bg-wrap img:nth-child(2) {
  z-index: 1;
  right: -20px;
  bottom: -20px;
}
.bottom-title {
  color: #fff;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
}
.bottom-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0116aa 0%, #25dffe 100%);
  bottom: -5px;
}

.bottom-sec03 {
  background: url(../image/bottom_info/img_bottom_sec03_bg.png) no-repeat 50%
    50%;
  background-size: cover;
  position: relative;
  min-height: 280px;
}
.bottom-sec03::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 42%,
    rgba(0, 0, 0, 0) 62%
  );
  left: 0;
  top: 0;
}
.bottom-sec03 .bottom-text32 {
  margin-bottom: 32px;
  position: relative;
  z-index: 2;
}
.bottom-sec03 .bottom-text14 {
  max-width: 362px;
  position: relative;
  z-index: 2;
}
.bottom-sec04 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.bottom-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url(../image/bottom_info/img_title_bg.png) no-repeat 50% 50%;
  background-size: cover;
}
.bottom-title-wrap .bottom-text32 {
  margin-bottom: 24px;
}
.bottom-title-wrap .title-logo {
  margin-bottom: 16px;
}
.bottom-title-wrap1 {
  padding: 32px 40px 48px;
}
.bottom-sec05 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.bottom-sec05 ul li {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bottom-title-wrap2 {
  padding: 48px 40px;
}
.sec06-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.bottom-sec06 ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.bottom-sec06 li {
  display: flex;
  gap: 40px;
  align-items: center;
}
.bottom-sec06 li > * {
  width: calc(50% - 20px);
}
.bottom-sec06 li:nth-child(2n) {
  flex-direction: row-reverse;
}
.bottom-sec07 {
  padding: 112px 40px;
  background: url(../image/bottom_info/img_sec07_bg_pc.png) no-repeat 0% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bottom-sec07 > * {
  max-width: 423px;
  width: 100%;
}
.bottom-sec07 .bottom-text24 {
  margin-bottom: 16px;
}
.bottom-sec08 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.bottom-sec08 .bg-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.bottom-sec08 .bg-wrap img {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  object-fit: contain;
  z-index: 2;
  position: absolute;
}
.bottom-sec08 .bg-wrap img:nth-child(2) {
  z-index: 1;
  left: -16px;
  bottom: -16px;
}
.bottom-sec08 .bottom-text24 {
  margin-bottom: 16px;
}
.bottom-sec08 ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bottom-sec08 ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bottom-sec08 .bottom-text16 {
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-transform: capitalize;
}
.mobile-nav-top {
  display: none;
}
.dark .close-btn {
  background: url(../image/icon_close.svg) no-repeat 50% 50% / contain;
}
.close-btn {
  text-indent: -9999px;
  overflow: hidden;
  width: 32px;
  height: 32px;
  background: url(../image/icon_close_black.svg) no-repeat 50% 50% / contain;
}
@media (max-width: 1023px) {
  .bottom-text36 {
    font-size: 24px;
  }
  .bottom-text32 {
    font-size: 20px;
  }
  .bottom-text24 {
    font-size: 20px;
  }
  .bottom-row {
    padding: 0 16px;
  }
  .bottom-row2 {
    padding: 60px 16px;
  }
  .bottom-sec01 * {
    text-align: left !important;
  }
  .bottom-sec01 .bottom-text36,
  .bottom-sec01 .bottom-text24,
  .bottom-sec01 .bottom-text14 {
    width: 100%;
  }
  .bottom-title {
    font-size: 24px;
  }
  .bottom-sec02 {
    grid-template-columns: 1fr;
  }
  .bottom-sec02 .bg-wrap {
    aspect-ratio: 360/320;
  }
  .bottom-sec02 .bg-wrap img:nth-child(2) {
    display: none;
  }
  .bottom-sec04 {
    display: flex;
    flex-direction: column-reverse;
  }
  .bottom-sec04 > div {
    width: 100%;
  }
  .bottom-sec05 ul {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .bottom-title-wrap img {
    max-width: 250px;
  }
  .bottom-title-wrap2 {
    padding: 40px 16px;
  }
  .bottom-title-wrap1 {
    padding: 32px 16px 48px;
  }
  .bottom-sec06 li,
  .bottom-sec06 li:nth-child(2n) {
    flex-direction: column;
    gap: 16px;
  }
  .bottom-sec06 li > * {
    width: 100%;
  }
  .bottom-sec06 ul {
    gap: 32px;
  }
  .bottom-sec07 {
    background: none;
    padding: 0;
    align-items: flex-start;
  }
  .bottom-sec07::before {
    content: "";
    display: block;
    width: 100%;
    background: url(../image/bottom_info/img_sec07_bg_mo.png) 50% 50% no-repeat;
    background-size: contain;
    aspect-ratio: 393/300;
  }
  .bottom-sec07 > * {
    max-width: inherit;
  }
  .bottom-sec07 .bottom-text24 {
    padding: 24px 16px 0;
    width: calc(100% - 32px);
  }
  .bottom-sec07 .bottom-text14 {
    padding: 0 16px;
    width: calc(100% - 32px);
  }
  .bottom-sec08 {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .bottom-sec08 .bg-wrap {
    aspect-ratio: 361/255;
  }
  .bottom-sec08 .bg-wrap img:nth-child(2) {
    display: none;
  }
  .side-bar {
    position: fixed;
    top: 0;
    left: -100%;
    background: var(--bg, #14171e);
    width: 100%;
    height: 100dvh;
    overflow: auto;
    transition: left 0.3s;
    z-index: 999;
  }
  .mobile-nav-top {
    display: block;
    height: 47px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
  }
  .mobile-nav-top .close-btn {
    margin-top: 8px;
  }
  .nav-wrap {
    gap: 8px;
  }
  .login-wrap,
  .nav-tab {
    background: none;
    border: none;
  }
  .nav-btn {
    margin: 0 16px;
    width: calc(100% - 32px);
  }
  .nav-banner {
    margin: 0 16px;
    width: calc(100% - 32px);
  }
  .login-wrap .turn-style-btn {
    display: none;
  }
  .login-bottom {
    justify-content: center;
    margin-top: 12px;
  }
}
