@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root {
    --color-blue: #003070;
    --color-blue-dark: #0F2158;
    --color-blue-light: #03609B;
    --color-green: #60B679;
    --color-sky: #BAE5F2;
    --color-gold: #F4D2AF;
    --color-golden: #BDA164;
    --color-brown: #884D05;
    --color-red: #C76C72;
    --color-beige: #FFFAF3;
    --color-grey: #4A4444;
    --color-black: #535353;
    --box-shadow-size: min(30px, 6vw);
}


::selection {
    color: var(--color-blue);
    background: var(--color-sky);
}
*::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
*::-webkit-scrollbar-track {
    background: var(--color-blue-light);
}
*::-webkit-scrollbar-thumb {
    background-color: var(--color-blue);
    border: 0
}

html {
    scroll-padding-top: 80px;
}
body {
    font-family: 'Noto Sans TC', sans-serif;
    background-color: var(--color-beige);
}
button {
    box-shadow: none !important;
}
a, a:hover {
    text-decoration: none;
    outline: none;
}
sup {
    position: relative;
    font-size: 50%;
    line-height: 1;
    vertical-align: super;
    top: 0;
}
sub {
    position: relative;
    font-size: 50%;
    line-height: 1;
    vertical-align: baseline;
    bottom: 0;
}
.text-white {
    color: white;
}
.text-grey {
    color: var(--color-grey);
}
.text-brown {
    color: var(--color-brown);
}
.text-blue {
    color: var(--color-blue-dark);
}
.text-golden {
    color: var(--color-golden);
}
.bg-beige {
    background-color: var(--color-beige);
}
.bg-gold {
    background-color: var(--color-gold);
}
.spacer {
    width: 100%;
    height: 50vmin;
}
.spacer.small {
    width: 100%;
    height: min(5vmin, 50px);
}
.nowrap {
    white-space: nowrap;
}
.small {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0;
}


/*******************************
  Menu
*******************************/
header {
    /* position: fixed; */
    z-index: 59;
    width: 100%;
}
/* Normal */
#main-nav {
    padding: 0;
}
#main-nav > .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: #002074;
    /* border-radius: 0 0 min(2vw, 20px) min(2vw, 20px); */
    padding: 15px 13% 15px 9%;
    transition: 0.3s ease all;
}
#main-nav > .wrapper .logos {
    display: flex;
    gap: 30px;
    max-width: 80%;
    align-items: center;
}
#main-nav > .wrapper .logos .logo1 {
    position: relative;    
}
#main-nav > .wrapper .logos .logo1 img {
    width: 211px;
}
#main-nav > .wrapper .logos .logo2 img {
    width: 110px;
}
#main-nav li.nav-item {
    align-items: center;
    border-right: 1px solid white;
    padding: 0 10px;
}
#main-nav li.nav-item:last-child {
    border-right: 0;
}
#main-nav li.nav-item a {
    color: white;
    font-weight: 400;
    padding: 0 10px;
    letter-spacing: 0.1rem;
}
#main-nav .navbar-toggler {
    border: none;
}
#main-nav .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M24 6h-24v-4h24v4zm0 4h-24v4h24v-4zm0 8h-24v4h24v-4z'/%3E%3C/svg%3E");
}
#main-nav .offcanvas {
    width: 430px;
    background-color: var(--color-blue);
}
/* Sticky */
#main-nav > .wrapper.sticky {
    padding: 15px 13% 15px 9%;
}
/* #main-nav > .wrapper.sticky .logos {
    gap: 40px;
}
#main-nav > .wrapper.sticky .logos .logo1 {
    display: block;
}
#main-nav > .wrapper.sticky .logos .logo1:after {
    display: none;
}
#main-nav > .wrapper.sticky .logos .logo1 img {
    display: inline;
    max-width: 230px;
    width: 100%;
}
#main-nav > .wrapper.sticky .logos .logo2 img {
    max-width: 160px;
    width: 100%;
} */
/* Bootstrap dropdown nav */
#main-nav .dropdown-menu {
    border: none;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    background-color: white;
    min-width: 100% !important;
}
#main-nav li.nav-item .dropdown-menu a {
    color: #001A72;
    background-color: transparent;
    padding: 5px 20px !important;
    text-align: center;
    font-weight: 500;
}
#main-nav .dropdown-menu[data-bs-popper] {
    margin-left: 0;
}
#main-nav .dropdown-menu.dropend.show {
    animation: 0.5s fadeIn ease both;
}
#main-nav .dropdown-submenu {
    position: relative;
}
#main-nav .dropdown-submenu a {
    padding: 4px 16px;
}
#main-nav .dropdown-toggle {
    padding-right: 30px;
    cursor: pointer;
    transition: opacity 300ms ease-in-out;
}
#main-nav .nav-item .nav-link{
    transition: opacity 300ms ease-in-out;
}
#main-nav .nav-item .nav-link:hover{
    opacity: 0.7;
}
#main-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: relative;
    border: none;
    right: 0;
    line-height: 0;
    transform: translateY(3px);
    transition: content 300ms ease-in-out, transform 300ms ease-in-out;
}
#main-nav .dropdown-toggle.show:after {
    transform: translateY(3px) rotate(-180deg);
}
#main-nav .dropdown-toggle:hover{
    opacity: 0.7;
}
#main-nav li.nav-item .dropdown-menu a{
    transition: opacity 300ms ease-in-out;
}
#main-nav li.nav-item .dropdown-menu a:hover{
    opacity: 0.7;
}
#main-nav .dropdown-toggle:hover:after {
    transform: translateY(3px) rotate(-180deg);
}

@media (hover: hover) {
    #main-nav .dropdown:hover>.dropdown-menu {
        display: block;
    }
    #main-nav .dropdown:hover > .dropdown-toggle:after {
        transform: translateY(3px) rotate(-180deg);
    }
    #main-nav li.dropdown-submenu:hover>.dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
    }
    #main-nav .dropdown>.dropdown-toggle:active {
        pointer-events: none;
    }
    #main-nav .dropdown-submenu .dropdown-toggle:after {
        content: "\f105";
        font-family: "FontAwesome";
    }
}
@media (hover: none) {
    #main-nav .dropdown-menu {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #main-nav .dropdown-menu .dropdown-menu {
        padding: 0;
        box-shadow: none;
    }
}



/*******************************
  Fixing
*******************************/
/* Custom swiper icon */
.swiper-button-prev:after {
    content: "\f104";
    font-family: "FontAwesome";
}
.swiper-button-next:after {
    content: "\f105";
    font-family: "FontAwesome";
}
.my-10 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}
.my-15 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}
.mt-10 {
    margin-top: 6rem !important;
}
.mb-10 {
    margin-bottom: 6rem !important;
}
.mt-15 {
    margin-top: 9rem !important;
}
.mb-15 {
    margin-bottom: 9rem !important;
}
.mt-20 {
    margin-top: 12rem !important;
}
.mb-20 {
    margin-bottom: 12rem !important;
}

/*******************************
  Main
*******************************/
main {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.075rem;
    overflow-x: hidden;
}
main p {
    margin: 1rem 0;
}
main img {
    max-width: 100%;
}
main section {
    font-size: 1.6rem;
    color: var(--color-blue-light);
    text-align: center;
    /* overflow: hidden; */
}
main h2 {
    font-size: 3rem;
    font-weight: 700;
}
main h2.headline {
    font-size: 3.5rem;
    font-weight: 500;
    /* background-color: var(--color-blue-light); */
    color: white;
    text-align: center;
    display: inline;
    left: 50%;
    padding: 10px 3% 12px;
    margin: 0;
    position: absolute;
    transform: translate(-50%, -50%);
}
main h2.headline.right:after {
    content: "";
    position: absolute;
    top: 0;
    left: 99.5%;
    width: 100vw;
    height: 100%;
    background-color: var(--color-blue-light);
}
main h2.headline.left:before {
    /* content: ""; */
    position: absolute;
    top: 0;
    right: 99.5%;
    width: 100vw;
    height: 100%;
    background-color: var(--color-blue-light);
}
main h3 {
    font-size: 2.5rem;
    font-weight: 700;
}
main h4 {
    font-size: 2rem;
    font-weight: 700;
}
main .btn {
    color: white;
    /* background-color: var(--color-blue-dark); */
    background: linear-gradient(150deg, rgba(15,33,88,0) 50%, rgba(15,33,88,1) 50%, rgba(15,33,88,1) 100%);
    background-size: 250% 100%;
    background-position: 100% 0%;
    border-radius: 0;
    border: 1px solid var(--color-blue-dark);
    min-width: min(200px, 100%);
    width: auto;
    max-width: 100%;
    padding: 6px 30px 9px 10px;
    transition: 0.4s ease all;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    position: relative;
}
main .btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* transition: 0.4s ease all; */
    right: 15%;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.113' height='15.455' viewBox='0 0 32.113 15.455'%3E%3Cg id='Group_1101' data-name='Group 1101' transform='translate(-537.957 -6465.345)'%3E%3Cline id='Line_31' data-name='Line 31' x2='31.584' transform='translate(537.957 6473.072)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.75'/%3E%3Cpath id='Path_1825' data-name='Path 1825' d='M195.559,13.319l7.462,7.462-7.462,7.462' transform='translate(366.519 6452.292)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='0.75'/%3E%3C/g%3E%3C/svg%3E");
}
main .btn:hover {
    color: var(--color-blue-dark);
    border: 1px solid var(--color-blue-dark);
    /* background-color: transparent; */
    background-position: 0% 0%;
}
main .btn:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.113' height='15.455' viewBox='0 0 32.113 15.455'%3E%3Cg id='Group_1101' data-name='Group 1101' transform='translate(-537.957 -6465.345)'%3E%3Cline id='Line_31' data-name='Line 31' x2='31.584' transform='translate(537.957 6473.072)' fill='none' stroke='%230F2158' stroke-miterlimit='10' stroke-width='0.75'/%3E%3Cpath id='Path_1825' data-name='Path 1825' d='M195.559,13.319l7.462,7.462-7.462,7.462' transform='translate(366.519 6452.292)' fill='none' stroke='%230F2158' stroke-miterlimit='10' stroke-width='0.75'/%3E%3C/g%3E%3C/svg%3E");
}
/* main .btn:hover {
    color: white;
    background-color: var(--color-blue-dark);
    padding-right: 10px;
}
main .btn:hover:after {
    right: 0%;
    opacity: 0;
} */
main .text-shadow {
    filter: drop-shadow(1px 1px 1px black);
}
main .box-shadow-green-top-right {
    box-shadow: calc(var(--box-shadow-size)) calc(-1 * var(--box-shadow-size)) 0 0 var(--color-green);
}
main .box-shadow-green-top-left {
    box-shadow: calc(-1 * var(--box-shadow-size)) calc(-1 * var(--box-shadow-size)) 0 0 var(--color-green);
}
main .box-shadow-green-bottom-right {
    box-shadow: calc(var(--box-shadow-size)) calc(var(--box-shadow-size)) 0 0 var(--color-green);
}
main .box-shadow-green-bottom-left {
    box-shadow: calc(-1 * var(--box-shadow-size)) calc(var(--box-shadow-size)) 0 0 var(--color-green);
}
main .box-shadow-red-top-right {
    box-shadow: calc(var(--box-shadow-size)) calc(-1 * var(--box-shadow-size)) 0 0 var(--color-red);
}
main .box-shadow-red-top-left {
    box-shadow: calc(-1 * var(--box-shadow-size)) calc(-1 * var(--box-shadow-size)) 0 0 var(--color-red);
}
main .box-shadow-red-bottom-right {
    box-shadow: calc(var(--box-shadow-size)) calc(var(--box-shadow-size)) 0 0 var(--color-red);
}
main .box-shadow-red-bottom-left {
    box-shadow: calc(-1 * var(--box-shadow-size)) calc(var(--box-shadow-size)) 0 0 var(--color-red);
}
main .box-shadow-gold-top-right {
    box-shadow: calc(var(--box-shadow-size)) calc(-1 * var(--box-shadow-size)) 0 0 var(--color-gold);
}
main .box-shadow-gold-top-left {
    box-shadow: calc(-1 * var(--box-shadow-size)) calc(-1 * var(--box-shadow-size)) 0 0 var(--color-gold);
}
main .box-shadow-gold-bottom-right {
    box-shadow: calc(var(--box-shadow-size)) calc(var(--box-shadow-size)) 0 0 var(--color-gold);
}
main .box-shadow-gold-bottom-left {
    box-shadow: calc(-1 * var(--box-shadow-size)) calc(var(--box-shadow-size)) 0 0 var(--color-gold);
}

