.show-default {
    display: block !important;
}

.hide-default {
    display: none !important;
}

:root {
    --keyColor: #7161EF;
    --textBlack: #222;
    --textGray: #aaa;
    --bgColor: #F8F8F8;
}

.azoo-btn {
    position: fixed;
    z-index: 99;
    right: 60px;
    bottom: 60px;
    background-color: #fff;
    border: 1px solid var(--textBlack);
    border-radius: 6px;
    padding-block: 6px;
}

.azoo-btn p {
    color: #fff;
    background-color: var(--textBlack);
    text-align: center;
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
}

.azoo-btn>div {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-inline: 10px;
}

.azoo-btn>div>img {
    width: 30px;
}

.azoo-btn>div>div {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 500;
    line-height: 1;
}

.azoo-btn>div>div>img {
    width: 40px;
}

.stop-scrolling {
    overflow: hidden !important;
}

.header {
    padding: 14px 24px;
}

.header-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    background-image: unset;
    background-repeat: unset;
    background-size: unset;
    background-position: unset;
    width: unset;
    height: unset;
    display: flex;
    align-items: center;
}

.header-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header-explore,
.header-action {
    display: none;
}

.header-explore {
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.header-dropdown {
    position: relative;
}

.header-dropdown-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    transition: 0.3s all ease;
    gap: 4px;
    ;
}

.header-dropdown-button span {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    line-height: 26px;
    letter-spacing: -0.5px;
}

.header-dropdown-button span svg {
    width: 20px;
    height: 20px;
}

.header-dropdown-button:hover {
    background-color: rgb(247, 247, 248);
}

.header-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 7px;
    width: 312px;
    padding: 8px;
    border-radius: 16px;
    box-shadow: 0px 2px 4px 0px #0000001a;
    background-color: white;
}

.header-dropdown-button:hover+.header-dropdown-content,
.header-dropdown-content:hover {
    display: block;
}

.dropdown-content-wrap {
    display: flex;
    flex-direction: column;
}

.dropdown-link-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    transition: 0.3s all ease;
}

.dropdown-link-item:hover {
    background-color: #f7f7f8;
}

.link-icon {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #f7f7f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-icon img {
    width: 100%;
    height: auto;
}

.link-info {
    line-height: 1;
}

.link-title {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #171719;
}

.link-desc {
    display: inline-block;
    font-weight: 400;
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #7b7e85;
}

.header-action {
    gap: 8px;
    align-items: center;
}

.action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 118px;
    padding: 9px 14px;
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid;
    border-radius: 24px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px 0px;
    transition: 0.3s all ease;
    letter-spacing: -0.1px;
}

.button-contact {
    min-width: 115px !important;
    color: rgb(123, 126, 133);
    border-color: rgb(230, 231, 233);
}

.button-contact:hover {
    background-color: rgb(247, 247, 248);
}

.button-store {
    min-height: 48px;
    position: relative;
    border-color: rgb(15, 15, 16);
}

.header-action .button-store {
    border: 0;
}

