﻿/*:root {
    --white-color: #fff;
    --black-color: #000;
    --light-color: #F8F8F8;
    --blue-color: #00B7FF;
    --grey-color: #B0B0B0;
    --grey-v2-color: #D1D5DB;
}
*/

@import "/TheAI/css/site.css";


html {
    scroll-behavior: smooth;
}


body {
    margin: 0px;
    padding: 0px;
    background-color: var(--black-color);
}


.collapse-bg {
}


.footer-menu {
    font-size: 20px;
}


.user-face {
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #6750A4;
    margin-right: 0.75rem;
}



.link-sign-in {
    color: #FFF;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}



.security-modal-content {
    color: var(--grey-v2-color);
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


.security-modal-title {
    color: var(--light-color);
    text-align: center;
    font-family: Outfit;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}


.security-img-bg {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    filter: blur(80px);
}


.security-modal-img {
    width: 280px;
    height: auto;
}


.bg-black-80 {
    background: var(--black-color-80);
}


.text-grey-2 {
    color: var(--grey-v2-color);
}


.home-abstract-bg {
    width: 618px;
    max-width: 100%;
    height: auto;
}


.try-conent {
    padding-top: 68px;
}


.try-bg-cricle {
    position: absolute;
    width: 210px;
    height: 210px;
    background-color: #182F50;
    filter: blur(50px);
    right: 30%;
}


.demo-icon {
    width: 36px;
    height: auto;
}


.card-bottom-img {
    width: 432px;
    height: auto;
}


.ai-chat-bg {
    width: 100%;
    min-height: 690px;
    background: linear-gradient(180deg, #00B7FF 0%, #7620EE 39.49%);
    border-radius: 50%;
    filter: blur(60px);
}


.ai-chat-main {
    min-height: 750px;
}


.hero-bg-circular {
    width: 444px;
    height: 444px;
    flex-shrink: 0;
    border-radius: 444px;
    background: rgba(153, 102, 255, 0.10);
    filter: blur(60px);
}


.hero-main {
    min-height: 737px;
}


.hero-light-button {
    border-radius: 32px;
    padding: 12px 36px;
    background: var(--light-color);
    color: var(--black-color);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}


.hero-blue-button {
    border-radius: 32px;
    padding: 12px 24px;
    background: var(--blue-color);
    color: var(--light-color);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration: none;
}


.hero-blue-title {
    color: var(--blue-color);
    font-size: 24px;
    font-family: Outfit;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}


.logo-hero {
    width: 60px;
    height: auto;
}


.logo-img {
    width: auto;
    height: 30px;
}


.vertical-model {
    width: 500px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 10 / 20;
}


.back-to-top {
    position: fixed;
    text-decoration: auto;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 3;
    letter-spacing: 1px;
    background: #515769;
    border-radius: 3px;
    visibility: hidden;
    padding: 5px;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    transition-duration: 0.3s;
    text-transform: uppercase;
}

    .back-to-top:hover {
        color: #fff;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .back-to-top.back-to-top-is-visible {
        visibility: visible;
        opacity: 0.6;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

        .back-to-top.back-to-top-is-visible:hover {
            opacity: 1;
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

    .back-to-top.back-to-top-fade-out {
        opacity: 0.4;
    }

        .back-to-top.back-to-top-fade-out:hover {
            opacity: 1;
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        }

.back-to-top {
    /*padding-top: 2px;*/
    text-align: center;
}

    .back-to-top .nav-item-hover:after {
        opacity: 0;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    }

    .back-to-top:focus,
    .back-to-top:hover {
        text-decoration: none;
    }


.about-section-3-content {
    font-size: 24px;
    color: var(--grey-v2-color);
    line-height: 140%;
}


.about-section-3-title {
    text-align: center;
    font-size: 40px;
    color: var(--light-color);
    line-height: 140%;
}


.about-section-2-content {
    font-size: 24px;
    color: var(--light-color);
    line-height: 140%;
}


.about-section-2-title {
    text-align: center;
    color: var(--light-color);
    font-size: 24px;
}


.about-section-1-content {
    color: var(--grey-v2-color);
    font-size: 24px;
    line-height: 140%;
}


.about-section-1-title {
    color: var(--light-color);
    font-size: 48px;
    line-height: 140%;
}


.rent-main-bg {
    padding-top: 4px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(0deg, #4C119D 0%, #4C119D 100%), linear-gradient(214deg, #087BA8 0%, #4C119D 100%);
}


.answer-main-bg {
    padding-top: 4px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(273deg, #4C119D 2.3%, #087BA8 97.7%);
}


.term-time {
    color: var(--grey-v2-color);
    line-height: 140%;
}


.term-content {
    color: var(--grey-v2-color);
    font-size: 20px;
    line-height: 140%;
    word-break: break-word;
}


.term-title {
    color: var(--light-color);
    font-size: 48px;
    line-height: 140%;
}


.contact-team-content {
    font-size: 24px;
    color: var(--grey-v2-color)
}


.contact-team-title {
    font-size: 36px;
    color: var(--light-color);
    text-align: center;
}


.contact-team-main {
    padding: 120px 0px;
}


.security-question-item {
    text-decoration: none;
    font-size: 24px;
    line-height: 28px;
    color: var(--black-color);
}

    .security-question-item:hover {
        text-decoration: underline;
    }


.accordion-button {
    background-color: black;
    color: white;
    border: none;
    /*    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: none;
    border-right: none;*/
}

    .accordion-button:not(.collapsed) {
        background-color: black;
        color: white;
        box-shadow: none;
    }


.accordion {
    --bs-accordion-border-color: var(--black-color);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-body {
    background: var(--black-color);
    color: var(--grey-v2-color);
    font-size: 24px;
}


.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.ask-title {
    line-height: 140%;
    font-size: 36px;
    text-align: center;
    color: var(--light-color);
}


.protect-you-text-main {
    width: 60%;
}


.li-item-content {
    color: #D1D5DB;
    font-size: 24px;
    line-height: 140%;
}


.li-item-title {
    font-size: 24px;
    color: var(--white-color);
    line-height: 140%;
}


.white-point {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--white-color);
}


.protect-you-title {
    color: var(--light-color);
    font-size: 36px;
    text-align: center;
    line-height: 140%;
}


.copy-text {
    font-size: 12px;
    text-align: center;
    color: #D1D5DC;
    line-height: 140%;
}


.footer-contact-us-button {
    color: #0A0A0A;
    padding: 8px 16px;
    font-size: 14px;
    border-radius: 32px;
    background: var(--light-color);
    outline: none;
    border: none;
}


.footer-logo {
    color: var(--light-color);
    font-size: 24px;
}


.footer-main {
    padding: 32px 0px;
    border-top: 1px solid #828282;
    background: var(--black-color-80);
}


.grid-main {
    width: 100%;
    height: 240px;
    background-image: url('/TheAI/image/website/horizontal_grid.png');
    background-repeat: repeat-x;
}

.try-button {
    padding: 12px 36px;
    border-radius: 64px;
    background: var(--blue-color);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: var(--light-color);
    font-size: 40px;
    line-height: 140%;
}


.try-text {
    font-size: 48px;
    text-align: center;
    color: var(--light-color);
}


.securtity-control-card-more-button {
    background-color: transparent;
    border: none;
    color: #9251F0;
    font-size: 20px;
}


.securtity-control-card-content {
    font-size: 40px;
    color: #9251F0;
    text-align: center;
}


.securtity-control-card {
    border-top: 6px solid #451091;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #1F0840;
}


.securtity-no-touch-card-more-button {
    background-color: transparent;
    border: none;
    color: #4568F1;
    font-size: 20px;
}


.securtity-no-touch-card-content {
    font-size: 40px;
    color: #4568F1;
    text-align: center;
}


.securtity-no-touch-card {
    border-top: 6px solid #152B84;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #111A3F;
}


.securtity-no-sell-card-more-button {
    background-color: transparent;
    border: none;
    color: #55ABEF;
    font-size: 20px;
}


.securtity-no-sell-card-content {
    font-size: 40px;
    color: #55ABEF;
    text-align: center;
}


.securtity-no-sell-card {
    border-top: 6px solid #25567E;
    width: 100%;
    padding: 24px;
    border-radius: 16px;
    background: #112A3F;
}


.securtity-title {
    color: var(--light-color);
    font-size: 48px;
    text-align: center;
}


.fadeback-card-img {
    width: 24px;
    height: auto;
}


.fadeback-card-content {
    margin-top: 16px;
    color: var(--grey-v2-color);
}


.fadeback-card-sub-title {
    color: var(--grey-color);
}


.fadeback-card-title {
    color: var(--light-color);
}


.fadeback-card {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    background: #293038;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}


.text-main-blue {
    color: var(--blue-color);
}


.text-main-blue-v2 {
    color: var(--blue-v2-color);
}


.demo-card-content {
    color: var(--light-color);
    font-size: 28px;
}


.text-main-light {
    color: var(--light-color);
}


.deme-card-img {
    height: 204px;
    width: auto;
}


.carousel-control-prev,
.carousel-control-next {
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.carousel-control-prev {
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}


.demo-card {
    padding: 36px 36px 0px 36px;
    width: 100%;
    height: 240px;
    border-radius: 16px;
    background: linear-gradient(180deg, #252B30 0%, var(--black-color-80) 100%);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.25);
}


.demo-view-title {
    font-size: 48px;
    color: var(--light-color);
}


.space-m {
    height: 36px;
}


.space-l {
    height: 60px;
}


.space-xl {
    height: 120px;
}


.space-xxl {
    height: 180px;
}


.verify-main-bg {
    padding-top: 4px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(47deg, #087BA8 6.42%, #4C119D 93.58%);
}


.verify-main {
    width: 480px;
    height: 560px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(47deg, #087BA8 6.42%, #4C119D 93.58%);
}


.accessible-main-bg {
    padding-top: 4px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #0870A8;
}


.accessible-main {
    width: 480px;
    height: 560px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), #0870A8;
}


.card-img {
    width: 332px;
    height: auto;
}


.rent-main {
    width: 480px;
    height: 560px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, #4C119D 0%, #4C119D 100%), linear-gradient(214deg, #087BA8 0%, #4C119D 100%);
    overflow: hidden;
}


.card-light-title {
    color: rgba(255,255,255,.75);
    font-size: 20px;
}


.card-text-box {
    padding: 32px 48px 22px 48px;
}


.right-bottom-radus-32 {
    border-radius: 0px 0px 32px 0px;
}


.answer-main {
    width: 480px;
    height: 560px;
    border-radius: 32px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(273deg, #4C119D 2.3%, #087BA8 97.7%);
}


.light-button {
    padding: 6px 24px;
    border-radius: 32px;
    background: #F8F8F8;
}

.gradient-title {
    background: linear-gradient(90deg, #00B7FF 0%, #7620EE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Outfit;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.light-title {
    color: var(--light-color);
    font-size: 64px;
    font-family: Outfit;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}


.navbar-padding {
    padding: 18px 0px;
}


.top-height {
    height: 76px;
}


.blue-button {
    padding: 6px 24px;
    border-radius: 32px;
    color: #F8F8F8;
    background: var(--blue-color);
}


.bubble-left {
    width: 317px;
    height: auto;
}


.bubble-left-pos {
    top: 10px;
}


.bubble-right {
    width: 301px;
    height: auto;
}

.bubble-right-pos {
    bottom: 164px;
    right: 0px;
}


.toggle-icon {
    position: relative;
    width: 21px;
    height: 1px;
    display: inline-block;
    background: #515769;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

    .toggle-icon:after,
    .toggle-icon:before {
        position: absolute;
        left: 0;
        background: #515769;
        content: " "
    }

    .toggle-icon,
    .toggle-icon:after,
    .toggle-icon:before {
        background: var(--white-color);
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7, 1, .7, 1)
    }

        .toggle-icon:before {
            width: 10px;
            height: 1px;
            bottom: 10px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            transform: rotate(0);
            transition-duration: .3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(.7, 1, .7, 1)
        }

        .toggle-icon:after {
            width: 16px;
            height: 1px;
            top: -5px;
            -webkit-transform: rotate(0);
            -moz-transform: rotate(0);
            transform: rotate(0);
            transition-duration: .3s;
            transition-property: all;
            transition-timing-function: cubic-bezier(.7, 1, .7, 1)
        }

        .toggle-icon:after,
        .toggle-icon:before {
            width: 21px;
            height: 1px
        }

        .toggle-icon.is-clicked {
            background: rgba(81, 87, 105, 0)
        }



/* ========== smart phone ========== */
@media (max-width: 480px) {
    .space-xl {
        height: 30px;
    }

    .space-xxl {
        height: 60px;
    }

    .li-item-title {
        font-size: 18px;
    }


    .li-item-content {
        font-size: 18px;
    }


    .p-0-36 {
        padding: 0px 10px;
    }


    .security-question-item {
        font-size: 18px;
    }

    .accordion-body {
        font-size: 18px;
    }

    .contact-team-content {
        font-size: 18px;
    }


    .bubble-left {
        width: 230px;
        height: auto;
    }


    .bubble-left-pos {
        top: 20px;
    }


    .bubble-right {
        width: 230px;
        height: auto;
    }


    .answer-main {
        width: 360px;
        height: 462px;
    }


    .rent-main {
        width: 360px;
        height: 462px;
    }

    .accessible-main {
        width: 360px;
        height: 462px;
    }


    .verify-main {
        width: 360px;
        height: 462px;
    }

    .demo-card {
        padding: 16px 32px 0px 32px;
        height: 156px;
    }


    .demo-card-content {
        font-size: 13px;
    }


    .deme-card-img {
        height: 120px;
        width: auto;
        margin-top: 18px;
    }


    .vertical-model {
        width: 300px;
    }


    .home-abstract-bg {
        width: 100%;
        height: auto;
    }


    .hero-main {
        min-height: 560px;
    }


    .card-bottom-img {
        width: 330px;
        height: auto;
    }

    .card-text-box {
        padding: 32px 30px 22px 30px;
    }

    .hero-bg-circular {
        width: 100%;
    }

    .ai-chat-bg {
        min-height: 820px;
    }


    .footer-menu {
        font-size: 13px;
    }

    .collapse-bg {
        background:var(--black-v3-color);
    }
}

/* ========== normal phone ========== */
@media (min-width: 481px) and (max-width: 767px) {
    .space-xl {
        height: 30px;
    }

    .space-xxl {
        height: 60px;
    }

    .li-item-title {
        font-size: 18px;
    }


    .li-item-content {
        font-size: 18px;
    }


    .p-0-36 {
        padding: 0px 10px;
    }


    .security-question-item {
        font-size: 18px;
    }


    .accordion-body {
        font-size: 18px;
    }


    .contact-team-content {
        font-size: 18px;
    }


    .bubble-left {
        width: 230px;
        height: auto;
    }


    .bubble-left-pos {
        top: 20px;
    }


    .bubble-right {
        width: 230px;
        height: auto;
    }


    .answer-main {
        width: 360px;
        height: 462px;
    }


    .accessible-main {
        width: 360px;
        height: 462px;
    }


    .rent-main {
        width: 360px;
        height: 462px;
    }


    .verify-main {
        width: 360px;
        height: 462px;
    }


    .demo-card {
        padding: 16px 32px 0px 32px;
        height: 156px;
    }


    .demo-card-content {
        font-size: 13px;
    }


    .deme-card-img {
        height: 120px;
        width: auto;
        margin-top: 18px;
    }


    .vertical-model {
        width: 300px;
    }

    .card-bottom-img {
        width: 330px;
        height: auto;
    }

    .card-text-box {
        padding: 32px 30px 22px 30px;
    }

    .footer-menu {
        font-size: 14px;
    }

    .collapse-bg {
        background: var(--black-v3-color);
    }
}


/* ========== smart paid,flold phone ========== */
@media (min-width: 768px) and (max-width: 991px) {
    .space-xl {
        height: 30px;
    }

    .space-xxl {
        height: 60px;
    }


    .li-item-title {
        font-size: 18px;
    }


    .li-item-content {
        font-size: 18px;
    }


    .p-0-36 {
        padding: 0px 10px;
    }


    .security-question-item {
        font-size: 18px;
    }


    .accordion-body {
        font-size: 18px;
    }


    .contact-team-content {
        font-size: 18px;
    }


    .bubble-left {
        width: 230px;
        height: auto;
    }


    .bubble-left-pos {
        top: 20px;
    }


    .bubble-right {
        width: 230px;
        height: auto;
    }


    .answer-main {
        width: 360px;
        height: 462px;
    }


    .accessible-main {
        width: 360px;
        height: 462px;
    }


    .rent-main {
        width: 360px;
        height: 462px;
    }


    .verify-main {
        width: 360px;
        height: 462px;
    }


    .demo-card {
        padding: 16px 32px 0px 32px;
        height: 156px;
    }


    .demo-card-content {
        font-size: 13px;
    }


    .deme-card-img {
        height: 120px;
        width: auto;
        margin-top: 18px;
    }

    .vertical-model {
        width: 300px;
    }

    .card-bottom-img {
        width: 330px;
        height: auto;
    }

    .card-text-box {
        padding: 32px 30px 22px 30px;
    }


    .footer-menu {
        font-size: 14px;
    }
}


/* ========== paid ========== */
@media (min-width: 992px) and (max-width: 1199px) {
    .space-xl {
        height: 30px;
    }


    .space-xxl {
        height: 60px;
    }


    .li-item-title {
        font-size: 18px;
    }

    .li-item-content {
        font-size: 18px;
    }

    .p-0-36 {
        padding: 0px 10px;
    }

    .security-question-item {
        font-size: 18px;
    }


    .accordion-body {
        font-size: 18px;
    }


    .contact-team-content {
        font-size: 18px;
    }


    .bubble-left-pos {
        top: 20px;
    }


    .answer-main {
        width: 360px;
        height: 462px;
    }


    .accessible-main {
        width: 360px;
        height: 462px;
    }


    .rent-main {
        width: 360px;
        height: 462px;
    }


    .verify-main {
        width: 360px;
        height: 462px;
    }


    .demo-card {
        padding: 16px 32px 0px 32px;
        height: 156px;
    }


    .demo-card-content {
        font-size: 13px;
    }


    .deme-card-img {
        height: 120px;
        width: auto;
        margin-top: 18px;
    }
}


/* ========== pc ========== */
@media (min-width: 1200px) {
}