main section .content-box {
    width: 1000px;
    /* max-width: calc(100% - 50px); */
    max-width: 100%;
    /* padding: 90px 30px 30px; */
    margin: 0 auto;
}
main section .content-box[class~="-right"] {
    max-width: calc(100% - 30px);
}
main section.remarks {
    color: var(--color-black);
}
main section.remarks .col-12 {
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
}
main section.remarks span.signs {
    display: inline-block;
    min-width: 16px;
    margin-right: 6px;
    text-align: center;
}
main #products-formula section.remarks span.signs{
    text-align: unset;
}
main section.remarks .remark-list {
    position: relative;
    padding-top: 2%;
    border-top: 2px solid #fff;
}
main section.remarks .remark-list::before{
    content: '';
    position: absolute;
    top: -3px;
    left: 4px;
    right: -4px;
    height: 2px;
    background: transparent;
    box-shadow: 7px 7px 5px 0px rgba(0, 137, 234, 0.85);
}
main section.remarks .remark-list > div {
    display: flex;
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #fff;
}
/* Popup message */
main #popupMsg .modal-content {
    color: white;
    border-radius: 0;
    padding: 0;
}
main #popupMsg .modal-content .modal-body {
    color: var(--color-blue);
    background: var(--color-beige);
    padding: 15px 60px 15px 30px;
    box-shadow: 15px 15px 0 0 var(--color-blue-light);
}
main #popupMsg .modal-content .btn-close {
    position: absolute;
    right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23003070'%0AviewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
    opacity: 1;
}
main #popupMsg .modal-content .title {
    /* font-size: 1.5rem; */
    margin: 15px 0;
}

/*************** Home ***************/
main #home .banner{
    position: relative;
}
main #home .banner .banner-title{
    position: absolute;
    top: 14.67%;
    left: 9.74%;
    width: 49.06%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #home .banner .banner-title .banner-title-button{
    margin-top: 3%;
    width: 47.78%;
}
main #home .banner .banner-bottle{
    position: absolute;
    top: 38.65%;
    left: 27.97%;
    width: 12.86%;
}
main #home .banner .banner-title .shine,
main #home .banner .banner-bottle .shine{
    position: relative;
    overflow: hidden;
    display: inline-block;
    isolation: isolate;
    line-height: 0;
}
main #home .banner .banner-title .banner-title-text-mb{
    display: none;
}
main #home .banner .banner-title .banner-title-text img,
main #home .banner .banner-bottle .shine img{
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    vertical-align: top;
}
main #home .banner .banner-title .banner-title-button.shine,
main #home .banner .banner-title .banner-title-text.shine{
    /* 添加遮罩到容器本身，而不是 ::after */
    -webkit-mask-image: var(--text-mask);
    mask-image: var(--text-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
main #home .banner .banner-title .banner-title-button.shine::after,
main #home .banner .banner-title .banner-title-text.shine::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 75%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    transform: skew(-35deg);
    animation: shine-title 3s ease-in-out infinite;
    /* 使用 overlay 配合 isolation 只在图片实际像素上显示 */
    mix-blend-mode: overlay;
    opacity: 0.8;
    z-index: 2;
}
main #home .banner .banner-title .banner-title-button.shine::after{
    animation-delay: 0.1s;
}
main #home .banner .banner-bottle .shine{
    /* 添加遮罩到容器本身 */
    -webkit-mask-image: var(--bottle-mask);
    mask-image: var(--bottle-mask);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
main #home .banner .banner-bottle .shine::after{
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 25%,
        rgba(255,255,255,0.8) 50%,
        rgba(255,255,255,0) 75%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    transform: skew(-35deg);
    animation: shine-bottle 3s ease-in-out infinite;
    mix-blend-mode: overlay;
    opacity: 0.8;
    z-index: 2;
}
/* 创建两个不同的动画关键帧 */
@keyframes shine-title {
    0% {
        left: -120%;
        opacity: 0;
    }
    16.7% { /* 0.5秒时开始显示 (0.5/3 = 16.7%) */
        opacity: 1;
    }
    50% { /* 1.5秒时结束显示 (1.5/3 = 50%) */
        opacity: 1;
    }
    66.7% { /* 2秒时完全透明 (2/3 = 66.7%) */
        left: 120%;
        opacity: 0;
    }
    100% { /* 保持透明直到下一轮 */
        left: -120%;
        opacity: 0;
    }
}

@keyframes shine-bottle {
    0% { /* 前1.5秒保持透明 */
        left: -120%;
        opacity: 0;
    }
    50% { /* 1.5秒时保持透明 (1.5/3 = 50%) */
        left: -120%;
        opacity: 0;
    }
    66.7% { /* 2秒时开始显示 (2/3 = 66.7%) */
        opacity: 1;
    }
    83.3% { /* 2.5秒时结束显示 (2.5/3 = 83.3%) */
        opacity: 1;
    }
    100% { /* 3秒时完全透明 */
        left: 120%;
        opacity: 0;
    }
}
main #home .banner picture{
    display: block;
    width: 100%;
}
main #home .banner img{
    width: 100%;
    height: auto;
}
main #home .main-content{
    background: url(../images/home/main-content-bg.jpg) no-repeat center center;
    background-size: cover;
}
main #home .section-01 {
    position: relative;
    /* background-color: var(--color-sky); */
    background-position: top 30px right 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 80px 8.87% 0px 8.87%;
}
main #home .section-01 .brainbefore-text{
    font-size: clamp(16px, 1.45vw, 28px);
}
main #home .section-01 .container{
    position: relative;
    max-width: 1029px;
    padding: 0;
    margin-bottom: 82px;
}
main #home .section-01 .video-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background-size: 300% 300%;
    position: absolute;
    width: 94.55%;
    height: auto;
    top: 5.5%;
    left: 2.3%;
}
main #home .section-01 .video-container .plyr{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
main #home .section-01 .video-container .plyr > button {
    --plyr-control-icon-size: 50px;
    --plyr-control-spacing: 15px;
    background: white;
}
main #home .section-01 .video-container .plyr > button svg {
    fill: #666666;
}

/* 播放按钮弹跳动画 */
main #home .section-01 .video-container .plyr__control.plyr__control--overlaid {
    animation: playButtonBounce 2s ease-in-out infinite;
    transition: transform 0.2s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(1);
}

main #home .section-01 .video-container .plyr__control.plyr__control--overlaid:hover {
    animation-play-state: paused;
    transform: translate(-50%, -50%) scale(1.1);
}
main #home .section-01 .video-container .plyr > button{
    background: rgba(43, 88, 168, 0.6);
}
main #home .section-01 .video-container .plyr > button svg {
    fill: #fff;
}
main #home .section-01 .brainbefore-text sup img{
    width: 1.3%;
    height: 1.3%;
}
main #home .section-02-03 {
    position: relative;
    background-position: top 50% right 0;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 8.87%;
}
main #home .section-02{
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
}
main #home .section-02 .ball-yellow{
    position: absolute;
    top: 14.6%;
    left: 9%;
    width: 14.2%;
    animation: ballFloatYellow 3s infinite reverse linear;
    transform-origin: center center;
}
main #home .section-02 .ball-green{
    position: absolute;
    top: 38%;
    left: 20.8%;
    width: 10%;
    animation: ballFloat 3s infinite linear;
    transform-origin: center center;
}
main #home .section-02 .title-bg-top{
    position: absolute;
    top: -2.5%;
    left: 21.8%;
    width: 64%;
}
main #home .section-02 .title-bg-bottom{
    position: absolute;
    width: 58%;
    top: 1.2%;
    left: 14%;
}
main #home .section-02 .nutritional-title{
    top: 2.6%;
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
    font-size: clamp(30px, 2.86vw, 55px);
}
main #home .section-02 .nutritional-title > div{
    position: relative;
}
main #home .section-02 .nutritional-title .nutritional-title-icon{
    position: absolute;
    top: 6%;
    right: -7%;
    width: 6.45%;
    display: flex;
    align-items: center;
}
main #home .section-02 .nutritional-title .nutritional-title-icon img{
    width: 50%;
}
main #home .section-02 .nutritional-title .nutritional-title-icon span{
    font-size: 13px;
    margin-left: 16%;
}
main #home .section-02 .title {
    font-size: 5rem;
    font-weight: 500;
    line-height: 1;
}
main #home .section-02 .nutrition-text{
    position: absolute;
    font-size: 0.98vw;
    width: 6%;
    top: 32%;
    left: 72.6%;
}
main #home .section-02 .nutrition-left{
    position: absolute;
    width: 22.7%;
    bottom: 3.7%;
    left: 2.9%;
}
main #home .section-02 .nutrition-center{
    position: absolute;
    width: 40%;
    bottom: 8%;
    left: 32.8%;
}
main #home .section-02 .nutrition-right{
    position: absolute;
    width: 22%;
    top: 16.6%;
    left: 75.8%;
}
main #home .section-02 .nutrition-right img{
    vertical-align: bottom;
}
main #home .section-02 p {
    margin: 0;
}
main #home .section-02 p.subhead {
    font-weight: 600;
}
main #home .section-02 .image {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}
main #home .section-02 .image .caption {
    font-size: min(2.5rem, 5vw);
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 15%;
}
main #home .section-02 .immunity {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}
main #home .section-02 .immunity .caption {
    font-size: min(2.5rem, 5vw);
    font-weight: 700;
    display: inline-flex;
    border-top: 1px solid var(--color-brown);
    border-bottom: 1px solid var(--color-brown);
    padding: 0 30px;
    margin-bottom: 10px;
}
main #home .section-03{
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
}
main #home .section-03 .title-bg-top{
    position: absolute;
    top: -2%;
    left: 21.8%;
    width: 64%;
}
main #home .section-03 .title-bg-bottom{
    position: absolute;
    width: 58%;
    top: 0.8%;
    left: 14%;
}
main #home .section-03 .brain-dev-title{
    top: 1.3%;
    font-size: clamp(30px, 2.86vw, 55px);
    text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}
