@media screen and (min-width: 769px) {
  [isMobile] {
    display: none !important;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--White, #FFF);
    z-index: 2;
  }
  body header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    height: 72px;
    margin: 0 auto;
    padding: 16px 0;
  }
  body header .bi {
    width: 144px;
    height: 70px;
    background: url("/static/img/pc/layout/bi.png") top center no-repeat;
  }
  body header nav {
    display: flex;
    align-items: center;
  }
  body header nav div {
    width: 150px;
    text-align: right;
  }
  body header nav a {
    color: var(--Black, #3F4249);
    font-size: 16px;
    font-weight: 400;
  }
  body header nav a:hover {
    color: var(--Aideer-Main, #2B8CFF);
  }
  body header nav a.active {
    color: var(--Aideer-Main, #2B8CFF);
    font-weight: 700;
  }
  body header .buttons {
    display: flex;
    align-items: center;
  }
  body header .buttons .user {
    flex-shrink: 0;
    min-height: 26px;
    padding-left: 26px;
    background: url("/static/img/pc/layout/person.png") left center no-repeat;
  }
  body header .buttons .user span {
    color: var(--Black, #3F4249);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
  body header .buttons .user span b {
    font-weight: 700;
  }
  body header .buttons .free {
    display: flex;
    padding: 7px 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--Gradient, linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%));
  }
  body header .buttons .free span {
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
  }
  body header .buttons a {
    position: relative;
  }
  body header .buttons a:nth-of-type(n + 2) {
    margin-left: 33px;
  }
  body header .buttons a:nth-of-type(n + 2):before {
    content: "";
    display: block;
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
    background: #D9D9D9;
  }
  body footer {
    padding: 40px 0 50px;
    background: #272C34;
  }
  body footer .footer-inner {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
  }
  body footer .footer-logo {
    width: 144px;
    height: 40px;
    font-size: 0;
    background: url("/static/img/pc/layout/footer-logo.png") top center no-repeat;
  }
  body footer .footer-text {
    font-family: "Pretendard Variable", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  body footer .footer-text .row {
    display: flex;
  }
  body footer .footer-text .row span {
    position: relative;
  }
  body footer .footer-text .row span:nth-of-type(n + 2) {
    margin-left: 10px;
    padding-left: 10px;
  }
  body footer .footer-text .row span:nth-of-type(n + 2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: rgba(221, 221, 221, 0.4);
  }
  body footer .company-info {
    margin-top: 20px;
  }
  body footer .partnership {
    margin-top: 20px;
  }
  body footer .copyright {
    margin-top: 40px;
    font-weight: 400;
  }
  body footer .legal-noti {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
  }
  body footer .legal-noti a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Pretendard Variable";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.5px;
  }
  body footer .legal-noti a:nth-of-type(n + 2) {
    margin-left: 10px;
    padding-left: 10px;
  }
  body footer .legal-noti a:nth-of-type(n + 2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background: rgba(221, 221, 221, 0.4);
  }
  body footer .legal-noti a b {
    font-weight: 700;
    color: #FFF;
  }
  body .pages {
    min-width: 1280px;
  }
  body .intro {
    padding: 32px;
    background-color: #fff;
    overflow: hidden;
  }
  body .intro .container {
    position: relative;
    padding: 0 288px;
    border-radius: 50px;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body .intro .container:before {
    content: "";
    position: absolute;
    bottom: -176px;
    left: -48px;
    width: 503px;
    height: 503px;
    border-radius: 503px;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(130px);
  }
  body .intro .container:after {
    content: "";
    position: absolute;
    top: -140px;
    right: -140px;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(150px);
  }
  body .intro .container .contents {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 168px 0 120px;
    text-align: center;
  }
  body .intro .container h1 {
    position: absolute;
    top: 32px;
    left: 0;
  }
  body .intro .container h1 a {
    display: block;
    width: 152px;
    height: 36px;
    background: url("/static/img/pc/intro/logo.png") top center no-repeat;
    font-size: 0;
  }
  body .intro .container h2 {
    text-align: center;
    font-size: 48px;
    font-weight: 200;
    line-height: 130%;
    color: var(--White, #FFF);
  }
  body .intro .container h2 strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
  }
  body .intro .container h2 strong em {
    display: block;
    width: 195px;
    height: 46px;
    background: url("/static/img/pc/intro/text-aideer.png") top center no-repeat;
    font-size: 0;
  }
  body .intro .container .line {
    width: 100%;
    height: 64px;
    background: url("/static/img/pc/intro/line.png") center center no-repeat;
  }
  body .intro .container .summary {
    color: var(--White, #FFF);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
  }
  body .intro .container .summary strong {
    font-weight: 700;
  }
  body .intro .container .download-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
  }
  body .intro .container .btn {
    position: relative;
    display: flex;
    width: 180px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 0 4px inset rgb(255, 255, 255);
  }
  body .intro .container .btn::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
  }
  body .intro .container .btn span {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    background: var(--Gradient, linear-gradient(90deg, #898F9E 0%, #2B8CFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .intro .container .btn:hover {
    box-shadow: 0 0 0 4px inset rgba(255, 255, 255, 0.4);
  }
  body .intro .container .btn:hover span {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #2B8CFF;
  }
  body .intro .container .dropdown {
    position: relative;
    display: inline-block;
  }
  body .intro .container .dropdown:hover .dropdown-content {
    display: block;
  }
  body .intro .container .dropdown .dropdown-content {
    display: none;
    position: absolute;
    width: 180px;
    padding: 6px 8px;
    z-index: 1;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  body .intro .container .dropdown .dropdown-content a {
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    color: #535660;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
  }
  body .intro .container .dropdown .dropdown-content a:hover {
    background: #34547A;
    font-weight: 700;
    color: #FFF;
  }
  body .intro .container .noti {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.08);
  }
  body .intro .container .noti dl {
    position: relative;
    padding-left: 48px;
  }
  body .intro .container .noti dl:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  body .intro .container .noti dl dt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    color: var(--White, #FFF);
    text-align: center;
    line-height: 48px;
    font-size: 30px;
    font-weight: 700;
  }
  body .intro .container .noti dl dd {
    text-align: left;
    color: var(--White, #FFF);
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
  }
  body .intro .container .noti dl dd:nth-of-type(n + 2) {
    margin-top: 4px;
  }
  body .intro .container .noti dl dd span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 160%;
  }
  body .main {
    padding-top: 72px;
  }
  body .main .service {
    padding: 120px 0 0;
    background: linear-gradient(180deg, #E6F1FF 0%, #F1F3F8 100%);
  }
  body .main .service .slogan-box {
    text-align: center;
  }
  body .main .service .slogan-box__logo {
    display: inline-block;
    width: 230px;
    height: 62px;
    background: url("/static/img/pc/main/logo-aldeer.png") no-repeat center/contain;
    vertical-align: text-bottom;
    overflow: hidden;
    text-indent: -9999px;
  }
  body .main .service .slogan-box__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 130%;
    color: var(--Black, #3F4249);
  }
  body .main .service .slogan-box__desc {
    margin-top: 20px;
    font-size: 30px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .service .visual {
    margin-top: -61px;
  }
  body .main .service .visual-img {
    height: 887px;
    background: url("/static/img/pc/main/bg-section1.png") no-repeat top center;
  }
  body .main .features {
    padding: 120px 0 0;
    background: #F1F3F8;
  }
  body .main .features .slogan-box {
    text-align: center;
  }
  body .main .features .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .features .slogan-box__desc {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .features .slogan-box__caption {
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    color: var(--Gray, #898F9E);
  }
  body .main .features .visual {
    position: relative;
    margin-top: 40px;
  }
  body .main .features .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/pc/main/bg-section2.png") no-repeat top center;
  }
  body .main .features .visual .deco {
    position: relative;
    width: 1360px;
    height: 710px;
    margin: 0 auto;
  }
  body .main .features .visual .deco .square-purple {
    position: absolute;
    top: 12px;
    left: -30px;
    width: 260px;
    height: 260px;
    border-radius: 40px;
    background: rgba(132, 125, 214, 0.3);
  }
  body .main .features .visual .deco .square-green {
    position: absolute;
    bottom: 66px;
    right: 407px;
    width: 155px;
    height: 260px;
    border-radius: 40px;
    background: rgba(125, 214, 186, 0.3);
  }
  body .main .easy-order {
    padding: 120px 0 60px;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body .main .easy-order .slogan-box {
    text-align: center;
  }
  body .main .easy-order .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--White, #FFF);
  }
  body .main .easy-order .slogan-box__desc {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    color: var(--White, #FFF);
  }
  body .main .easy-order .slogan-box__caption {
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    color: rgba(255, 255, 255, 0.7);
  }
  body .main .easy-order .visual {
    position: relative;
    margin-top: 40px;
  }
  body .main .easy-order .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/pc/main/@bg-section3.gif") no-repeat top center;
  }
  body .main .easy-order .visual .deco {
    position: relative;
    width: 1360px;
    height: 710px;
    margin: 0 auto;
  }
  body .main .easy-order .visual .deco .square {
    position: absolute;
    bottom: 80px;
    left: 69px;
    width: 247px;
    height: 135px;
    border-radius: 40px;
    background: rgba(125, 214, 186, 0.3);
  }
  body .main .easy-order .visual .deco .circle {
    position: absolute;
    top: -40px;
    right: 90px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(247, 250, 255, 0.1);
  }
  body .main .order-integrate {
    padding: 120px 0 60px;
    background: #F1F3F8;
  }
  body .main .order-integrate .slogan-box {
    text-align: center;
  }
  body .main .order-integrate .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .order-integrate .slogan-box__desc {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .order-integrate .slogan-box__caption {
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    color: var(--Gray, #898F9E);
  }
  body .main .order-integrate .visual {
    position: relative;
    margin-top: 40px;
  }
  body .main .order-integrate .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/pc/main/bg-section4.png") no-repeat top center;
  }
  body .main .order-integrate .visual .deco {
    position: relative;
    width: 1360px;
    height: 710px;
    margin: 0 auto;
  }
  body .main .order-integrate .visual .deco .square {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 240px;
    height: 240px;
    border-radius: 40px;
    background: rgba(125, 214, 138, 0.2);
  }
  body .main .order-integrate .visual .deco .circle {
    position: absolute;
    bottom: 77px;
    right: 90px;
    width: 173px;
    height: 173px;
    border-radius: 50%;
    background: rgba(248, 29, 33, 0.12);
  }
  body .main .translate {
    padding: 120px 0 60px;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body .main .translate .slogan-box {
    text-align: center;
  }
  body .main .translate .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--White, #FFF);
  }
  body .main .translate .slogan-box__desc {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    color: var(--White, #FFF);
  }
  body .main .translate .slogan-box__caption {
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    color: rgba(255, 255, 255, 0.7);
  }
  body .main .translate .visual {
    position: relative;
    margin-top: 40px;
  }
  body .main .translate .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/pc/main/@bg-section5.gif") no-repeat top center;
  }
  body .main .translate .visual .deco {
    position: relative;
    width: 1360px;
    height: 710px;
    margin: 0 auto;
  }
  body .main .translate .visual .deco .triangle {
    position: absolute;
    top: -8px;
    left: -63px;
    width: 245px;
    height: 245px;
    background: url("/static/img/pc/main/deco-triangle.png") no-repeat top center;
  }
  body .main .translate .visual .deco .circle {
    position: absolute;
    bottom: 75px;
    right: 120px;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  body .main .global-order {
    padding: 120px 0 60px;
    background: #F1F3F8;
  }
  body .main .global-order .slogan-box {
    text-align: center;
  }
  body .main .global-order .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .global-order .slogan-box__desc {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .global-order__features {
    display: flex;
    gap: 40px;
    position: relative;
    width: 1400px;
    height: 542px;
    margin: 18px auto 0;
    padding: 197px 63px 0;
    background: url("/static/img/pc/main/bg-section6.png") no-repeat top center;
  }
  body .main .global-order__features .feature-card {
    width: 398px;
    padding: 32px 32px 50px 32px;
    text-align: center;
  }
  body .main .global-order__features .feature-card__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 160%;
  }
  body .main .global-order__features .feature-card__desc {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 158%;
    color: var(--Black, #3F4249);
  }
  body .main .global-order__features .feature-card:nth-of-type(1) .feature-card__title {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .global-order__features .feature-card:nth-of-type(2) .feature-card__title {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .global-order__features .feature-card:nth-of-type(3) .feature-card__title {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .supports {
    padding: 120px 0 180px;
    background: #F1F3F8;
  }
  body .main .supports .slogan-box {
    text-align: center;
  }
  body .main .supports .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .supports .slogan-box__desc {
    margin-top: 16px;
    font-size: 24px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .supports__site {
    margin-top: 80px;
  }
  body .main .supports__site > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .main .supports__site h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
  }
  body .main .supports__site--global h3 {
    background: var(--Gradient, linear-gradient(90deg, #898F9E 0%, #2B8CFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .supports__site--local {
    margin-top: 60px;
  }
  body .main .supports__site--local h3 {
    background: var(--Gradient, linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .supports__site .slider-wrap {
    width: 1280px;
    overflow: hidden;
  }
  body .main .supports__site ul {
    position: relative;
    display: flex;
    padding: 20px 0;
  }
  body .main .supports__site ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 224px;
    height: 76px;
    margin: 0 10px;
    border-radius: 10px;
    background: var(--White, #FFF);
    box-shadow: 2px 4px 20px -1px rgba(193, 156, 185, 0.2);
  }
  body .main .free-trial {
    padding: 120px 0;
    background: url("/static/img/pc/main/bg-section8.png") no-repeat top center, linear-gradient(90deg, #E6F1FF 0%, #F1F3F8 100%);
  }
  body .main .free-trial .slogan-box {
    text-align: center;
  }
  body .main .free-trial .slogan-box__text {
    display: inline-block;
    width: 198px;
    height: 56px;
    background: url("/static/img/pc/main/text-line.png") no-repeat center/contain;
    vertical-align: sub;
    overflow: hidden;
    text-indent: -9999px;
  }
  body .main .free-trial .slogan-box__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .free-trial .slogan-box__desc {
    font-size: 30px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .free-trial .slogan-box__caption {
    margin-top: 16px;
    font-size: 20px;
    font-weight: 300;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .free-trial .slogan-box__caption b {
    font-weight: 700;
  }
  body .main .free-trial .buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  body .main .free-trial .buttons a,
  body .main .free-trial .buttons button {
    display: block;
    min-width: 374px;
    padding: 15px 24px;
    text-align: center;
    border-radius: 100px;
    background: var(--Gradient, linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%));
    cursor: pointer;
  }
  body .main .free-trial .buttons a span,
  body .main .free-trial .buttons button span {
    font-size: 20px;
    font-weight: 700;
    color: var(--White, #FFF);
  }
}
@media screen and (max-width: 768px) {
  [isPC] {
    display: none !important;
  }
  body header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--White, #FFF);
    z-index: 2;
    transition: top 0.3s ease;
  }
  body header.hide-top {
    top: -112px;
  }
  body header .header-mobile .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(221, 221, 221);
    height: 112px;
    padding: 0 32px;
  }
  body header .header-mobile .buttons .header-bi {
    flex-shrink: 0;
    display: block;
    width: 188px;
    height: 70px;
    background: url("/static/img/mobile/layout/header-bi.png") top center no-repeat;
  }
  body header .header-mobile .buttons .btn-open {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: url("/static/img/mobile/layout/btn-open.png") top center no-repeat;
  }
  body header .header-mobile .nav {
    display: flex;
    justify-content: center;
  }
  body header .header-mobile .nav li {
    flex-shrink: 0;
    width: 172px;
  }
  body header .header-mobile .nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 108px;
    font-weight: 400;
    font-size: 30px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: rgb(51, 51, 51);
  }
  body header .header-mobile .nav li a.active {
    box-shadow: inset 0 -8px 0 -2px rgb(43, 140, 255);
    color: rgb(43, 140, 255);
  }
  body header .menu-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
  }
  body header .menu-dim.show {
    opacity: 1;
    visibility: visible;
  }
  body header .header-inner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    width: 540px;
    height: 100vh;
    height: 100svh;
    height: calc(var(--vh) * 100);
    padding: 100px 0 300px;
  }
  body header .header-inner.open {
    transform: translateX(0);
  }
  body header .header-inner .bi {
    position: absolute;
    top: 20px;
    left: 32px;
    width: 188px;
    height: 70px;
    background: url("/static/img/mobile/layout/header-bi.png") top center no-repeat;
  }
  body header .header-inner nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 48px;
    border-top: 2px solid rgb(221, 221, 221);
  }
  body header .header-inner nav div {
    display: flex;
    align-items: center;
    height: 80px;
  }
  body header .header-inner nav a {
    color: var(--Black, #3F4249);
    font-size: 32px;
    font-weight: 400;
  }
  body header .header-inner nav a:hover {
    color: var(--Aideer-Main, #2B8CFF);
  }
  body header .header-inner nav a.active {
    color: var(--Aideer-Main, #2B8CFF);
    font-weight: 700;
  }
  body header .header-inner .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 444px;
    height: 309px;
    margin: 0 auto;
    border-top: 2px solid rgb(221, 221, 221);
  }
  body header .header-inner .buttons .user {
    flex-shrink: 0;
    min-height: 32px;
    padding-left: 52px;
    background: url("/static/img/mobile/layout/person.png") left center no-repeat;
  }
  body header .header-inner .buttons .user span {
    color: var(--Black, #3F4249);
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
  }
  body header .header-inner .buttons .user span b {
    font-weight: 700;
  }
  body header .header-inner .buttons .free {
    display: flex;
    padding: 24px 80px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 32px;
    border-radius: 100px;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body header .header-inner .buttons .free span {
    color: var(--White, #FFF);
    font-size: 28px;
    font-weight: 700;
    line-height: 160%;
  }
  body header .header-inner .buttons a {
    position: relative;
  }
  body header .header-inner .btn-close {
    position: absolute;
    top: 39px;
    right: 32px;
    width: 32px;
    height: 32px;
    background: url("/static/img/mobile/layout/btn-x.png") top center no-repeat;
    font-size: 0;
  }
  body footer {
    width: 100%;
    min-width: 750px;
    padding: 60px 32px 280px;
    background: rgb(39, 44, 52);
  }
  body footer .footer-inner {
    position: relative;
  }
  body footer .footer-logo {
    width: 187px;
    height: 52px;
    font-size: 0;
    background: url("/static/img/mobile/layout/footer-logo.png") top center no-repeat;
  }
  body footer .legal-noti {
    display: flex;
    margin-top: 40px;
  }
  body footer .legal-noti a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-family: "Pretendard Variable";
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
  body footer .legal-noti a:nth-of-type(n + 2) {
    margin-left: 16px;
    padding-left: 16px;
  }
  body footer .legal-noti a:nth-of-type(n + 2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: rgba(221, 221, 221, 0.4);
  }
  body footer .legal-noti a b {
    font-weight: 700;
    color: #FFF;
  }
  body footer .footer-text {
    font-family: "Pretendard Variable", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: -0.5px;
  }
  body footer .footer-text .row {
    display: flex;
  }
  body footer .footer-text .row span {
    position: relative;
  }
  body footer .footer-text .row span:nth-of-type(n + 2) {
    margin-left: 16px;
    padding-left: 16px;
  }
  body footer .footer-text .row span:nth-of-type(n + 2):before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: rgba(221, 221, 221, 0.4);
  }
  body footer .company-info {
    margin-top: 40px;
  }
  body footer .partnership {
    margin-top: 30px;
  }
  body footer .copyright {
    margin-top: 70px;
    font-weight: 400;
  }
  body .pages {
    width: 750px;
    background: #fff;
  }
  body .intro {
    width: 750px;
    padding: 64px 32px;
    background-color: #fff;
    overflow: hidden;
  }
  body .intro .container {
    position: relative;
    border-radius: 50px;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body .intro .container:before {
    content: "";
    position: absolute;
    bottom: -176px;
    left: -48px;
    width: 503px;
    height: 503px;
    border-radius: 503px;
    background: rgba(255, 255, 255, 0.4);
    filter: blur(130px);
  }
  body .intro .container:after {
    content: "";
    position: absolute;
    top: -140px;
    right: -140px;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    background: rgba(255, 255, 255, 0.3);
    filter: blur(150px);
  }
  body .intro .container .contents {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 222px 0 120px;
    text-align: center;
  }
  body .intro .container h1 {
    position: absolute;
    top: 32px;
    left: 32px;
  }
  body .intro .container h1 a {
    display: block;
    width: 188px;
    height: 70px;
    background: url("/static/img/mobile/intro/logo.png") top center no-repeat;
    font-size: 0;
  }
  body .intro .container h2 {
    text-align: center;
    font-size: 52px;
    font-weight: 300;
    line-height: 150%;
    color: var(--White, #FFF);
  }
  body .intro .container h2 strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
  }
  body .intro .container h2 strong em {
    display: block;
    width: 221px;
    height: 52px;
    background: url("/static/img/mobile/intro/text-aideer.png") top center no-repeat;
    font-size: 0;
  }
  body .intro .container .line {
    width: 100%;
    height: 96px;
    background: url("/static/img/mobile/intro/line.png") center center no-repeat;
  }
  body .intro .container .summary {
    padding: 0 100px;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 160%;
  }
  body .intro .container .summary strong {
    font-weight: 700;
  }
  body .intro .container .download-buttons {
    display: flex;
    gap: 16px;
    margin-top: 48px;
  }
  body .intro .container .btn {
    position: relative;
    display: flex;
    width: 244px;
    height: 74px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 0 0 8px inset rgb(255, 255, 255);
  }
  body .intro .container .btn::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
  }
  body .intro .container .btn span {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    background: var(--Gradient, linear-gradient(90deg, #898F9E 0%, #2B8CFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .intro .container .btn:active {
    outline: none;
    box-shadow: 0 0 0 8px inset rgba(255, 255, 255, 0.4);
  }
  body .intro .container .btn:active span {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    color: #2B8CFF;
  }
  body .intro .container .dropdown {
    position: relative;
    display: inline-block;
  }
  body .intro .container .dropdown:hover .dropdown-content {
    display: block;
  }
  body .intro .container .dropdown .dropdown-content {
    display: none;
    position: absolute;
    width: 244px;
    padding: 6px;
    z-index: 1;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
  }
  body .intro .container .dropdown .dropdown-content a {
    display: flex;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    color: #535660;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
  }
  body .intro .container .dropdown .dropdown-content a:active {
    background: #34547A;
    font-weight: 700;
    color: #FFF;
  }
  body .intro .container .noti {
    display: flex;
    padding: 52px 32px;
    flex-direction: column;
    align-items: flex-start;
    width: 622px;
    margin: 0 auto;
    border-radius: 32px;
    background: rgba(0, 0, 0, 0.08);
  }
  body .intro .container .noti dl {
    position: relative;
    padding-left: 54px;
  }
  body .intro .container .noti dl:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  body .intro .container .noti dl dt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    color: var(--White, #FFF);
    text-align: center;
    line-height: 150%;
    font-size: 32px;
    font-weight: 700;
  }
  body .intro .container .noti dl dd {
    text-align: left;
    color: var(--White, #FFF);
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
  }
  body .intro .container .noti dl dd:nth-of-type(n + 2) {
    margin-top: 4px;
  }
  body .intro .container .noti dl dd span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
  }
  body .main {
    padding-top: 220px;
    background: linear-gradient(180deg, rgba(230, 241, 255, 0.8) 0.62%, rgba(241, 243, 248, 0) 20.08%);
  }
  body .main section:nth-of-type(n + 2) {
    margin-top: -2px;
  }
  body .main .service {
    padding: 108px 0 112px;
  }
  body .main .service .slogan-box {
    text-align: center;
  }
  body .main .service .slogan-box__logo {
    display: inline-block;
    width: 290px;
    height: 78px;
    background: url("/static/img/mobile/main/logo-aldeer.png") no-repeat center/contain;
    vertical-align: text-bottom;
    overflow: hidden;
    text-indent: -9999px;
  }
  body .main .service .slogan-box__title {
    font-size: 52px;
    font-weight: 700;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .service .slogan-box__desc {
    margin-top: 32px;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .service .visual {
    margin-top: -152px;
  }
  body .main .service .visual-img {
    height: 1899px;
    background: url("/static/img/mobile/main/bg-section1.png") no-repeat top center;
  }
  body .main .features {
    padding: 120px 0;
  }
  body .main .features .slogan-box {
    text-align: center;
  }
  body .main .features .slogan-box__title {
    padding: 0 122px;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .features .slogan-box__desc {
    margin-top: 48px;
    padding: 0 122px;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .features .slogan-box__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 686px;
    height: 105px;
    margin: 24px auto 0;
    padding-bottom: 25px;
    background: url("/static/img/mobile/main/bubble-blue--s.png") no-repeat top center;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(43, 140, 255);
  }
  body .main .features .visual {
    position: relative;
    margin-top: 70px;
  }
  body .main .features .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/mobile/main/bg-section2.png") no-repeat top center;
  }
  body .main .features .visual .deco {
    position: relative;
    height: 1215px;
    margin: 0 auto;
  }
  body .main .features .visual .deco .square-purple {
    position: absolute;
    top: 0;
    left: 16px;
    width: 260px;
    height: 260px;
    border-radius: 40px;
    background: rgba(132, 125, 214, 0.3);
  }
  body .main .features .visual .deco .square-green {
    position: absolute;
    bottom: 224px;
    right: 126px;
    width: 170px;
    height: 260px;
    border-radius: 40px;
    background: rgba(125, 214, 186, 0.3);
  }
  body .main .easy-order {
    padding: 120px 0 120px;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body .main .easy-order .slogan-box {
    text-align: center;
  }
  body .main .easy-order .slogan-box__title {
    padding: 0 100px;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--White, #FFF);
  }
  body .main .easy-order .slogan-box__desc {
    margin-top: 32px;
    padding: 0 122px;
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
    color: var(--White, #FFF);
  }
  body .main .easy-order .slogan-box__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 686px;
    height: 139px;
    margin: 24px auto 0;
    padding: 0 70px 25px;
    background: url("/static/img/mobile/main/bubble-white.png") no-repeat top center;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: rgba(255, 255, 255, 0.7);
  }
  body .main .easy-order .visual {
    position: relative;
    margin-top: 70px;
  }
  body .main .easy-order .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/mobile/main/@bg-section3.gif") no-repeat top center;
  }
  body .main .easy-order .visual .deco {
    position: relative;
    height: 1000px;
    margin: 0 auto;
  }
  body .main .easy-order .visual .deco .square {
    position: absolute;
    bottom: 0;
    left: 68px;
    width: 374px;
    height: 213px;
    border-radius: 40px;
    background: rgba(125, 214, 186, 0.3);
  }
  body .main .easy-order .visual .deco .circle {
    position: absolute;
    top: -28px;
    right: 25px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(247, 250, 255, 0.1);
  }
  body .main .order-integrate {
    padding: 120px 0;
    background: #fff;
  }
  body .main .order-integrate .slogan-box {
    text-align: center;
  }
  body .main .order-integrate .slogan-box__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .order-integrate .slogan-box__desc {
    margin-top: 48px;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .order-integrate .slogan-box__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 686px;
    height: 175px;
    margin: 24px auto 0;
    padding: 0 0 25px;
    background: url("/static/img/mobile/main/bubble-blue.png") no-repeat top center;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: rgb(43, 140, 255);
  }
  body .main .order-integrate .visual {
    position: relative;
    margin-top: 70px;
  }
  body .main .order-integrate .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/mobile/main/bg-section4.png") no-repeat top center;
  }
  body .main .order-integrate .visual .deco {
    position: relative;
    height: 872px;
    margin: 0 auto;
  }
  body .main .order-integrate .visual .deco .square {
    position: absolute;
    top: -2px;
    left: 20px;
    width: 240px;
    height: 240px;
    border-radius: 40px;
    background: rgba(125, 214, 138, 0.2);
  }
  body .main .order-integrate .visual .deco .circle {
    position: absolute;
    bottom: 21px;
    right: 30px;
    width: 173px;
    height: 173px;
    border-radius: 50%;
    background: rgba(248, 29, 33, 0.12);
  }
  body .main .translate {
    padding: 120px 0;
    background: linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%);
  }
  body .main .translate .slogan-box {
    text-align: center;
  }
  body .main .translate .slogan-box__title {
    padding: 0 70px;
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--White, #FFF);
  }
  body .main .translate .slogan-box__desc {
    margin-top: 48px;
    padding: 0 60px;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    color: var(--White, #FFF);
  }
  body .main .translate .slogan-box__caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 686px;
    height: 139px;
    margin: 24px auto 0;
    padding: 0 0 25px;
    background: url("/static/img/mobile/main/bubble-white.png") no-repeat top center;
    font-size: 24px;
    font-weight: 400;
    line-height: 148%;
    color: rgba(255, 255, 255, 0.7);
  }
  body .main .translate .visual {
    position: relative;
    margin-top: 70px;
  }
  body .main .translate .visual-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url("/static/img/mobile/main/@bg-section5.gif") no-repeat top center;
  }
  body .main .translate .visual .deco {
    position: relative;
    height: 840px;
    margin: 0 auto;
  }
  body .main .translate .visual .deco .triangle {
    position: absolute;
    top: -22px;
    left: 0;
    width: 214px;
    height: 244px;
    background: url("/static/img/mobile/main/deco-triangle.png") no-repeat top center;
  }
  body .main .translate .visual .deco .circle {
    position: absolute;
    bottom: 6px;
    right: 60px;
    width: 142px;
    height: 142px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
  }
  body .main .global-order {
    padding: 120px 0 0;
    background: #fff;
  }
  body .main .global-order .slogan-box {
    text-align: center;
  }
  body .main .global-order .slogan-box__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .global-order .slogan-box__desc {
    margin-top: 48px;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .global-order__features {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 356px;
    position: relative;
    height: 2493px;
    margin: 0 auto;
    padding: 371px 0 0;
    background: url("/static/img/mobile/main/bg-section6.png") no-repeat top center;
  }
  body .main .global-order__features .feature-card {
    width: 610px;
    padding: 64px;
    text-align: center;
  }
  body .main .global-order__features .feature-card__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
  }
  body .main .global-order__features .feature-card__desc {
    margin-top: 40px;
    font-size: 28px;
    font-weight: 400;
    line-height: 160%;
    color: var(--Black, #3F4249);
  }
  body .main .global-order__features .feature-card:nth-of-type(1) .feature-card__title {
    background: linear-gradient(90deg, #898F9E 0%, #2B8CFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .global-order__features .feature-card:nth-of-type(2) .feature-card__title {
    background: linear-gradient(90deg, #898F9E 0%, #EF8985 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .global-order__features .feature-card:nth-of-type(3) .feature-card__title {
    background: linear-gradient(90deg, #898F9E 0%, #5EDB88 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .supports {
    padding: 120px 0;
    background: #fff;
  }
  body .main .supports .slogan-box {
    text-align: center;
  }
  body .main .supports .slogan-box__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .supports .slogan-box__desc {
    margin-top: 48px;
    font-size: 32px;
    font-weight: 300;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .supports__site {
    margin-top: 100px;
  }
  body .main .supports__site > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  body .main .supports__site h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 150%;
  }
  body .main .supports__site--global h3 {
    background: var(--Gradient, linear-gradient(90deg, #898F9E 0%, #2B8CFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .supports__site--local {
    margin-top: 80px;
  }
  body .main .supports__site--local h3 {
    background: var(--Gradient, linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  body .main .supports__site .slider-wrap {
    width: 100%;
    overflow: hidden;
  }
  body .main .supports__site ul {
    position: relative;
    display: flex;
    padding: 30px 0;
  }
  body .main .supports__site ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 336px;
    height: 114px;
    margin: 0 15px;
    border-radius: 15px;
    background: var(--White, #FFF);
    box-shadow: 3px 6px 30px -1.5px rgba(193, 156, 185, 0.2);
  }
  body .main .free-trial {
    padding: 120px 0;
    background: #fff url("/static/img/mobile/main/bg-section8.png") no-repeat top center;
  }
  body .main .free-trial .slogan-box {
    text-align: center;
  }
  body .main .free-trial .slogan-box__text {
    display: inline-block;
    width: 233px;
    height: 67px;
    background: url("/static/img/mobile/main/text-line.png") no-repeat center/contain;
    vertical-align: sub;
    overflow: hidden;
    text-indent: -9999px;
  }
  body .main .free-trial .slogan-box__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .free-trial .slogan-box__desc {
    font-size: 32px;
    font-weight: 400;
    line-height: 150%;
    color: var(--Black, #3F4249);
  }
  body .main .free-trial .slogan-box__caption {
    margin-top: 32px;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: var(--Black, #3F4249);
  }
  body .main .free-trial .slogan-box__caption b {
    font-weight: 700;
  }
  body .main .free-trial .buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  body .main .free-trial .buttons a,
  body .main .free-trial .buttons button {
    display: block;
    min-width: 374px;
    padding: 15px 24px;
    text-align: center;
    border-radius: 100px;
    background: var(--Gradient, linear-gradient(90deg, #2B8CFF 0%, #898F9E 100%));
    cursor: pointer;
  }
  body .main .free-trial .buttons a span,
  body .main .free-trial .buttons button span {
    font-size: 28px;
    font-weight: 700;
    color: var(--White, #FFF);
  }
}
:root {
  --primary: #4a6bff;
  --dark: #1a1a2e;
  --light: #f5f5f7;
  --gray: #6e6e73;
}

body {
  font-family: "Paperlogy", sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--dark);
  font-weight: 400;
  color: var(--light);
  line-height: 1.3;
}
body * {
  box-sizing: border-box;
}
body .bi {
  font-size: 0;
}

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