﻿@media only screen and (min-width: 1920px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {
    html {
        font-size: 12px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    html {
        font-size: 8.533px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: 6.4px !important;
    }
}

.m-btn:not(.m-btn--round).m-size--default {
    padding: 0 !important;
}

.website-shared .m-toolbar__content {
    max-width: 97.5rem;
}

.m-toolbar__content, .m-toolbar__extension {
    padding: 0.25rem 0;
}

.nav-left {
    margin-right: 1.25rem !important;
}

.nav-menu-left {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.nav-menu-left > .m-btn__content {
    margin-left: 3.0625rem !important; /* 4.9375rem - 1.875rem(logo右侧margin) = 3.0625rem */
    font-size: 1.125rem;
    color: rgba(255,255,255, 0.7);
}
.MButtonBox {
    display: flex;
    align-items: center;
    font-family: 'Samsung Sharp Sans Medium' !important;
    color: rgba(255,255,255, .8);
}

    .MButtonBox > .menuArrow {
        width: 0.5625rem;
        height: 0.25rem;
        /*  position:relative;
                top:0.0625rem; */
        margin-left: 0.3125rem;
    }
.masa .emphasis2--text {
    opacity: 1;
}

.loginBtnBox {
    display: flex;
    align-items: center;
    color: #FFFFFF !important;
    /*    font-size: clamp(12px, 1rem, 16px);*/
    font-size: clamp(12px, 1rem, 100px);
    text-decoration: none;
    font-family: 'Red Hat Display';
}

    .loginBtnBox .goLoginIcon {
        height: 3.125rem;
        width: 3.125rem;
        margin-right: clamp(12px, 1rem, 16px);
        transition: all 0.2s ease-in-out;
    }

        .loginBtnBox .goLoginIcon:hover {
            transform: scale(1.2);
        }

        .loginBtnBox .goLoginIcon:not(:hover) {
            transform: scale(1);
        }

.m-sheet.m-footer:not(.m-sheet--outlined) {
    display: flex;
    justify-content: center;
}

.footerTitle {
    width: 66.25rem;
    font-family: 'Samsung Sharp Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3.4375rem;
    color: #000000;
    font-family: 'Samsung Sharp Sans Bold';
}

.footer-map .map-title {
    font-family: 'Samsung Sharp Sans Bold';
        font-size: 0.8125rem;
/*    font-size: clamp(12px, 0.8125rem, 100px);*/
}

.footer-map li a {
    font-family: 'Red Hat Display';
        font-size: 0.875rem;
/*    font-size: clamp(12px, 0.875rem, 100px);*/
}

.footer-map li label {
    font-family: 'Red Hat Display';
        font-size: 0.875rem;
/*    font-size: clamp(12px, 0.875rem, 100px);*/
    color: rgba(0,0,0,.4) !important;
}

.logoDescribe {
    /* width: 18.25rem; */
    height: 7.5rem;
    font-family: 'Red Hat Display';
    font-style: normal;
    font-weight: 400;
        font-size: 0.8125rem;
/*    font-size: clamp(12px, 0.8125rem, 100px);*/
        line-height: 1.25rem;
/*    line-height: clamp(15px, 1.25rem, 100px);*/
    color: rgba(0,0,0,.6);
    margin-top: 2.5rem;
}

.copyrightBox {
    display: flex;
    justify-content: space-between;
    margin: 0 0;
    padding-top: 2.0625rem;
    margin-top: 6.25rem;
    border-top: 0.0625rem solid rgba(0,0,0,.16);
    width: 100%;
}

    .copyrightBox .copyrightText {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
                font-size: 0.875rem;
/*        font-size: clamp(12px, 0.875rem, 100px);*/
                line-height: 2.125rem;
/*        line-height: clamp(25.5px, 0.875rem, 100px);*/
        color: rgba(0,0,0,.6);
    }



    .copyrightBox .contactInfo {
        display: flex;
        justify-content: space-between;
        width: 9.875rem;
    }

        .copyrightBox .contactInfo .contactIcon {
            height: 1.5625rem;
            width: 1.5625rem;
        }

.menuHeadTop {
    /* width: 100%; */
    width: 97.5rem;
    position: absolute;
    top: 0.275rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 1.5rem;
    padding: 0 0rem;
    z-index: 10;
}

    .menuHeadTop > .menuHeadTopLink {
        text-decoration: none;
        color: #fff !important;
        font-family: 'Red Hat Display';
        /*        font-size: 0.8125rem !important;*/
        font-size: clamp(12px, 0.8125rem, 100px) !important;
    }

.m-sheet.m-app-bar.m-toolbar:not(.m-sheet--outlined) {
    padding-top: 1.4375rem;
}

.m-application .pl-2 {
    padding-left: 0;
}

.footer-alert {
    background-color: #fff;
    width: 97.5rem
}