main #home .section-03 .brain-little-title .title-bg{
    position: absolute;
    width: 27.7%;
    top: 9.4%;
    left: 25.4%;
}
main #home .section-03 .brain-little-title .title-section1{
    position: absolute;
    top: 10.3%;
    left: 26.9%;
    color: #81502C;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(18px, 2.03vw, 39px);
    line-height: clamp(18px, 2.03vw, 39px);
    letter-spacing: 0%;
}
main #home .section-03 .brain-little-title .title-section2{
    position: absolute;
    top: 10.3%;
    left: 34.3%;
    color: #fff;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(18px, 2.08vw, 40px);
    line-height: clamp(18px, 2.08vw, 40px);
    letter-spacing: 0;
}
main #home .section-03 .brain-little-title .title-section3{
    position: absolute;
    top: 10%;
    left: 54%;
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(23px, 2.34vw, 45px);
    line-height: clamp(23px, 2.34vw, 45px);
    letter-spacing: 4.5px;
}
main #home .section-03 .brain-ability-container{
    position: absolute;
    max-width: 77%;
    width: 100%;
    height: 73.7%;
    top: 20.6%;
    left: 11.6%;
}
main #home .section-03 .brain-ability-container .brain-ability-item{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
    height: 31%;
    margin-bottom: 2.94%;
}
/* 柱状图动画 */
/* 脑能力容器样式 */
main #home .section-03 .brain-ability-container .brain-ability-container {
    position: relative;
    text-align: center;
}
main #home .section-03 .brain-ability-container .brain-photo{
    width: 44.2%;
}
main #home .section-03 svg {
    width:688px;
    max-width: 100%;
}
/* 图表动画样式 */
main #home .section-03 .brain-ability-container .brain-chart-container {
    position: relative;
    display: inline-block;
    width: 37.7%;
    height: 92.5%;
    max-width: 100%;
}
main #home .section-03 .brain-ability-container .chart-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
main #home .section-03 .brain-ability-container .chart-background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
main #home .section-03 .brain-ability-container .chart-blue-bar {
    position: absolute;
    bottom: 20%;
    left: 38%;
    width: 16.5%;
    height: 53.5%;
    z-index: 2;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main #home .section-03 .brain-ability-container .chart-blue-bar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
main #home .section-03 .brain-ability-container .item1 .chart-gold-bar{
    top: 45.56%;
}
main #home .section-03 .brain-ability-container .item2 .chart-gold-bar{
    top: 44.97%;
}
main #home .section-03 .brain-ability-container .item3 .chart-gold-bar{
    top: 44.97%;
}
main #home .section-03 .brain-ability-container .chart-gold-bar {
    position: absolute;
    top: 45.56%; 
    left: 40%;
    width: 9.62%;
    height: 37.5%;
    z-index: 2;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main #home .section-03 .brain-ability-container .chart-gold-bar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
/* 动画触发状态 */
main #home .section-03 .brain-ability-container .brain-chart-container.animate .chart-blue-bar {
    transform: scaleY(1);
}
main #home .section-03 .brain-ability-container .brain-chart-container.animate .chart-gold-bar {
    transform: scaleY(1);
}
main #home .section-03 .brain-ability-container .brain-chart-container.animate .chart-light-blue-bar {
    transform: scaleY(1);
}
/* 添加一些视觉效果 */
main #home .section-03 .brain-ability-container .chart-blue-bar,
main #home .section-03 .brain-ability-container .chart-gold-bar,
main #home .section-03 .brain-ability-container .chart-light-blue-bar {
    will-change: transform;
    backface-visibility: hidden;
}
main #home .section-03 .brain-ability-container .chart-light-blue-bar{
    position: absolute;
    z-index: 2;
    width: 9.62%;
    left: 20.19%;
    bottom: 17.5%;
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
main #home .section-03 .brain-ability-container .chart-light-blue-bar img{
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
main #home .section-03 .brain-ability-container .item1 .chart-light-blue-bar{
    bottom: 16.7%;
    height: 20.63%;
}
main #home .section-03 .brain-ability-container .item2 .chart-light-blue-bar{
    height: 24.85%;
}
main #home .section-03 .brain-ability-container .item3 .chart-light-blue-bar{
    height: 25.92%;
}
main #home .section-03 .brain-ability-container .brain-ability-ball-large{
    position: absolute;
    width: 47.6%;
    height: 82.7%;
    top: -8%;
    left: 82.4%;
    z-index: 3;
}
main #home .section-03 .brain-ability-container .brain-ability-ball-small{
    position: absolute;
    width: 13.1%;
    height: 23.2%;
    top: -8%;
    left: 116%;
    z-index: 4;
    overflow: hidden;
    border-radius: 50%;
}
main #home .section-03 .brain-ability-container .brain-ability-ball-small img{
    vertical-align: top;
}
/* 小球横向扫光效果 */
main #home .section-03 .brain-ability-container .brain-ability-ball-small::before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 40%;
    height: 100%;
    background: linear-gradient(to right,
        transparent 0%, 
        rgba(255, 255, 255, 0.8) 50%,
        transparent 100%);
    transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 0.3s;
}
/* 动画触发状态 - 扫光从左到右移动 */
main #home .section-03 .brain-ability-container .brain-chart-container.animate .brain-ability-ball-small::before {
    left: 100%;
}
main #home .section-03 .brain-ability-container .brain-ability-arrow{
    position: absolute;
    width: 23.25%;
    height: 53.6%;
    top: 17%;
    left: 110%;
    z-index: 4;
    /* clip-path: inset(100% 0 0 0); */
}
main #home .section-03 .brain-ability-container .brain-ability-item.item2 .brain-ability-arrow{
    top: 19%;
    left: 112%;
}
main #home .section-03 .brain-ability-container .brain-ability-item.item3 .brain-ability-arrow{
    top: 17%;
    left: 112%;
}
main #home .section-03 .brain-ability-container .brain-ability-arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 动画触发状态 - 箭头从下到上延伸 */
main #home .section-03 .brain-ability-container .brain-chart-container.animate .brain-ability-arrow {
    /* clip-path: inset(0% 0 0 0); */
}

/* 响应式设计 */
@media (max-width: 768px) {
    .brain-chart-container {
        width: 300px;
        height: 167px;
    }
    
    .chart-blue-bar {
        bottom: 28px;
        left: 61px;
        width: 50px;
        height: 90px;
    }
    
    .chart-gold-bar {
        bottom: 39px;
        left: 122px;
        width: 29px;
        height: 63px;
    }
}

main #home .section-03 .tagline {
    font-size: min(2.5rem, 3.8vw);
    font-weight: 500;
    line-height: 1;
    color: white;
    display: inline-flex;
    padding: 3% 5%;
    margin-top: 20px;
    background-image: url(../images/bg_golden.png);
    background-repeat: repeat-y;
    background-size: max(300px, 100%);
    background-position: center center;    
    border-radius: 20px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5);
}
main #home .section-03 .subheading {
    font-size: min(3rem, 5vw);
    font-weight: 900;
    line-height: 1;
    display: inline-flex;
    margin: 20px 0 30px;
}
main #home .section-04-05 {
    position: relative;
    /* background-image: url(../images/bg-sky.jpg); */
    background-position: top 30% right 0;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 8.87%;
}
main #home .section-04{
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
}
main #home .section-04 .title-bg-top{
    position: absolute;
    top: -3.5%;
    left: 21.8%;
    width: 64%;
}
main #home .section-04 .title-bg-bottom{
    position: absolute;
    width: 58%;
    top: 1.6%;
    left: 14%;
}
main #home .section-04 .milk-series-title{
    position: absolute;
    width: 19.2%;
    top: -1.4%;
    left: 40%;
}
main #home .section-04 .content-box  {
    width: 1200px;
    max-width: 100%;
    padding-bottom: 50px;
}
main #home .section-04 .shot {
    margin-bottom: -50px;
}
main #home .section-04 .name {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 600;
    color: var(--color-blue-dark);
}
main #home .section-04 .text {
    font-size: 1rem;
    margin-bottom: 10px;
}

/* 奶粉产品展示样式 */
main #home .section-04 .milk-series-products {
    position: absolute;
    top: 18.5%;
    left: 11%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14.9%;
    max-width: 77.9%;
    margin: 0 auto;
}
main #home .section-04 .milk-product .product-image{
    padding: 0 10px;
}
main #home .section-04 .milk-product:not(:last-child) .product-image{
    padding-bottom: 15%;
}
main #home .section-04 .milk-product .product-details p{
    margin: 6% 0;
}
main #home .section-04 .milk-product .product-details .product-name{
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(10px, 1.09vw, 21px);
    text-align: center;
    text-shadow: rgba(255, 255, 255, 1) 0px 0px 8px;
    margin-bottom: unset;
}
main #home .section-04 .milk-product .product-details .product-weight{
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(10px, 0.99vw, 19px);
    text-align: center;
    text-shadow: rgba(255, 255, 255, 1) 0px 0px 8px;
    margin-top: 2px;
}
main #home .section-04 .milk-product .product-details .product-age{
    color: #1BAAFF;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(8px, 0.78vw, 15px);
    letter-spacing: 0;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    border: 1.32px solid rgba(62, 199, 244, 1);
    padding: 1px 0;
}
main #home .section-04 .milk-product .know-more-btn {
    color: #fff;
    padding: 7px 0;
    background: 
        linear-gradient(135deg, #89DEF3 0%, #89DEF3 50%, transparent 50%, transparent 100%),
        radial-gradient(ellipse at center, #0E6BC2 0%, #0F87E6 50%, #0EB0F2 100%);
    background-size: 283% 283%, 100% 100%;
    background-position: 100% 100%, 0% 0%;
    border: 2px solid #DAF5FC;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(27, 170, 255, 0.25);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
main #home .section-04 .milk-product .know-more-btn:hover {
    background: 
        linear-gradient(135deg, #89DEF3 0%, #89DEF3 50%, transparent 50%, transparent 100%),
        radial-gradient(ellipse at center, #0E6BC2 0%, #0F87E6 50%, #0EB0F2 100%);
    background-size: 283% 283%, 100% 100%;
    background-position: 0% 0%, 0% 0%;
    color: #0F87E6;
    border: 2px solid #0F87E6;
}
main #home .section-04 .milk-product .know-more-btn:hover .btn-text::after {
    background: url(../images/home/arrow_blue.svg) no-repeat center center;
}
main #home .section-04 .milk-product .know-more-btn .btn-text{
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(8px, 0.83vw, 16px);
    text-align: center;
    margin: 0;
    margin-left: -13%;
}
main #home .section-04 .milk-product .know-more-btn .btn-text::after{
    content: '';
    position: absolute;
    background: url(../images/home/arrow.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
}
main #home .section-05{
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

main #home .section-05 .mjn-gift{
    max-width: 1046px;
    margin: 0 auto;
    display: flex;
}
main #home .section-05 .mjn-gift .join-mjn{
    width: 56%;
}
main #home .section-05 .mjn-gift .gift-bg{
    width: 44%;
    display: flex;
    align-items: flex-end;
}
main #home .section-05 .mjn-gift .join-mjn img,
main #home .section-05 .mjn-gift .gift-bg img{
    width: 100%;
    height: auto;   
}
main #home .section-05 .mjn-gift .join-mjn .join-title{
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(27px,2.4vw,47px);
    color: #1E3582;
    margin-bottom: 11.5%;
    letter-spacing: 0;
}
main #home .section-05 .mjn-gift .join-mjn .join-button div{
    color: #1E3582;
    width: 54.9%;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(19px,1.77vw,34px);
    padding: 15px 5px 15px 20px;
    margin: 8% auto 0;
    background: linear-gradient(94.91deg, #C4AE60 -1.17%, #DBD196 61.93%, #CCB967 103.99%, #E9E4C0 146.06%, #BFAA5E 188.12%, #D6CA94 209.16%);
    box-shadow: 0.3px 0.3px 0.2px 0px rgba(15, 16, 39, 0.8);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

main #home .section-05 .mjn-gift .join-mjn .join-button div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 20%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 80%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    transform: skew(-35deg);
    animation: joinButtonShine 3s ease-in-out infinite;
    mix-blend-mode: overlay;
    filter: blur(0.5px);
    animation-fill-mode: forwards;
}