.button-animate-1 {
    background: radial-gradient(25% 35.5245% at var(--x, 50%) var(--y, 50%), rgb(255, 25, 110) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    inset: 0;
    border-radius: 24px;
    --x: 50%;
    --y: 50%;
    z-index: 0;
    pointer-events: none;
    filter: blur(16px);
}

.button-animate-2 {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    --x: 50%;
    --y: 50%;
    background: radial-gradient(18.578% 46.3618% at var(--x) var(--y), rgba(255, 25, 110, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    pointer-events: none;
}

.button-animate-3 {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 2;
    background-color: rgb(15, 15, 16);
    border-radius: 999px;
    color: #fff;
    background-image: url('../images/logo/azoo.svg');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-menu-button {
    display: block;
    background-color: transparent !important;
    border: none !important;
    width: 24px;
    height: 24px;
    padding: 0;
}

.header-menu-button svg {
    display: block;
}

@media screen and (min-width: 1200px) {

    .header-logo {
        width: 165px !important;
        height: 28px !important;
    }

    .header-explore,
    .header-action {
        display: flex;
    }

    .header-menu-button {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .header-logo {
        width: 142px !important;
        height: 24px !important;
    }

    .footer {
        padding: 64px 24px !important;
        row-gap: 0px !important;
    }

    .footer-top {
        flex-direction: column !important;
    }

    .footer-logo img {
        width: 142px !important;
        height: 24px !important;
    }

    .footer-infomation p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .footer-address {
        margin-top: 4px !important;
    }

    .footer-social {
        margin-top: 4px !important;
        margin-bottom: 37px !important;
    }

    .social-wrap {
        width: 34px !important;
        height: 34px !important;
    }

    .social-wrap img {
        width: 18px !important;
        height: 18px !important;
    }

    .social-wrap svg {
        width: 18px !important;
        height: 18px !important;
    }

    .footer-menu {
        gap: 16px !important;
    }

    .footer-menu-section {
        flex: 1 !important;
        align-items: start !important;
        row-gap: 6px !important;
    }

    .footer-menu-section .title {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 1px !important;
    }

    .footer-menu-section .content {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .footer-copyright {
        margin-top: 40px !important;
        gap: 2px !important;
    }
}

@media screen and (min-width: 768px) {
    .header {
        display: flex;
        align-items: center;
        height: 88px;
    }
}

@media screen and (max-width: 768px) {
    .header-logo {
        width: 106px !important;
        height: 18px !important;
    }

    .menu-logo {
        width: 106px !important;
        height: 18px !important;
    }

    .menu-title {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .menu-link {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .footer {
        padding: 40px 16px !important;
        row-gap: 0px !important;
    }

    .footer-top {
        flex-direction: column !important;
    }

    .footer-logo img {
        width: 142px !important;
        height: 24px !important;
    }

    .footer-infomation p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .footer-address {
        margin-top: 4px !important;
    }

    .footer-social {
        margin-top: 4px !important;
        margin-bottom: 30px !important;
    }

    .social-wrap {
        width: 34px !important;
        height: 34px !important;
    }

    .social-wrap img {
        width: 18px !important;
        height: 18px !important;
    }

    .social-wrap svg {
        width: 18px !important;
        height: 18px !important;
    }

    .footer-menu {
        gap: 16px !important;
    }

    .footer-menu-section {
        flex: 1 !important;
        align-items: start !important;
        row-gap: 6px !important;
    }

    .footer-menu-section .title {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-bottom: 0px !important;
    }

    .footer-menu-section .content {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .footer-copyright {
        margin-top: 24px !important;
        gap: 2px !important;
    }
}

@media screen and (max-width: 575px) {
    .footer {
        padding: 40px 16px !important;
        row-gap: 0px !important;
    }

    .footer-top {
        flex-direction: column !important;
    }

    .footer-logo img {
        width: 142px !important;
        height: 24px !important;
    }

    .footer-infomation p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .footer-contact .br-mobile {
        display: block !important;
    }

    .footer-address {
        margin-top: 4px !important;
    }

    .footer-social {
        margin-top: 4px !important;
        margin-bottom: 30px !important;
    }

    .social-wrap {
        width: 34px !important;
        height: 34px !important;
    }

    .social-wrap img {
        width: 18px !important;
        height: 18px !important;
    }

    .social-wrap svg {
        width: 18px !important;
        height: 18px !important;
    }

    .footer-menu {
        gap: 17px !important;
        flex-direction: column !important;
    }

    .footer-menu-section {
        flex: 1 !important;
        align-items: start !important;
        row-gap: 8px !important;
    }

    .footer-menu-section .title {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 0px !important;
    }

    .footer-menu-section .content {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .footer-copyright {
        margin-top: 27px !important;
        padding-top: 15px !important;
        gap: 2px !important;
    }

    .footer-copyright p {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .footer-copyright .footer-privacy {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

.fullscreen-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    background: white;
    z-index: 1000;
    transition: top 0.3s ease;
}

.fullscreen-menu.show {
    top: 0;
}

.menu-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.fullscreen-menu .close-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent !important;
    border: none !important;
    width: 24px;
    height: 24px;
    padding: 0;
}

.fullscreen-menu .close-button svg {
    display: block;
}

.menu-logo {
    align-self: flex-start;
    width: 142px;
    height: 24px;
    display: flex;
    align-items: center;
}

.menu-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.menu-link-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    gap: 10px;
}

.menu-link-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 8px;
}

.menu-title {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgb(123, 126, 133);
    font-size: 16px;
}

.menu-link {
    padding: 4px 8px;
    border-radius: 8px;
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 26px;
    color: rgb(23, 23, 25);
    transition: 0.3s all ease;
}

.menu-link:hover {
    background-color: rgb(247, 247, 248);
}

.menu-action {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menu-action .action-button {
    width: 100%;
    height: 40px;
}

.menu-action .button-store {
    background: rgb(15, 15, 15);
    height: 40px;
    min-height: 40px;
}

/* Layout end */

.glossary-main * {
    font-family: 'DM Sans', sans-serif;
    scroll-behavior: smooth;
}

@media screen and (max-width: 640px) {
    .glossary-main {
        margin-top: 0;
    }
}

.keylink {
    position: sticky;
    top: 0px;
    display: flex;
    justify-content: center;
    overflow-y: scroll;
    vertical-align: top;
    padding: 8px 40px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    z-index: 98;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.keylink .key {
    display: grid;
    grid-template-columns: repeat(26, auto);
    grid-auto-flow: row;
    margin: 0 auto;
}

.keylink .key li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.keylink .key .link-alphabet {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 40px;
    height: 40px;
    text-decoration: none;
    color: #666666;
}

.keylink .key .link-alphabet:hover {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.keylink .key .disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.keylink .key .label {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
    color: #666666;
}

@media screen and (max-width: 1024px) {
    .keylink {
        padding: 8px 16px;
    }

    .keylink .key {
        grid-template-columns: repeat(14, auto);
    }
}

.glossary-index {
    margin-bottom: 80px;
}

.glossary-index__list {
    display: grid;
    grid-template-columns: minmax(auto, 280px) 1fr;
    grid-template-rows: auto;
    padding: 48px 16px;
    border-bottom: 1px solid #ddd;
}

.glossary-index__list:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1280px) {
    .glossary-index__list {
        grid-template-columns: minmax(auto, 240px) 1fr;
    }
}

@media screen and (max-width: 1024px) {
    .glossary-index__list {
        grid-template-columns: minmax(auto, 120px) 1fr;
    }
}

@media screen and (max-width: 640px) {
    .glossary-index__list {
        padding: 24px 0;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

.glossary-index__aside .alphabet {
    padding-top: 24px;
    font-size: 64px;
    line-height: 80px;
    color: #666;
}

@media screen and (max-width: 640px) {
    .glossary-index__aside .alphabet {
        padding: 16px;
        font-size: 48px;
        line-height: 56px;
    }
}

.glossary-index__item {
    display: block;
    margin-bottom: 16px;
    padding: 24px 24px 28px 24px;
    border-radius: 16px;
}

.glossary-index__item:hover {
    background-color: #f5f5f5;
}

.glossary-index__item .word {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.4px;
    color: #222;
}

.glossary-index__item .definition {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    margin-top: 8px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
}

@media screen and (max-width: 640px) {
    .glossary-index__item {
        padding: 16px;
        border-radius: 0;
    }

    .glossary-index__item .word {
        font-size: 28px;
        line-height: 34px;
    }

    .glossary-index__item .definition {
        font-size: 16px;
        line-height: 26px;
        -webkit-line-clamp: 3;
    }
}

.glossary-contents {
    padding-top: 16px;
    padding-right: 80px;
    padding-left: 16px;
    width: 100%;
}

.glossary-contents__header {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.4px;
    color: #222;
}

@media screen and (max-width: 768px) {
    .glossary-contents__header {
        font-size: 32px;
        line-height: 40px;
    }

    .glossary-contents .description {
        font-size: 18px;
        line-height: 28px;
    }

    .keylink {
        padding: 8px 0;
    }

    .keylink .key {
        grid-template-columns: repeat(9, auto);
    }

    .show-768 {
        display: block !important;
    }

    .hide-768 {
        display: none !important;
    }
}

.glossary-contents .description {
    margin-top: 12px;
    font-size: 20px;
    line-height: 32px;
    color: #222;
    word-break: keep-all;
}

@media screen and (max-width: 1280px) {
    .glossary-contents {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .glossary-contents {
        padding-right: 16px;
    }
}

@media screen and (max-width: 640px) {
    .glossary-contents {
        padding: 0 16px;
    }
}

.glossary-sidebar {
    padding: 16px;
}

.glossary-sidebar__contents {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

.glossary-sidebar__header {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #222;
}

@media screen and (max-width: 1024px) {
    .glossary-sidebar__header {
        font-size: 16px;
        line-height: 18px;
    }
}

.glossary-sidebar__card {
    margin-bottom: 16px;
    padding: 24px;
    width: 320px;
    border: 1px solid #ddd;
    border-radius: 24px;
}

.glossary-sidebar__card:hover {
    background-color: #f5f5f5;
}

@media screen and (max-width: 1280px) {
    .glossary-sidebar__card {
        width: 280px;
    }
}

@media screen and (max-width: 1024px) {
    .glossary-sidebar__card {
        width: 100%;
    }
}

.glossary-sidebar__card_title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.glossary-sidebar__card_desc {
    margin-top: 4px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
    color: #666;
}

@media screen and (max-width: 1024px) {
    .glossary-sidebar__card_desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .glossary-sidebar {
        padding: 64px 16px 16px 16px;
    }
}

@media screen and (max-width: 640px) {
    .glossary-sidebar {
        padding: 64px 16px 16px;
    }
}

.contents-wrapper {
    margin: 120px 0;
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 640px) {
    .contents-wrapper {
        margin: 80px 0 24px;
    }
}

.glossary-cta {
    margin: 80px 16px 56px;
    padding: 64px 40px;
    background-position: center center;
    background-size: cover;
    background-image: url('../image/sub/img-contents_cta.jpg');
    border-radius: 40px;
}

.glossary-cta .message {
    max-width: 640px;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .glossary-cta {
        border-radius: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .glossary-cta .message {
        font-size: 24px;
        line-height: 32px;
    }
}

.glossary-cta .btn-cta {
    margin-top: 16px;
    padding: 14px 24px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    background-color: #fff;
    border-radius: 20px;
    color: #222;
}

.glossary-cta .btn-cta:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .glossary-cta .btn-cta {
        padding: 12px 16px;
        font-size: 16px;
        line-height: 20px;
        border-radius: 16px;
    }
}

@media screen and (max-width: 640px) {
    .glossary-cta .title {
        font-size: 48px;
        line-height: 56px;
    }

    .glossary-cta .description {
        font-size: 18px;
        line-height: 28px;
    }
}

.footer_background {
    background-color: rgb(247, 247, 248);
}

.footer {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    padding: 80px 40px;
    background-color: rgb(247, 247, 248);
    max-width: 1520px;
}

.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 0px;
}

.footer-infomation {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 12px;
}

.footer-infomation p {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #222222;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}

.footer-contact .br-mobile {
    display: none;
}

.footer-address {
    margin-top: 12px;
}

.footer-social {
    display: flex;
    column-gap: 8px;
    margin-top: 12px;
    /* 0.5rem = 8px */
}

.social-wrap {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgb(162, 164, 170);
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-wrap img {
    width: 20px;
    height: 20px;
    margin: 0px !important;
}

.social-wrap svg {
    width: 20px;
    height: 20px;
    margin: 0px !important;
}

.footer-menu {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
}

.footer-menu-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: end;
}

.footer-menu-section .title {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #171719;
    margin-top: 3px;
    margin-bottom: 2px;
}

.footer-menu-section .content {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #7b7e85;
}

.footer-menu-section .content:hover {
    color: #171719;
}

.footer-copyright {
    margin-top: 40px;
    padding-top: 16px;
    padding-bottom: 0px;
    border-top: 1px solid rgb(230, 231, 233);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-copyright p {
    font-family: 'DM Sans', 'DM Sans Placeholder', sans-serif;
    color: #7B7E85;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 400;
}

.footer-copyright .footer-breadcrumb {
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-items: center;
    align-items: center;
}

.footer-copyright .footer-breadcrumb img {
    width: 16px;
    height: 16px;
}

.footer-copyright .footer-privacy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cookieLayer {
    background-color: var(--keyColor);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 4%;
    gap: 30px;
    z-index: 9999;
}

.cookieLayer p {
    color: #fff;
    font-size: 18px;
}

.cookieLayer button {
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 0 37px;
    line-height: 50px;
    text-align: center;
}

@media all and (max-width: 1320px) {
    .show-1200 {
        display: block !important;
    }

    .hide-1200 {
        display: none !important;
    }

    .header .inner-L {
        height: 80px;
    }
}

@media all and (max-width: 1024px) {
    .show-1024 {
        display: block !important;
    }

    .hide-1024 {
        display: none !important;
    }

    .footer-flex:nth-of-type(2) {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-copyright {
        margin-top: 30px;
        justify-content: flex-start;
        width: 100%;
    }

    .footer-copyright .goTop {
        position: absolute;
        right: 0;
    }
}

@media all and (max-width: 640px) {
    .show-640 {
        display: block !important;
    }

    .hide-640 {
        display: none !important;
    }

    .header .inner-L {
        height: 60px;
    }

    .header-menu {
        width: 25px;
        height: 25px;
    }

    .header-menu.active {
        width: 20px;
        height: 20px;
    }
}