@keyframes joinButtonShine {
    0% {
        left: -120%;
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        left: 120%;
        opacity: 0;
    }
}
main #home .section-05 .content-box  {
    width: 1200px;
}
main #home .section-05 .club-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 15px;
}
main #home .section-05 .club-content .title {
    font-size: min(3rem, 9vw);
    line-height: 1.25;
    font-weight: 600;
    color: var(--color-golden);
}
main #home .section-05 .club-content .subheading {
    font-size: min(2rem, 6vw);
    line-height: 1.25;
    font-weight: 800;
    color: var(--color-blue-dark);
}
main #home .section-05 .club-content .desc {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 600;
    color: var(--color-blue-dark);
}
main #home .section-05 .club-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0px solid transparent;
    border-image: linear-gradient(
        135deg,
        rgba(177, 141, 106, 1) 0%,
        rgba(231, 202, 149, 1) 29%,
        rgba(208, 177, 136, 1) 47%,
        rgba(231, 203, 149, 1) 70%,
        rgba(206, 174, 135, 1) 87%
      );
    border-image-slice: 1;
    border-left-width: 10px;
}
main #home .section-05 .club-cta-btn {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 5px 30px;
    color: var(--color-blue-dark);
    margin: 0 auto;
    background-image: linear-gradient(
        90deg,
        rgba(177, 141, 106, 1) 0%,
        rgba(231, 202, 149, 1) 29%,
        rgba(208, 177, 136, 1) 47%,
        rgba(231, 203, 149, 1) 70%,
        rgba(206, 174, 135, 1) 87%
    );
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
    main #home .section-02 .title {
        font-size: 2.6rem;
    }
    main #home .section-02 p {
        font-size: 1rem;
    }
    main #home .section-02 p.subhead {
        font-size: 1.3rem;
    }
    main #home .section-04 .name {
        font-size: 0.9rem;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    main #home .section-04 .text {
        font-size: 0.75rem;
    }
    main #home .section-05 .club-banner {
        border-left-width: 0;
        border-bottom-width: 10px;
    }
    main #home .section-05 .club-cta-btn { 
        position: static;
    }
    main #home .section-05 .content-box {
        /* max-width: calc(100% - 50px); */
        max-width: 100%;
        margin: 0 auto;
    }
}

/*************** Products ***************/
main #products .products-banner > picture{
    display: block;
    width: 100%;
}
main #products .products-banner > picture img{
    width: 100%;
}
main #products .products-content{
    background: url(../images/products/content-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 60px 0 60px;
}
main #products .section-01 {
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
    background-position: top 30% right 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
main #products .section-01 .title{
    position: absolute;
    top: 0;
    left: 24.34%;
    width: 51%;
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(28px,2.86vw,55px);
    line-height: clamp(28px,2.86vw,55px);
    letter-spacing: 5.5px;
    padding: 12px 24px;
    background: rgba(255,255,255,0.85);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
main #products .section-01 .title h2{
    font-weight: 700;
    font-size: clamp(28px,2.86vw,55px);
    line-height: clamp(28px,2.86vw,55px);
}
main #products .section-01 .standard-item{
    display: flex;
    align-items: center;
}
main #products .section-01 .standard-item1{
    position: absolute;
    width: 39.5%;
    top: 46.53%;
    left: 3.72%;
}
main #products .section-01 .standard-item1 .standard-img{
    width: 15.33%;
}
main #products .section-01 .standard-item2{
    position: absolute;
    width: 26.75%;
    top: 45.9%;
    left: 44.9%;
}
main #products .section-01 .standard-item2 .standard-img{
    width: 22.68%;
}
main #products .section-01 .standard-item3{
    position: absolute;
    width: 22.75%;
    top: 45.9%;
    left: 73.2%;
}
main #products .section-01 .standard-item3 .standard-img{
    width: 26.67%;
}
main #products .section-01 .standard-item .standard-text{
    text-align: left;
    padding-left: 5px;
}
main #products .section-01 .standard-item .standard-text .text-big{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(25px,2.34vw,45px);
    line-height: clamp(25px,2.34vw,45px);
    letter-spacing: -1px;
    margin-bottom: 3px;
}
main #products .section-01 .standard-item .standard-text .text-small{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(10px,0.94vw,18px);
    line-height: clamp(12px,1.15vw,22px);
    letter-spacing: 0px;

}
main #products .section-01 h3 {
    font-size: min(max(1.5rem, 3vw), 3rem);
}
main #products .section-01 p {
    font-size: min(max(1rem, 2vw), 1.5rem);
    margin: 0;
}
main #products .section-02 {
    position: relative;
    background-position: top 0% right 0;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0;
}
main #products .section-02 .wrapper{
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
}
main #products .section-02 .title-bg-top{
    position: absolute;
    top: -2.5%;
    left: 21.8%;
    width: 64%;
}
main #products .section-02 .title-bg-bottom{
    position: absolute;
    width: 58%;
    top: 1.2%;
    left: 14%;
}
main #products .section-02 .products-series-title{
    position: absolute;
    width: 19.2%;
    top: -2%;
    left: 40.2%;
    padding: unset;
}
main #products .section-02 .products-series-description{
    position: absolute;
    width: 50%;
    top: 15.86%;
    left: 24.87%;
}
main #products .section-02 .products-series-description .des-title{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(25px,2.34vw,45px);
    line-height: clamp(18px,1.71vw,33px);
    letter-spacing: 0.7px;
    margin-bottom: 2%;
}
main #products .section-02 .products-series-description .des-title span {
    font-size: 15px;
    display: inline-block;
    width: 15px;
    height: 15px;
    transform: translateY(0.5px)
}
main #products .section-02 .products-series-description .des-content{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(14.5px,1.35vw,26px);
    line-height: clamp(18px,1.71vw,33px);
    letter-spacing: 0.7px;
}
main #products .section-02 .products-series-products{
    position: absolute;
    width: 68.54%;
    top: 44.4%;
    left: 15.6%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13%;
}
main #products .section-02 .products-series-products .product-image img{
    width: 83%;
}
main #products .section-02 .products-series-products .milk-product:not(:last-child) .product-image{
    padding-bottom: 16%;
}
main #products .section-02 .products-series-products .product-details .product-name{
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(11px,1.09vw,21px);
    text-align: center;
    text-shadow: rgba(255, 255, 255, 1) 0px 0px 8px;
    margin-bottom: unset;
}
main #products .section-02 .products-series-products .product-details .product-weight{
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(10px,0.98vw,19px);
    text-align: center;
    text-shadow: rgba(255, 255, 255, 1) 0px 0px 8px;
    margin: 0px;
}
main #products .section-02 .products-series-products .product-details .product-age{
    color: #1BAAFF;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(8px,0.78vw,15px);
    text-align: center;
    background: #fff;
    border-radius: 30px;
    border: 1.32px solid rgba(62, 199, 244, 1);
    padding: 1px 0;
    margin: 5px 0 10px 0;
}
main #products .section-02 .products-series-products .know-more-btn {
    color: #fff;
    padding: 7px 0;
    background: 
        linear-gradient(135deg, #89DEF3 0%, #89DEF3 50%, transparent 50%, transparent 100%),
        radial-gradient(ellipse at center, #0E6BC2 0%, #0F87E6 50%, #0EB0F2 100%);
    background-size: 283% 283%, 100% 100%;
    background-position: 100% 100%, 0% 0%;
    border: 2px solid #DAF5FC;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(27, 170, 255, 0.25);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
main #products .section-02 .products-series-products .know-more-btn:hover {
    background: 
        linear-gradient(135deg, #89DEF3 0%, #89DEF3 50%, transparent 50%, transparent 100%),
        radial-gradient(ellipse at center, #0E6BC2 0%, #0F87E6 50%, #0EB0F2 100%);
    background-size: 283% 283%, 100% 100%;
    background-position: 0% 0%, 0% 0%;
    color: #0F87E6;
    border: 2px solid #0F87E6;
}
main #products .section-02 .products-series-products .know-more-btn:hover .btn-text::after {
    background: url(../images/home/arrow_blue.svg) no-repeat center center;
}
main #products .section-02 .products-series-products .know-more-btn .btn-text{
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(8px, 0.83vw, 16px);
    text-align: center;
    margin: 0;
    margin-left: -15%;
}
main #products .section-02 .products-series-products .know-more-btn .btn-text::after{
    content: '';
    position: absolute;
    background: url(../images/home/arrow.svg) no-repeat center center;
    background-size: contain;
    width: 16px;
    height: 16px;
    left: 68%;
    top: 50%;
    transform: translateY(-50%);
}
main #products .section-02 .products-series-products .btn-nutrition{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(8px,0.83vw,16px);
    line-height: clamp(8px, 0.83vw, 16px);
    letter-spacing: 0.36px;
    text-shadow: rgba(255, 255, 255, 1) 0px 0px 8px;
}
main #products .section-02 .shot {
    margin-bottom: -50px;
}
main #products .section-02 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
main #products .section-02 .content .name {
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 600;
    color: var(--color-blue-dark);
}
main #products .section-02 .content .text {
    font-size: 1rem;
    margin-bottom: 10px;
}
main #products .section-02 .btn-nutrition {
    display: block;
    font-size: min(3.3vw, 1.2rem);
    font-weight: 400;
    color: var(--color-blue-light);
    margin: 7px 0;
    position: relative;
    transition: 0.25s ease all;
}
main #products .section-02 .btn-nutrition:after {
    content: "▶";
    font-size: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
}
main #products .section-02 .btn-nutrition:hover {
    color: var(--color-blue-dark);
}
main #products .section-03 .content-box {
    padding: 0;
    width: 925px;
    position: relative;
    box-shadow: 7px 7px 8px 0px rgba(93, 117, 132, 0.85);
}
main #products .section-03 .content-box h3 {
    position: absolute;
    left: 5%;
    top: 44%;
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(23px,2.18vw,42px);
    line-height: clamp(28px,2.6vw,50px);
    letter-spacing: 3.2px;
}
main #products .section-03 .content-box img {
    width: 100%;
}
[id^="btn-nutrition-"] .modal-content {
    border-radius: 0;
    background: url(../images/products/table-bg.jpg);
    background-size: cover;
}
[id^="btn-nutrition-"] .modal-dialog {
    max-width: 1450px;
}
[id^="btn-nutrition-"] .modal-body{
    position: relative;
}
[id^="btn-nutrition-"] .btn-close-container{
    position: absolute;
    right: 4%;
    top: 45px;
}
[id^="btn-nutrition-"] .btn-close {
    opacity: 1;
    margin: 15px 0;
    background: url(../images/products/table-close-button.svg) no-repeat center center;
}
[id^="btn-nutrition-"] .prod-name,
[id^="btn-nutrition-"] .main-name {
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(35px, 2.18vw, 42px);
    /* font-size: 42px; */
    line-height: clamp(24px, 2.18vw, 42px);
    letter-spacing: 0px;
    vertical-align: middle;
}
[id^="btn-nutrition-"] .main-name{
    padding-left: 5%;
}
[id^="btn-nutrition-"] .table-name{
    display: flex;
    align-items: center;
    padding-left: 3.2% !important;
    padding-top: 5%;
}
[id^="btn-nutrition-"] .ingredients-table{
    max-width: 1200px;
}
[id^="btn-nutrition-"] h2 {
    font-size: min(10vw, 3.6rem);
    font-weight: 200;
    color: var(--color-blue-dark);
}
[id^="btn-nutrition-"] table {
    /* background: var(--color-beige); */
    box-sizing: border-box;
    border: 1.5rem solid transparent;
}
[id^="btn-nutrition-"] table td {
    font-size: min(2vw, 1rem);
    font-weight: 400;
    color: #2B58A8;
    letter-spacing: 0px;
    padding-right: 2%;
}
[id^="btn-nutrition-"] table td .title-mb{
    display: none;
}
[id^="btn-nutrition-"] table thead {
    border-bottom: 6px solid #2B58A8;   
}
[id^="btn-nutrition-"] table thead tr td {
    padding-bottom: 10px;  
    vertical-align: bottom;
}
[id^="btn-nutrition-"] table tbody tr:first-child td {
    padding-top: 10px;  
}
[id^="btn-nutrition-"] .notes {
    font-size: min(2vw, 0.8rem);
    color: #2B58A8;
    padding-left: 2%;
}
#fancybox-content {
    height: 680px;
    width: 550px;
    padding: 0;
    margin: 0;
    overflow: scroll;
}
@media only screen and (max-width: 991.98px) {
    main #products .section-02 .content .name {
        font-size: 0.9rem;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    main #products .section-02 .content .text {
        font-size: 0.75rem;
        letter-spacing: 0;
    }
}

/*************** Products Formula ***************/
main #products-formula .formula-banner picture{
    display: block;
    width: 100%;
}
main #products-formula .formula-banner picture img{
    width: 100%;
}
main #products-formula .formula-content{
    background: url(../images/products-formula/formula-content-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 8.9% 0 8.9%;
}
main #products-formula .section-01 {
    max-width: 1450px;
    margin: 0 auto;
}
main #products-formula .section-01 .wrapper{
    position: relative;
}
main #products-formula .section-01 h3 {
    font-size: min(max(1.5rem, 3vw), 3rem);
}
main #products-formula .section-01 p {
    font-size: min(max(0.8rem, 2vw), 1.5rem);
    margin: 0;
}
main #products-formula .section-01 .title-bg-top{
    position: absolute;
    top: -2.5%;
    left: 21.8%;
    width: 64%;
}
main #products-formula .section-01 .title-bg-bottom{
    position: absolute;
    width: 58%;
    top: 1%;
    left: 14%;
}
main #products-formula .section-01 .formula-suggest-title,
main #products-formula .section-02 .formula-reference-title{
    position: absolute;
    top: -1.5%;
    left: 27.37%;
    width: 48.62%;
    color: #fff;
    font-weight: 700;
}
main #products-formula .section-01 .formula-suggest-title h2,
main #products-formula .section-02 .formula-reference-title h2{
    font-size: clamp(30px,2.86vw,55px);
}
main #products-formula .section-02 .formula-reference-title {
    left: 26.35%;
}
main #products-formula .section-01 .formula-suggest-bottle{
    position: absolute;
    top: 10%;
    left: 20.5%;
    width: 13.5%;
}
main #products-formula .section-01 .formula-suggest-item1{
    position: absolute;
    top: 20.78%;
    left: 34.4%;
    display: flex;
    width: 25%;
    align-items: center;
}
main #products-formula .section-01 .formula-suggest-item1 .item-img,
main #products-formula .section-01 .formula-suggest-item2 .item-img{
    display: flex;
    width: 24.5%;
}
main #products-formula .section-01 .formula-suggest-item1 .item-text,
main #products-formula .section-01 .formula-suggest-item2 .item-text{
    text-align: left;
    margin-left: 3%;
}
main #products-formula .section-01 .formula-suggest-item1 .item-text .text-big,
main #products-formula .section-01 .formula-suggest-item2 .item-text .text-big{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: clamp(25px,2.34vw,45px);
    line-height: clamp(25px,2.34vw,45px);
    letter-spacing: 2.2px;
    margin-bottom: 2%;
}
main #products-formula .section-01 .formula-suggest-item1 .item-text .text-small,
main #products-formula .section-01 .formula-suggest-item2 .item-text .text-small{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 500;
    font-size: clamp(10px,0.93vw,18px);
    line-height: clamp(12px,1.14vw,22px);
    letter-spacing: 2.2px;
}
main #products-formula .section-01 .formula-suggest-item1 .item-text .text-small-MB,
main #products-formula .section-01 .formula-suggest-item2 .item-text .text-small-MB{
    display: none;
}
main #products-formula .section-01 .formula-suggest-item2{
    position: absolute;
    top: 20.78%;
    left: 59.32%;
    display: flex;
    width: 25%;
    align-items: center;
}
main #products-formula .section-01 .formula-suggest-table{
    position: absolute;
    top: 40.49%;
    left: 22.89%;
    width: 57.51%;
}
main #products-formula .section-01 .formula-suggest-item3{
    position: absolute;
    left: 27.79%;
    top: 70.71%;
    width: 44.48%;
    display: flex;
    align-items: center;
}
main #products-formula .section-01 .formula-suggest-item3 .item-img{
    width: 30%;
}
main #products-formula .section-01 .formula-suggest-item3 .item-text{
    width: 70%;
    text-align: left;
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(11px,1.09vw,21px);
    line-height: clamp(15px,1.45vw,28px);
    letter-spacing: 1px;
    padding-left: 3%;
}
main #products-formula .section-02 {
    max-width: 1450px;
    margin: 0 auto;
}
main #products-formula .section-02 .wrapper{
    position: relative;
}
main #products-formula .section-02 .title-bg-top{
    position: absolute;
    top: -3.5%;
    left: 21.8%;
    width: 64%;
}
main #products-formula .section-02 .title-bg-bottom{
    position: absolute;
    width: 58%;
    top: 1.6%;
    left: 14%;
}
main #products-formula .section-02 .formula-reference-table{
    position: absolute;
    width: 52.96%;
    left: 23%;
    top: 23.38%;
}
main #products-formula .section-02 .formula-reference-note{
    position: absolute;
    width: 61.86%;
    left: 21%;
    top: 80.9%;
    color: #2B58A8;
    text-align: left;
    font-family: Noto Sans TC;
    font-weight: 400;
    font-size: clamp(8px,0.83vw,16px);
    line-height: clamp(12px,1.04vw,20px);
    letter-spacing: 0px;
    display: flex;
    gap: 0px;
}
main #products-formula .section-02 .formula-reference-note>div:nth-child(1){
    flex-shrink: 0;
    white-space: nowrap;
}
main #products-formula .section-02 .formula-reference-note>div:nth-child(2){
    flex: 1;
}
/*************** References and Notes ***************/
main #references-and-notes{
    background: url(../images/notes-bg.jpg) no-repeat center center;
    background-size: cover;
}
main #references-and-notes .text-start{
    color: #2B58A8;
    font-family: Noto Sans TC;
    font-weight: 700;
    font-size: 55px;
}
main #references-and-notes .container {
    padding-top: 56px;
    padding-bottom: 50px;
    min-height: min(61vh, 100vw);
}
main #references-and-notes .references {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    color: #2B58A8;
}
main #references-and-notes .references:first-child{
    padding-top: 4%;
    border-top: 2px solid #2B58A8;
    position: relative;
}
main #references-and-notes .references::before{
    content: '';
    position: absolute;
    top: -3px;
    left: 4px;
    right: -4px;
    height: 2px;
    background: transparent;
    box-shadow: 6px 6px 8px 0px rgba(0, 137, 234, 1);
}
main #references-and-notes .text-footer{
    margin-top: 2% !important;
}
main #references-and-notes .references > div {
    display: flex;
}
main #references-and-notes .references span.signs {
    display: inline-block;
    min-width: 16px;
    margin-right: 10px;
    text-align: center;
}
main #references-and-notes .references span.signs img{
    width: 12px;
    height: 12px;
}



/*******************************
  Footer
*******************************/
footer {
    color: white;
    background: #002074;
    padding: 30px 0 20px;
    font-weight: 300;
    letter-spacing: 0.075rem;
}
footer .row{
    flex-wrap: nowrap;
    justify-content: space-between;
}
footer .row .col-12{
    width: auto;
}
footer .row.mt-3{
    justify-content: unset;
}
footer .sitemap {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    font-size: 14px;
}
footer .sitemap a {
    color: white;
    text-decoration: none;
}
footer .sitemap .submenu {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}
footer .sitemap .submenu ul {
    list-style: none;
    padding: 3px 0;
    margin: 0;
}
footer .sitemap .submenu .footer-icon-new{
    /* display: flex;
    align-items: center; */
}
footer .sitemap .submenu .footer-icon-new img{
    width: 50px;
    vertical-align: sub;
}
footer .access {
    font-size: 13px;
}
footer .access a {
    color: white;
    text-decoration: none;
}
footer .social-icons {
    display: inline-flex;
    gap: 15px;
}
footer .copyright {
    font-size: 13px;
    letter-spacing: 0.02rem;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 20px 0 20px;
    }
    footer .sitemap {
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        font-size: 13px;
        align-items: center;
    }
    footer .sitemap .menu .px-4{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    footer .access .px-4 {
        padding-right: 0.8rem !important;
        padding-left: 0.8rem !important;
    }
    footer .sitemap .submenu {
        align-items: center;
    }
    footer .access {
        text-align: center;
    }
    footer .sitemap img {
        width: 180px;
    }
    footer .social-icons {
        justify-content: center;
        width: 100%;
    }
    footer .copyright {
        font-size: 12px;
        text-align: center;
    }
    footer .row{
        flex-wrap: wrap;
        justify-content: unset;
    }
    footer .row .col-12{
        width: 100%;
        padding-bottom: 1%;
    }
}
/* Floating CTA */
.floating-box {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 1;
    background: transparent;
    width: 181px;
    transition: 0.5s ease-in-out all;
    display: block;
    transform: translateX(100%);
    pointer-events: none;
}
.floating-box.show {
    transform: translateX(0);
}
.floating-box .image {
    position: relative;
    overflow: hidden;
    border-radius: 35px 0 0 35px;
}
.floating-box .image a {
    display: block;
    pointer-events: auto;
}
.floating-box .image img {
    width: 100%;
}
.floating-box div.btn-hide {
    text-align: right;
    padding: 5px;
}





/********** Desktop Only **********/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;   /* Change the maximum content width here */
    }
}


/********** XXXL Desktop **********/
@media only screen and (max-width: 1599.98px) {
    /* #main-nav > .wrapper.sticky .logos .logo1 {
        display: none;
    } */
}

/********** XXL Desktop **********/
@media only screen and (max-width: 1399.98px) {
    #main-nav > .wrapper {
        flex-direction: row;
        padding: 15px 15px;
    }
    #main-nav > .wrapper.sticky {
        flex-direction: row;
        padding: 15px 15px;
    }
    #main-nav > .wrapper .logos {
        /* left: 50%;
        position: relative;
        transform: translateX(-50%); */
    } 
    /* #main-nav > .wrapper .logos .logo1 {
        display: inline;
        max-width: 228px;
        width: 100%;
    } */
    #main-nav > .wrapper .logos .logo1 {
        /* display: none; */
    }
    #main-nav > .wrapper .logos .logo2 img {
        max-width: 100px;
        width: 100%;
    }
    #main-nav li.nav-item {
        display: inline-block;
    }
    #main-nav .dropdown-toggle:after {
        transform: translateY(-2px);
    }
    #main-nav .offcanvas li.nav-item {
        border-right: 0;
    }
    #main-nav .offcanvas li.nav-item a {
        font-size: 1.5rem;
        padding: 0.75rem 0;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        width: 100%;
        outline: none;
        box-shadow: none;
    }
    #main-nav .offcanvas ul > li:last-child a {
        border-bottom: none;
    }
    #main-nav .offcanvas .offcanvas-header .btn-close {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23ffffff'%0AviewBox='0 0 24 24'%3E%3Cpath d='M23.954 21.03l-9.184-9.095 9.092-9.174-2.832-2.807-9.09 9.179-9.176-9.088-2.81 2.81 9.186 9.105-9.095 9.184 2.81 2.81 9.112-9.192 9.18 9.1z'/%3E%3C/svg%3E");
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
    }
}

/********** Large Desktop **********/
@media only screen and (max-width: 1199.98px) {

}

/********** Desktop **********/
@media only screen and (max-width: 991.98px) {
    /* #main-nav > .wrapper .logos .logo1 {
        display: none;
    } */
    header {
        width: 100%;
        left: 0;
    }
    #main-nav > .wrapper {
        border-radius: 0;
    }
    main {
        padding-top: 0;
    }
    main .btn {
        font-size: 0.9rem;
        font-weight: 500;
    }
    main .btn:after {
        width: 20px;
        height: 20px;
    }
    main section {
        font-size: 1.2rem;
    }
    main section .content-box {
        padding-top: 50px;
        /* margin: 0; */
    }
    main h2 {
        font-size: 2rem;
    }
    main h2.headline {
        font-size: 1.7rem;
        width: 80%;
    }
    main h2.headline.left {
        padding-left: 0;
    }
    main h2.headline.right {
        padding-right: 0;
    }
    main h3 {
        font-size: 1.7rem;
    }
    main h4 {
        font-size: 1.5rem;
    }
}

.section-brain{
    padding: 0 8.87%;
    margin-bottom: 100px;
}
.section-brain > div{
    position: relative;
    max-width: 1450px;
    margin: 0 auto;
}
.section-brain > div .brain-mascot{
    position: absolute;
    top: 4.5%;
    left: 59%;
    width: 14.6%;
    z-index: 1;
}
.section-brain > div .brain-mascot img{
    width: 100%;
    height: auto;
}
.section-brain > div .brain-title{
    position: absolute;
    top: 16.5%;
    left: 25.2%;
    width: 33%;
}
.section-brain > div .brain-development-text{
    position: absolute;
    top: 27.6%;
    left: 53.9%;
    width: 42.8%;
    text-align: left;
}
.section-brain > div .brain-tips-button{
    position: absolute;
    bottom: 9.5%;
    left: 36%;
    width: 27.9%;
    cursor: pointer;
    border-radius: 30px;
}
.section-brain > div .brain-tips-button:hover{
    box-shadow: 0px 15px 25px -5px rgba(0, 173, 249, 0.8);
    transform: scale(1.03);
}
/* 腦BEST 話你知 标题样式 */
.section-brain .brain-best-title {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 900; /* Black weight */
    font-size: clamp(25px,2.86vw,55px);
    line-height: clamp(30px,2.86vw,55px);
    color: white;
    letter-spacing: 3px;
    text-shadow: rgba(0, 173, 249, 0.8) 5px 5px 7px;
    white-space: pre-wrap;
    position: relative;
    overflow: hidden; /* 防止闪光效果溢出 */
}
.section-brain .brain-best-title sup{
    margin-right: -5px;
}
.section-brain .brain-best-title sub{
    margin-left: -5px;
}
.section-brain .brain-best-title sup img{
    width: 7%;
}
.section-brain .brain-best-title sub img{
    width: 7%;
}

/* 标题浅蓝色text-shadow边框 - 完整8方向 */
.section-brain .brain-best-title.with-light-shadow-border {
    text-shadow: 
        -2.5px -2.5px 0 rgba(0, 174, 239, 1), /* 左上 */
         0px    -2.5px 0 rgba(0, 174, 239, 1), /* 上 */
         2.5px  -2.5px 0 rgba(0, 174, 239, 1), /* 右上 */
         2.5px   0px   0 rgba(0, 174, 239, 1), /* 右 */
         2.5px   2.5px 0 rgba(0, 174, 239, 1), /* 右下 */
         0px     2.5px 0 rgba(0, 174, 239, 1), /* 下 */
        -2.5px   2.5px 0 rgba(0, 174, 239, 1), /* 左下 */
        -2.5px   0px   0 rgba(0, 174, 239, 1), /* 左 */
        rgba(0, 173, 249, 0.8) 5px 5px 7px;    /* 蓝色发光效果 */
}

.section-brain .brain-best-title.shine::after{
    display: none;     
    content: '';
    position: absolute;
    top: 10%;
    left: -100%;
    width: 30%;
    height: 68%;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 70%,
        rgba(255,255,255,0) 100%
    );
    pointer-events: none;
    transform: skew(-45deg);
    animation: shine 4s ease-in-out infinite;
    animation-fill-mode: forwards;               
}
@keyframes shine {
    0% {
        left: -100%;
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

@keyframes figmaMarquee {
    0% {
        background-position: 0% 0%;
        transform: scale(1);
    }
    25% {
        background-position: 100% 25%;
        transform: scale(1.01);
    }
    50% {
        background-position: 50% 100%;
        transform: scale(1);
    }
    75% {
        background-position: 0% 75%;
        transform: scale(1.01);
    }
    100% {
        background-position: 0% 0%;
        transform: scale(1);
    }
}

@keyframes playButtonBounce {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
    }
    15% {
        transform: translate(-50%, -50%) scale(1.05);
    }
    30% {
        transform: translate(-50%, -50%) scale(0.98);
    }
    45% {
        transform: translate(-50%, -50%) scale(1.03);
    }
    60% {
        transform: translate(-50%, -50%) scale(0.99);
    }
    75% {
        transform: translate(-50%, -50%) scale(1.01);
    }
    90% {
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes ballFloatYellow {
    0% {
        transform: translate(0px, 0px);
    }
    30% {
        transform: translate(-13px, 19px);
    }
    33.3% {
        transform: translate(-10px, 16px);
    }
    63.3% {
        transform: translate(13px, 19px);
    }
    66.6% {
        transform: translate(10px, 16px);
    }
    96.6% {
        transform: translate(0, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes ballFloat {
    0% {
        transform: translate(0px, 0px);
    }
    30% {
        transform: translate(-10px, 16px);
    }
    33.3% {
        transform: translate(-7px, 13px);
    }
    63.3% {
        transform: translate(10px, 16px);
    }
    66.6% {
        transform: translate(7px, 13px);
    }
    96.6% {
        transform: translate(0, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes ballFloatMobile{
    0% {
        transform: translate(0px, 0px);
    }
    30% {
        transform: translate(-8px, 14px);
    }
    33.3% {
        transform: translate(-5px, 11px);
    }
    63.3% {
        transform: translate(8px, 14px);
    }
    66.6% {
        transform: translate(5px, 11px);
    }
    96.6% {
        transform: translate(0, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.section-brain .brain-development-text-bg{
    position: absolute;
    width: 68.82%;
    top: 33.86%;
    left: 15.64%;
}

/* 脑部发育说明文字样式 */
.section-brain .brain-development-text {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: clamp(13px,1.45vw,28px);
    line-height: clamp(16px,1.97vw,38px);
    color: #2b58a8;
    letter-spacing: 2.8px;
    margin: 0;
}

/* 文字中的强调数字 */
.section-brain .brain-development-text .highlight-number {
    font-weight: 900;
}

/* 上标样式 */
.section-brain .brain-development-text .superscript {
    font-size: 18px;
    vertical-align: super;
    line-height: 1;
}

/********** Tablet **********/
@media only screen and (max-width: 767.98px) {
    .floating-box {
        bottom: 15%;
        width: 140px;
    }
}

/********** Mobile **********/
@media only screen and (max-width: 479.98px) {

}

@media (max-width:991px){
    main #home .section-01 .container{
        max-width: 569px;
    }
    main #home .section-01 .video-container{
        /* padding: 15px; */
    }
    main #home .section-01 .video-container .plyr__control.plyr__control--overlaid{
        padding: 10px;
    }
    main #home .section-01 .video-container .plyr__control.plyr__control--overlaid svg{
        width: 25px;
        height: 25px;
    }
    main #home .section-01 .brainbefore-text{
        /* font-size: clamp(11px,2.22vw,16px); */
        font-size: 16px;
    }
    main #home .section-01 .container{
        margin-bottom: 60px;
    }
    main #home .section-01 .brainbefore-text sup img{
        width: 1.5%;
        height: 1.5%;
    }
    main #home .section-01 .brainbefore-text .sup-icon{
        font-size: 55%;
    }
    .section-brain .brain-best-title{
        font-size: clamp(25px, 2.7vw, 30px);
        line-height: clamp(30px, 2.86vw, 55px);
        letter-spacing: 2.5px;
    }
    /* 移动端更细的描边效果 */
    .section-brain .brain-best-title.with-light-shadow-border {
        text-shadow: 
            -1.5px -1.5px 0 rgba(0, 174, 239, 1), /* 左上 */
             0px    -1.5px 0 rgba(0, 174, 239, 1), /* 上 */
             1.5px  -1.5px 0 rgba(0, 174, 239, 1), /* 右上 */
             1.5px   0px   0 rgba(0, 174, 239, 1), /* 右 */
             1.5px   1.5px 0 rgba(0, 174, 239, 1), /* 右下 */
             0px     1.5px 0 rgba(0, 174, 239, 1), /* 下 */
            -1.5px   1.5px 0 rgba(0, 174, 239, 1), /* 左下 */
            -1.5px   0px   0 rgba(0, 174, 239, 1), /* 左 */
            rgba(0, 173, 249, 0.6) 3px 3px 5px;    /* 蓝色发光效果 */
    }
    main #home .section-02 .nutritional-title{
        top: 3.6%;
        font-size: clamp(27px, 3.02vw, 30px);
    }
    main #home .section-02 .nutritional-title .nutritional-title-icon span{
        font-size: 11px;
    }
    main #home .section-02 .nutritional-title .nutritional-title-icon img{
        width: 55%;
    }
    main #home .section-02 h2.headline{
        width: unset;
    }
    main #home .section-03 .brain-little-title .title-section2{
        top: 10.3%;
    }
    main #home .section-04 .milk-product .know-more-btn .btn-text::after{
        width: 12px;
        height: 12px;
    }
    main #home .section-04 .milk-series-products{
        gap: 11.9%;
    }
    main #home .section-04 .milk-product .product-image img{
        width: 85%;
    }
    main #home .section-04 .milk-product .know-more-btn .btn-text{
        font-size: clamp(8px,1.04vw,8px);
    }
    main #home .section-04 .milk-product .know-more-btn .btn-text::after{
        left: 70%;
    }
    main #home .section-04 .milk-product .product-details p{
        margin: 5% 0;
    }
    main #home .section-04 .milk-product:not(:last-child) .product-image {
        padding-bottom: 9%;
    }
    main #home .section-04 .milk-product .know-more-btn{
        padding: 5px 0;
    }
    main #home .section-04 .milk-series-products{
        gap: 10.9%;
    }
    main #home .section-04 .milk-product .product-image img{
        width: 80%;
    }
    main #home .section-04 .milk-series-title{
        top: -2%;
    }
    main #home .section-05 .mjn-gift .join-mjn .join-button div{
        padding: 9px 5px 9px 14px;
    }
    main section.remarks .remark-list > div{
        font-size: 9px;
    }
    /* products */
    main #products .products-content{
        padding: 67px 8.9% 0 8.9%;
    }
    main #products .section-01 .title{
        padding: 8px 21px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    main #products .section-01 .title h2{
        font-size: clamp(22px, 2.9vw, 30px);
        letter-spacing: 2px;
        margin-bottom: 3px;
    }
    main #products .section-01 .standard-item .standard-text .text-big{
        font-size: clamp(21px, 2.52vw, 25px);
    }
    main #products .section-02 .products-series-description .des-title{
        font-size: clamp(20px, 2.52vw, 25px);
        line-height: clamp(18px, 1.71vw, 33px);
    }
    main #products .section-02 .products-series-description .des-content{
        font-size: clamp(13px, 1.46vw, 14.5px);
        line-height: clamp(15px, 1.71vw, 33px);
    }
    main #products .section-02 .products-series-products{
        gap: 11%;
    }
    main #products .section-02 .products-series-products .product-image img{
        width: 70%;
    }
    main #products .section-02 .products-series-products .product-details .product-name{
        font-size: clamp(9px, 1.10vw, 11px);
    }
    main #products .section-02 .products-series-products .product-details .product-weight{
        font-size: clamp(8px, 1vw, 10px);
    }
    main #products .section-02 .products-series-products .product-details .product-age{
        margin: 2px 0 6px 0;
        font-size: 8px;
        letter-spacing: 0;
    }
    main #products .section-02 .products-series-products .know-more-btn{
        padding: 3px 0;
    }
    main #products .section-02 .products-series-products .btn-nutrition{
        font-size: clamp(8px, 0.83vw, 16px);
        line-height: clamp(8px, 0.83vw, 16px);
    }
    main #products .section-02 .products-series-products .milk-product:not(:last-child) .product-image{
        padding-bottom: 15%;
    }
    main #products .section-02 .products-series-products .know-more-btn .btn-text::after{
        width: 10px;
        height: 10px;
        left: 73%;
    }
    main #products .section-02 .btn-nutrition:after{
        right: 10%;
    }
    main #products .section-02 .products-series-title{
        top: -3%;
    }
    /* formula */
    main #products-formula .formula-content{
        padding: 67px 8.9% 0 8.9%;
    }
    main #products-formula .section-01,
    main #products-formula .section-02{
        margin-bottom: 80px !important;
    }
    main #products-formula .section-01 .formula-suggest-title h2,
    main #products-formula .section-02 .formula-reference-title h2 {
        font-size: clamp(24px, 3.02vw, 30px);
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-text .text-big,
    main #products-formula .section-01 .formula-suggest-item2 .item-text .text-big {
        font-size: clamp(22px, 2.52vw, 25px);
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-text .text-small,
    main #products-formula .section-01 .formula-suggest-item2 .item-text .text-small{
        font-size: clamp(8px, 1vw, 10px);
    }
    main #products-formula .section-01 .title-bg-bottom{
        top: 1%;
    }
    main #products-formula .section-02 .title-bg-bottom{
        top: 1.9%;
    }
    #main-nav > .wrapper .logos .logo1 img{
        max-width: 150px;
        width: 100%;
    }
    #main-nav > .wrapper .logos .logo2 img{
        max-width: 80px;
    }
    main #references-and-notes .text-start{
        font-size: 52px;
    }
    main #references-and-notes .references{
        font-size: 9px;
    }
    main #references-and-notes .container {
        padding-left: 8.9%;
        padding-right: 8.9%;
    }
    main section.remarks span.signs{
        margin-right: 1px;
    }
    main section.remarks span.signs img{
        width: 7px;
        height: 7px;
    }
    main #references-and-notes .references span.signs img{
        width: 7px;
        height: 7px;
    }
    main #references-and-notes .references span.signs{
        margin-right: 2px;
    }
    main #home .banner .banner-title .banner-title-text-pc{
        display: none;
    }
    main #home .banner .banner-title .banner-title-text-mb{
        display: block;
    }
    main #home .banner .banner-title{
        position: absolute;
        top: 10.9%;
        left: 28%;
        width: 19.6%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    main #home .banner .banner-title .banner-title-button{
        margin-top: 4%;
        width: 74%;
    }
    main #home .banner .banner-bottle{
        position: absolute;
        top: 42.5%;
        left: 32.2%;
        width: 10.9%;
    }
}
@media (min-width:767px) and (max-width:991px) {
    footer .social-icons img{
        width: 22px;
    }
    footer .social-icons{
        gap: 12px;
    }
    footer .sitemap{
        font-size: 10px;
    }
    footer .sitemap .footer-logo img{
        width: 130px !important;
    }
    footer .sitemap .submenu .footer-icon-new img{
        width: 39px;
    }
    footer .copyright,
    footer .access{
        font-size: 10px;
    }
    footer .sitemap .menu .px-4,
    footer .access .px-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width:767px) {
    main #home .main-content{
        background: url(../images/home/main-content-bg-mb.jpg) no-repeat center center;
        background-size: cover;
    }
    main #home .banner .banner-title{
        width: 37.94%;
        left: 14.6%;
        top: 10.73%;
    }
    main #home .banner .banner-bottle{
        top: 35.5%;
        left: 22.5%;
        width: 20.9%;
    }
    main #home .section-01{
        padding: 50px 24px 0px 24px;
    }
    main #home .section-01 .video-container .plyr{
        border-radius: 10px;
    }
    main #home .section-01 .container{
        margin-bottom: 17px;
    }
    main #home .section-01 .brainbefore-title{
        font-size: clamp(22px,3.33vw,32px);
    }
    main #home .section-01 .brainbefore-text{
        font-size: clamp(11px,2.22vw,18px);
    }
    main #home .section-01 .brainbefore-text sup img{
        width: 5px;
        height: 5px;
    }
    .section-brain{
        margin-bottom: 50px;
        padding: 0 24px;
    }
    .section-brain > div{
        max-width: 659px;
    }
    .section-brain > div .brain-mascot{
        width: 25%;
        left: 59.82%;
        top: 4.65%;
    }
    .section-brain > div .brain-title{
        width: 46.92%;
        top: 10.5%;
        left: 13.2%;
    }
    .section-brain .brain-best-title{
        font-size: clamp(19px, 3.12vw, 24px);
        letter-spacing: 2px;
    }
    .section-brain > div .brain-development-text{
        width: 72.9%;
        left: 14%;
        top: 17.67%;
        font-size: clamp(11px, 2.3vw, 21px);
        line-height: clamp(14px, 2.8vw, 21px);
        letter-spacing: 0;
    }
    .section-brain .brain-development-text-bg{
        width: 91.04%;
        top: 27.22%;
        left: 4.40%;
    }
    .section-brain > div .brain-tips-button{
        width: 42.63%;
        left: 27.83%;
        bottom: 7.5%;
    }
    main #home .section-02-03{
        padding: 0 24px;
        margin-bottom: 50px !important;
    }
    main #home .section-02{
        max-width: 659px;
    }
    main #home .section-02 .title-bg-top{
        top: -1%;
    }
    main #home .section-02 .title-bg-bottom{
        top: 0.2%;
    }
    main #home .section-02 .nutritional-title{
        top: 0.8%;
        font-size: clamp(14px, 3.65vw, 28px);
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    main #home .section-02 .nutritional-title sup img{
        width: 6px;
        height: 6px;
    }
    main #home .section-02 .nutrition-left{
        width: 36.14%;
        left: 16.85%;
        top: 5.78%;
    }
    main #home .section-02 .ball-yellow{
        width: 24.51%;
        left: 54%;
        top: 4.33%;
    }
    main #home .section-02 .ball-green{
        width: 17.29%;
        left: 71.6%;
        top: 18.5%;
    }
    main #home .section-02 .nutrition-center{
        width: 91.1%;
        left: 4.55%;
        top: 32.57%;
    }
    main #home .section-02 .nutrition-right{
        width: 91.4%;
        left: 4.5%;
        top: 76.9%;
    }
    main #home .section-02 .nutrition-text{
        font-size: 2.8vw;
        width: 24%;
        top: 75.7%;
        left: 15.6%;
    }
    main #home .section-02 .nutritional-title .nutritional-title-icon img{
        width: 67%;
    }
    main #home .section-02 .nutritional-title .nutritional-title-icon span{
        font-size: 8px;
    }
    main #home .section-02 .ball-yellow{
        animation: ballFloatMobile 3s infinite reverse linear;
    }
    main #home .section-02 .ball-green{
        animation: ballFloatMobile 3s infinite linear;
    }
    main #home .section-03{
        max-width: 659px;
        margin-top: 50px !important;
    }
    main #home .section-03 .brain-dev-title{
        font-size: clamp(14px, 3.65vw, 28px);
        text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    }
    main #home .section-03 .brain-little-title .title-section1{
        font-size: clamp(12px, 2.9vw, 23px);
        line-height: clamp(12px, 2.9vw, 23px);
        left: 19.14%;
        top: 13%;
    }
    main #home .section-03 .brain-little-title .title-section2{
        font-size: clamp(12px, 3.2vw, 23px);
        line-height: clamp(12px, 2.9vw, 23px);
        left: 28.97%;
        top: 13%;
    }
    main #home .section-03 .brain-little-title .title-section3{
        font-size: clamp(12px, 3.5vw, 23px);
        line-height: clamp(12px, 3.2vw, 23px);
        letter-spacing: 2.2px;
        left: 54.99%;
        top: 13%;
    }
    main #home .section-03 .brain-ability-container{
        max-width: 88.97%;
        left: 5.54%;
        top: 22.7%;
    }
    main #home .section-03 .brain-little-title .title-bg{
        width: 36.57%;
        left: 17.23%;
        top: 11.89%;
    }
    main #home .section-03 .brain-ability-container .brain-ability-item{
        margin-bottom: 1.5%;
    }
    main #home .section-03 .brain-ability-container .item1 .chart-gold-bar{
        top: 44.56%;
    }
    main #home .section-03 .brain-ability-container .item2 .chart-gold-bar{
        top: 44.1%;
    }
    main #home .section-03 .brain-ability-container .item3 .chart-gold-bar{
        top: 44.1%;
    }
    main #home .section-04-05{
        padding: 0 24px;
    }
    main #home .section-04{
        max-width: 659px;
        margin-top: 50px !important;
    }
    main #home .section-04 .milk-series-products{
        max-width: 90%;
        left: 4.51%;
        top: 16%;
    }
    main #home .section-04 .milk-series-products{
        gap: 3%;
    }
    main #home .section-04 .milk-product .product-details .product-name{
        font-size: clamp(8px, 1.43vw, 11px);
    }
    main #home .section-04 .milk-product .product-details .product-weight{
        font-size: clamp(8px, 1.30vw, 10px);
    }
    main #home .section-04 .milk-product .product-details .product-age{
        font-size: clamp(8px, 1.16vw, 9px);
        letter-spacing: 0;
    }
    main #home .section-04 .milk-product .product-image img{
        width: 61%;
    }
    main #home .section-04 .milk-product .know-more-btn{
        border: 1.5px solid #DAF5FC;
        padding: 3px 0 4px 0;
    }
    main #home .section-04 .milk-product .know-more-btn .btn-text{
        margin-left: -15%;
    }
    main #home .section-04 .milk-product .know-more-btn .btn-text::after{
        width: 10px;
        height: 10px;
        right: 10%;
        top: 50%;
        transform: translateY(-50%);
    }
    main #home .section-04 .title-bg-top{
        top: -6.5%;
    }
    main #home .section-04 .title-bg-bottom{
        top: -3.4%;
    }
    main #home .section-04 .milk-series-title{
        top: -6%;
    }

    main #home .section-05{
        margin-top: 50px !important;
    }
    main #home .section-05 .mjn-gift{
        max-width: 617px;
    }
    main #home .section-05 .mjn-gift .join-mjn .join-title{
        font-size: clamp(14px, 3.52vw, 27px);
    }
    main #home .section-05 .mjn-gift .join-mjn .join-button div{
        font-size: clamp(9px, 2.2vw, 20px);
        padding: 4px 3px 4px 10px;
        margin: 10% auto 24px;
    }
    main #home .section-05 .mjn-gift .join-mjn .join-title{
        margin-bottom: 7.5%;
    }
    main section.remarks .remark-list{
        border-top: 1px solid #fff;
        padding-top: 3%;
    }
    main section.remarks .remark-list::before{
        box-shadow: 5px 5px 3px 0px rgba(0, 137, 234, 0.85);
    }
    main #home .section-05::after{
        box-shadow: 5px 5px 3px 0px rgba(0, 137, 234, 0.85);
    }
    main #home section.remarks{
        padding: 0 24px;
    }

    /* products */
    main #products .products-content{
        padding: 55px 24px 0 24px;
        background: url(../images/products/content-bg-mb.jpg) no-repeat center center;
        background-size: cover;
    }
    main #products .section-01{
        max-width: 661px;
        margin-bottom: 50px !important;
    }
    main #products .section-01 .title{
        width: 63.57%;
        left: 18%;
        padding: 12px 22px;
    }
    main #products .section-01 .title h2{
        font-size: clamp(22px, 3.9vw, 31px);
    }
    main #products .section-01 .standard-item{
        align-items: center;
    }
    main #products .section-01 .standard-item1{
        width: 66.24%;
        left: 17.01%;
        top: 22.52%;
    }
    main #products .section-01 .standard-item2{
        width: 44.77%;
        left: 17.01%;
        top: 46%;
    }
    main #products .section-01 .standard-item3{
        width: 38.26%;
        left: 17.01%;
        top: 70.36%;
    }
    main #products .section-01 .standard-item .standard-text .text-big{
        font-size: clamp(20px, 4.43vw, 34px);
        line-height: clamp(20px, 4.43vw, 34px);
    }
    main #products .section-02,
    main #products .section-03{
        margin-bottom: 50px !important;
    }
    main #products .section-02 .wrapper{
        max-width: 661px;
    }
    main #products .section-02 .products-series-description{
        width: 66.41%;
        left: 17.06%;
        top: 11.41%;
    }
    main #products .section-02 .products-series-description .des-title{
        font-size: clamp(20px, 3.52vw, 27px);
        line-height: clamp(22px, 3.52vw, 27px);
    }
    main #products .section-02 .products-series-description .des-title sup img{
        width: 6px;
        height: 6px;
    }
    main #products .section-02 .products-series-description .des-title sup span{
        font-size: 8px;
        display: inline-block;
        width: 6px;
        height: 6px;
    }
    main #products .section-02 .products-series-description .des-content{
        font-size: clamp(12px, 1.95vw, 15px);
        line-height: clamp(15px, 2.6vw, 20px);
    }
    main #products .section-02 .products-series-products{
        width: 90%;
        left: 4.7%;
        top: 39%;
    }
    main #products .section-02 .products-series-products .product-details .product-name{
        font-size: clamp(8px, 1.43vw, 11px);
    }
    main #products .section-02 .products-series-products .product-details .product-weight{
        font-size: clamp(8px, 1.3vw, 10px);
    }
    main #products .section-02 .products-series-products .product-details .product-age{
        font-size: 8px;
        letter-spacing: 0;
    }
    main #products .section-02 .products-series-products .know-more-btn{
        padding: 2px 0 3px 0;
        border: 1.5px solid #DAF5FC;
    }
    main section.remarks span.signs{
        margin-right: 2px;
    }
    main section.remarks .col-12{
        padding: 0;
    }
    /* formula */
    main #products-formula .formula-content{
        padding: 50px 24px 0 24px;
    }
    main #products-formula .section-01{
        max-width: 659px;
        margin-bottom: 50px !important;
    }
    main #products-formula .section-01 .title-bg-bottom{
        top: 0.6%;
    }
    main #products-formula .section-02 .title-bg-bottom{
        top: 0.9%;
    }
    main #products-formula .section-01 .formula-suggest-title h2,
    main #products-formula .section-02 .formula-reference-title h2{
        font-size: clamp(20px, 3.12vw, 24px);
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-text .text-big,
    main #products-formula .section-01 .formula-suggest-item2 .item-text .text-big{
        font-size: clamp(12px, 2.86vw, 22px);
        line-height: clamp(13px, 2.86vw, 22px);
        letter-spacing: 1px;
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-text .text-small,
    main #products-formula .section-01 .formula-suggest-item2 .item-text .text-small{
        font-size: clamp(8px, 1.04vw, 8px);
        line-height: clamp(9px, 1.3vw, 10px);
        letter-spacing: 1px;
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-text .text-small-PC,
    main #products-formula .section-01 .formula-suggest-item2 .item-text .text-small-PC{
        display: none;
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-text .text-small-MB,
    main #products-formula .section-01 .formula-suggest-item2 .item-text .text-small-MB{
        display: block;
    }
    main #products-formula .section-01 .formula-suggest-table{
        width: 66.17%;
        left: 18.85%;
        top: 42.25%;
    }
    main #products-formula .section-01 .formula-suggest-bottle{
        width: 15.55%;
        left: 16.15%;
        top: 11.79%;
    }
    main #products-formula .section-01 .formula-suggest-item1{
        left: 32.34%;
        top: 19.54%;
    }
    main #products-formula .section-01 .formula-suggest-item2{
        top: 19.54%;
    }
    main #products-formula .section-01 .formula-suggest-item3{
        width: 51.17%;
        left: 24.48%;
        top: 72.47%;
    }
    main #products-formula .section-01 .formula-suggest-item3 .item-text{
        font-size: clamp(8px, 1.09vw, 11px);
        line-height: clamp(10px, 1.45vw, 28px);
    }
    main #products-formula .section-02{
        max-width: 659px;
        margin-bottom: 50px !important;
    }
    main #products-formula .section-02 .formula-reference-table{
        width: 86.09%;
        left: 7%;
        top: 16.5%;
    }
    main #products-formula .section-02 .formula-reference-note{
        width: 85.93%;
        left: 6.89%;
        top: 76%;
        font-size: clamp(8px, 1.04vw, 8px);
        line-height: clamp(11px, 1.04vw, 12px);
        gap: 0px;
    }
    main #products-formula .section-02 .formula-reference-note>div:nth-child(1){
        flex-shrink: 0;
        white-space: nowrap;
    }
    main #products-formula .section-02 .formula-reference-note>div:nth-child(2){
        flex: 1;
    }
    [id^="btn-nutrition-"] .prod-name,
    [id^="btn-nutrition-"] .main-name{
        font-size: clamp(20px, 2.18vw, 35px);
        line-height: clamp(24px, 2.18vw, 35px);
    }
    [id^="btn-nutrition-"] .btn-close-container{
        top: 3px;
    }
    [id^="btn-nutrition-"] .btn-close{
        width: 10px;
        height: 10px;
        background: url(../images/products/table-close-button-mb.svg) no-repeat center center;
    }
    main #references-and-notes{
        background: url(../images/notes-bg-mb.jpg) no-repeat center center;
        background-size: cover;
    }
    main #references-and-notes .text-start{
        font-size: 48px;
    }
    main #references-and-notes .references{
        font-size: 9px;
    }
    main #references-and-notes .container {
        padding-left: 7.4%;
        padding-right: 7.4%;
    }
    main #references-and-notes .references:first-child{
        padding-top: 8%;
    }
    main #products-formula .section-01 .formula-suggest-item1 .item-img,
    main #products-formula .section-01 .formula-suggest-item2 .item-img{
        width: 32.5%;
    }
}
@media (max-width:639px) {
    main #home .section-02 .title-bg-top{
        top: -2%;
    }
    main #home .section-02 .title-bg-bottom {
        top: -0.8%;
    }
    main #home .section-02 .nutritional-title{
        top: 1%;
    }
    main #home .section-03 .title-bg-top{
        top: -3%;
    }
    main #home .section-03 .title-bg-bottom {
        top: -1.8%;
    }
    main #home .section-03 .brain-dev-title{
        top: 2%;
    }

    main #products .section-01 .title h2{
        font-size: clamp(15px, 3.4vw, 22px);
    }
    main #products .section-01 .title{
        padding: 4px 22px;
    }
    main #products .section-02 .products-series-description .des-title{
        font-size: clamp(14px, 3.1vw, 20px);
        line-height: clamp(14px, 3.1vw, 20px);
    }
    main #products .section-02 .products-series-description .des-content{
        font-size: clamp(8px, 2vw, 12px);
        line-height: clamp(11px, 2vw, 14px);
    }
    main #products .section-02 .products-series-products{
        gap: 3%;
    }
    main #products .section-02 .products-series-products .product-image img{
        width: 52%;
    }
    main #products .section-02 .products-series-products .milk-product:not(:last-child) .product-image{
        padding-bottom: 10%;
    }
    main #products .section-02 .products-series-products .product-details .product-name{
        font-size: 8px;
    }
    main #products .section-02 .products-series-products .product-details .product-age{
        margin: 2px 0 4px 0;
    }
    main #products .section-02 .products-series-products .know-more-btn .btn-text{
        font-size: 8px;
    }
    main #products .section-02 .products-series-products .know-more-btn .btn-text::after {
        width: 8px;
        height: 8px;
        left: 76%;
    }
    main #products .section-02 .products-series-products .btn-nutrition{
        font-size: 8px;
        line-height: 8px;
        margin: 4px 0;
    }
    main #products .section-02 .btn-nutrition:after {
        right: 14%;
    }
    main #products .section-02 .title-bg-top{
        top: -3.5%;
    }
    main #products .section-02 .title-bg-bottom{
        top: -1%;
    }
    main #products .section-02 .products-series-title{
        top: -6%;
    }
    main #products .section-03 .content-box h3{
        font-size: clamp(16px, 2.18vw, 42px);
    }
    main #home .section-03 .brain-ability-container .item1 .chart-gold-bar{
        top: 45%;
    }
    main #home .section-03 .brain-ability-container .item2 .chart-gold-bar{
        top: 44.25%;
    }
    main #home .section-03 .brain-ability-container .item3 .chart-gold-bar{
        top: 44.31%;
    }
    main #products-formula .section-01 .formula-suggest-title h2,
    main #products-formula .section-02 .formula-reference-title h2{
        font-size: clamp(13px, 3.12vw, 20px);
    }
    main #products-formula .section-01 .title-bg-top{
        top: -5.2%;
    }
    main #products-formula .section-01 .title-bg-bottom{
        top: -1.8%;
    }
    main #products-formula .section-02 .title-bg-top{
        top: -5.5%;
    }
    main #products-formula .section-02 .title-bg-bottom{
        top: -2%;
    }
    .section-brain .brain-best-title sup{
        margin-right: -1px;
    }
    .section-brain .brain-best-title sub{
        margin-left: -2px;
    }
    .section-brain .brain-best-title sup img{
        width: 7%;
    }
    .section-brain .brain-best-title sub img{
        width: 7%;
    }
    [id^="btn-nutrition-"] table td .title-pc{
        display: none;
    }
    [id^="btn-nutrition-"] table td .title-mb{
        display: block;
    }
}