@charset "utf-8";
@media (max-width: 1599px) {
  /*首頁banner*/
  .banner_Swiper_item {
    height: 700px;
  }
  /*首頁品牌理念*/
  .index_feature_img {
    left: 48px;
    width: 200px;
  }
  .index_feature_img2 {
    left: 150px;
    width: 100px;
  }
  /*關於我們*/
  .about_section4_img img {
    width: 100%;
    max-width: 650px;
  }
}
@media (max-width: 1439px) {
  .my_container_full {
    padding-left: 32px;
    padding-right: 32px;
  }
  /*商品卡片*/
  .product_item {
    width: 33.333%;
  }
  /*制式圖文區塊*/
  .imagestext_img {
    width: 50%;
  }
  /*footer*/
  .footer_nav_group {
    margin-left: -16px;
    margin-right: -16px;
  }
  .footer_nav_list {
    padding-left: 16px;
    padding-right: 16px;
  }
  /*首頁品牌理念*/
  .index_brand_img_box {
    width: 55%;
  }
  .index_feature_img {
    bottom: -16px;
    left: 32px;
  }
  .index_feature_img2 {
    bottom: -32px;
  }
  /*首頁Logo意象說明*/
  .index_logo_img {
    width: 55%;
  }
  /*首頁品牌特色*/
  .feature_list {
    margin-bottom: -24px;
  }
  .feature_item {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 24px;
  }
  /*產品內容頁*/
  .product_img_box {
    width: 50%;
  }
  .product_title {
    width: 50%;
    padding-right: 48px;
  }
  .product_brief {
    width: 50%;
    padding-right: 48px;
  }
  .product_img {
    width: 100%;
    max-width: 450px;
  }
  /*關於我們*/
  .about_section.section1 .about_section1_bg {
    left: 16px;
    width: 400px;
    height: 400px;
  }
  .about_section1_img {
    width: 350px;
  }
  .about_section1_title {
    font-size: 40px;
  }
  .about_section.section2 {
    background-size: 100% auto;
  }
  .about_section2_img {
    width: 520px;
    margin: 16px auto;
  }
  @keyframes section2_img_fadein {
    from {
      height: 0;
    }
    to {
      height: 350px;
    }
  }
  .about_section2_title {
    font-size: 40px;
  }
  .about_section2_title2 {
    font-size: 28px;
  }
  .about_section.section3 {
    background-image: none;
  }
  .about_section3_img {
    width: 520px;
    margin: 16px auto;
  }
  @keyframes section3_img_fadein {
    from {
      height: 0;
    }
    to {
      height: 350px;
    }
  }
  .about_section3_title {
    font-size: 40px;
  }
  .about_section3_title2 {
    font-size: 28px;
  }
  .about_section4_img {
    width: auto;
    flex: 1;
  }
  .about_section4_title {
    font-size: 40px;
    margin-bottom: 24px;
  }
  @keyframes section4_body_open {
    from {
      width: 0;
      height: 0;
    }
    to {
      width: 700px;
      height: auto;
    }
  }
}

/*xl以下*/
@media (max-width: 1199px) {
  .my_container {
    max-width: 1472px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .my_container_full {
    padding-right: 16px;
    padding-left: 16px;
  }
  /*搜尋*/
  .search_offcanvas .offcanvas-header {
    height: 72px;
    padding: 0;
  }
  .search_offcanvas .offcanvas-body {
    height: calc(100% - 72px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 128px;
  }
  /*制式圖文區塊*/
  .imagestext_body {
    padding: 16px 48px 32px 48px;
  }
  .imagestext_body.only {
    padding: 40px 48px 48px 48px;
  }
  /*消息卡片*/
  .news_list {
    margin-bottom: -40px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .news_item {
    width: 33.333%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
  }
  /*header*/
  .page_header {
    background-color: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  }
  .header_box {
    justify-content: space-between;
    height: 72px;
  }
  .header_logo a img {
    height: 48px;
  }
  .header_nav {
    display: none;
  }
  .header_right {
    display: block;
  }
  .header_right.common {
    display: block;
    width: fit-content;
  }
  .mobile_menu_btn {
    display: block;
  }
  .mobile_btn {
    display: block;
  }
  .mobile_btn .two_btn {
    height: 100%;
  }
  .mobile_btn .two_btn > div {
    display: flex;
    align-items: center;
    padding-top: 12px;
  }
  .mobile_btn .two_btn > div .btn {
    width: 24px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
  }
  .mobile_btn .two_btn > div .btn:hover,
  .mobile_btn .two_btn > div .btn:focus {
    box-shadow: none;
  }
  .mobile_btn .two_btn > .mobile_search_btn > .btn {
    font-size: 20px;
  }
  .under_page_header {
    height: 0;
  }
  .page_header.havebg ~ .under_page_header {
    height: 72px;
  }
  /*footer*/
  .office_info + .footer_social {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .footer_nav.onenav .nav {
    justify-content: flex-start;
    margin-left: -12px;
    margin-right: -12px;
  }
  .footer_nav.onenav li + li {
    margin-left: 0;
  }
  /*聯絡我們*/
  .contact_right {
    width: 500px;
  }
  /*商品圖片輪播*/
  .product_pic_swiper_2 {
    padding-left: 0;
  }
  .product_pic_swiper {
    position: initial;
    height: auto;
    width: 100%;
    padding-right: 0;
    background-color: transparent;
    margin-top: 12px;
  }
  .product_pic_swiper_box .swiper-button-next {
    left: 44px;
  }
  .product_pic_swiper_box .swiper-button-prev {
    left: 12px;
  }
  /*產品內容頁*/
  .product_header_row {
    flex-flow: column nowrap;
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .product_img_box {
    width: 100%;
  }
  .product_title {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 0;
    display: block;
    text-align: center;
  }
  .product_brief {
    width: 100%;
    max-width: 700px;
    padding-right: 0;
    margin: 0 auto;
    text-align: center;
  }
  .product_img_box {
    justify-content: center;
  }
  .product_img {
    margin-top: 144px;
  }
  .product_present_body {
    padding: 64px;
  }
  .product_content_row {
    flex-direction: column;
  }
  .product_content_img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product_info_box {
    padding-left: 0;
    padding-top: 64px;
  }
  /*首頁-介紹與服務*/
  .index_services_img {
    width: 50%;
  }
  /*責任與信賴*/
  .index_duty_img {
    width: 50%;
  }
  /*探討與分享*/
  .index_probe_body {
    width: 50%;
  }
  /*主要成份*/
  .ingredient_foreword_content {
    margin-top: -72px;
    max-width: none;
  }
  /*主要成份-機能性成份*/
  .functional_row {
    flex-direction: column;
  }
  .functional_img_box {
    margin-left: auto;
    margin-right: auto;
  }
  /*主要成份-VivoMega*/
  .vivomega_body {
    width: 700px;
  }
  .vivomega_txt {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
  }
  .vivomega_content {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
  }
  .vivomega_img {
    flex: 1;
    width: auto;
  }
  /*主要成份-機能性補充劑*/
  .liposome_list {
    margin-bottom: -64px;
  }
  .liposome_item {
    width: 50%;
    padding-bottom: 64px;
  }
  /*訊息公告*/
  .cjlife_content {
    width: 60%;
  }
  .link_list {
    margin-bottom: -24px;
  }
  .link_item {
    width: 50%;
    padding-bottom: 24px;
  }
  /*消息內容頁*/
  .news_content_main {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .article_page_content {
    padding-left: 0;
    margin-top: 16px;
  }
  .article_header {
    margin-bottom: 40px;
  }
  .article_share {
    width: 100%;
  }
  .news_content_main .share_list {
    flex-direction: row;
    justify-content: flex-end;
  }
  .news_content_main .share_item + .share_item {
    margin-left: 16px;
    margin-top: 0;
  }
  .news_content_side {
    width: 300px;
    margin-left: 48px;
  }
  /*關於我們*/
  .about_section.section4 {
    padding-bottom: 48px;
  }
  .about_section4_content {
    flex-direction: column;
  }
  .about_section4_body {
    width: 700px;
    height: auto;
  }
  .about_section.section4.active .about_section4_body {
    animation: none;
  }
  .about_section4_title,
  .about_section4_txt,
  .about_section4_btn {
    opacity: 1;
  }
  .about_section.section4.active .about_section4_title,
  .about_section.section4.active .about_section4_txt,
  .about_section.section4.active .about_section4_btn {
    animation: none;
  }
  .about_section4_img {
    opacity: 1;
  }
  /*404頁面*/
  .error_row {
    flex-direction: column;
  }
  .error_img {
    width: 100%;
    text-align: center;
  }
  .error_img img {
    width: 100%;
    max-width: 500px;
  }
  .error_body {
    text-align: center;
  }
  .error_btn {
    margin-top: 24px;
  }
  .error_btn .btn {
    margin: 0 auto;
  }
}

/*lg以下*/
@media (max-width: 991px) {
  /*商品卡片*/
  .product_list {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -40px;
  }
  .product_item {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }
  /*制式圖文區塊*/
  .imagestext_row {
    flex-direction: column;
  }
  .imagestext_block:nth-child(even) .imagestext_row {
    flex-direction: column;
  }
  .imagestext_img {
    width: 100%;
    max-width: 700px;
  }
  .imagestext_body {
    padding: 24px 0 0 0;
    width: 100%;
    max-width: 700px;
  }
  .imagestext_txt::before {
    margin-left: -12px;
    margin-bottom: 4px;
    width: 24px;
    height: 24px;
  }
  .imagestext_body.only {
    padding: 8px 40px 32px 40px;
  }
  /*首頁banner*/
  .banner_Swiper_item {
    height: 600px;
  }
  /* .banner_item_vedio{
        display: none;
    }
    .banner_item_img{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top:0;
        left:0;
    } */
  /*首頁品牌理念*/
  .index_brand_box {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .index_brand_row {
    flex-direction: column;
  }
  .index_brand_content {
    padding: 0;
  }
  .index_brand_img_box {
    width: 100%;
    max-width: 700px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
  }
  .index_feature_img,
  .index_feature_img2 {
    display: none;
  }
  /*首頁品牌特色*/
  .index_feature_box {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .feature_list {
    flex-wrap: wrap;
  }
  .feature_card_img {
    width: 100%;
    max-width: 150px;
  }
  /*首頁Logo意象說明*/
  .index_logo_box {
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .index_logo_row {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }
  .index_logo_content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .index_logo_img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .index_logo_img img {
    max-width: 100%;
  }
  /*首頁商品介紹*/
  .index_product_box {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .index_product_content {
    flex-direction: column;
  }
  .index_product_body {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }
  /*聯絡我們*/
  .contact_row {
    flex-direction: column;
  }
  .contact_tips {
    margin-bottom: 48px;
  }
  .contact_right {
    width: 100%;
    margin-top: 48px;
  }
  .contact_info_list {
    background-color: var(--bg-color);
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 16px 24px 16px;
  }
  .contact_bysocial {
    background-color: var(--bg-color);
    margin-top: 0;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px 32px 16px;
  }
  .contact_form_box .my_form {
    margin-left: auto;
    margin-right: auto;
  }
  /*產品內容頁*/
  .product_header_row {
    padding-bottom: 100px;
  }
  .product_title {
    height: fit-content;
    padding-left: 0;
    order: 1;
  }
  .product_brief {
    flex: inherit;
    padding-left: 8px;
    padding-right: 8px;
    order: 3;
  }
  .product_img_box {
    flex: 1;
    order: 2;
  }
  .product_img {
    margin-top: 64px;
  }
  .product_present_row {
    flex-direction: column-reverse !important;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .product_present_img {
    width: 100%;
  }
  .product_present_img:has(.video) {
    padding-bottom: 56%;
    margin-top: -28px;
  }
  /* .product_present_img .video{
        height: 61%;
    } */
  .product_present_body {
    padding: 0 0 60px 0;
  }
  .product_present_body > div {
    max-width: 100%;
  }
  /*首頁-介紹與服務*/
  .index_services_row {
    flex-direction: column;
  }
  .index_services_body {
    padding-bottom: 0;
  }
  .index_services_txt {
    padding-bottom: 0;
  }
  /*責任與信賴*/
  .index_duty_box {
    background: var(--bg-color);
    padding-bottom: 72px;
  }
  .index_duty_row {
    flex-direction: column-reverse;
  }
  .index_duty_body {
    margin-top: 0;
    padding-bottom: 48px;
  }
  /*探討與分享*/
  .index_probe_box {
    padding-left: 16px;
    padding-right: 16px;
  }
  .index_probe_body {
    width: 100%;
  }
  /*主要成份-機能性成份*/
  .functional_body {
    padding-bottom: 16px;
  }
  /*主要成份-VivoMega*/
  .vivomega_row {
    flex-direction: column;
  }
  .vivomega_body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /*主要成份-機能性補充劑*/
  .liposome_row {
    flex-direction: column-reverse;
  }
  .liposome_body {
    margin-right: auto;
  }
  .liposome_img {
    margin-top: 16px;
  }
  .liposome_img img {
    max-width: 400px;
  }
  /*主要成份-機能性補充劑*/
  .liposome_list {
    padding-left: 16px;
    padding-right: 16px;
  }
  .liposome_card {
    padding: 0 16px;
  }
  /*首頁-聯絡我們*/
  .index_contact_content {
    width: 100%;
    max-width: 650px;
    margin-right: auto;
  }
  /*消息內容頁*/
  .news_content_row {
    flex-direction: column;
  }
  .news_content_side {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 400px;
  }
  .news_content_side .img_ad {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*md以下*/
@media (max-width: 767px) {
  /*商品卡片*/
  .product_item {
    width: 50%;
  }
  /*消息卡片*/
  .news_item {
    width: 50%;
  }
  /*footer*/
  .office_info_list {
    margin-top: 16px;
    align-items: flex-start;
  }
  .office_info_item {
    flex-direction: column;
  }
  .footer_logo img {
    height: 64px;
  }
  .footer_onenav,
  .footer_manynav {
    position: relative;
  }
  .footer_onenav .office_info + .footer_social,
  .footer_manynav .office_info + .footer_social {
    position: absolute;
    top: 24px;
    right: 16px;
    margin: 0;
  }
  .footer_nav {
    margin-top: 24px;
  }
  .footer_nav .nav {
    margin-left: -16px;
    margin-right: -16px;
  }
  .footer_nav .nav li {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer_nav_group {
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: -24px;
  }
  .footer_nav_list {
    flex: auto;
    width: 100%;
    padding-bottom: 24px;
  }
  .footer_nav.onenav .nav {
    margin-top: 8px;
  }
  .footer_row_bottom .footer_copyright {
    order: 2;
    text-align: center;
  }
  .footer_row_bottom .statement {
    order: 1;
    margin-bottom: 8px;
  }
  .footer_row_bottom .statement .nav {
    justify-content: center;
  }
  .footer_copyright {
    padding-top: 24px;
  }
  /*首頁商品介紹*/
  .index_product_MEGA_img2 {
    width: 100%;
  }
  /*主要成份-機能性成份*/
  .functional_img_box {
    width: 80%;
    max-width: 700px;
  }
  .functional_body {
    padding-left: 0;
    padding-right: 0;
  }
  /*主要成份-VivoMega*/
  .vivomega_img1 {
    width: 120px;
    right: 32%;
  }
  .vivomega_img1 img {
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .vivomega_img2 {
    width: 100%;
  }
  .vivomega_content .more_link_mt {
    font-size: 14px;
    font-weight: 400;
  }
  .vivomega_box {
    padding-bottom: 0;
  }
  /*主要成份-機能性補充劑*/
  .liposome_box {
    margin-top: 48px;
    padding-top: 48px;
  }
  .liposome_row {
    padding-top: 0;
    padding-bottom: 48px;
  }
  .liposome_body {
    padding-left: 0;
    padding-right: 0;
  }
  .liposome_img {
    width: 100%;
  }
  .liposome_list {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 48px;
  }
  .liposome_item {
    width: 100%;
  }
  .liposome_card {
    padding: 0 8px;
  }
  /*訊息公告*/
  .cjlife_content {
    width: 100%;
    max-width: 650px;
  }
  .link_list {
    margin-bottom: -16px;
  }
  .link_item {
    width: 100%;
    padding-bottom: 16px;
  }
  /*關於我們*/
  .scroll_hint {
    bottom: 24px;
  }
  .about_section {
    scroll-snap-align: initial;
    height: auto;
    min-height: 170vw;
  }
  .about_nav {
    display: none;
  }
  .about_section.section1 .about_section1_bg {
    display: none;
  }
  .about_section1_img {
    width: 80%;
    max-width: 300px;
  }
  .about_section1_img img {
    width: 100%;
  }
  .about_section1_title {
    font-size: 28px;
  }
  .about_section1_content.after-active .about_section1_title {
    height: 48px;
  }
  .about_section.section2 {
    background-image: none;
  }
  .about_section2_img {
    width: 100%;
    margin: 0 auto 16px auto;
  }
  @keyframes section2_img_fadein {
    from {
      height: 0;
    }
    to {
      height: 66vw;
    }
  }
  .about_section2_title {
    font-size: 28px;
    line-height: 1.3;
  }
  .about_section2_title2 {
    font-size: 18px;
  }
  .about_section.section2.active .about_section2_title2 {
    height: 24px;
  }
  .about_section3_img {
    width: 100%;
    margin: 0 auto 16px auto;
  }
  @keyframes section3_img_fadein {
    from {
      height: 0;
    }
    to {
      height: 66vw;
    }
  }
  .about_section3_title {
    font-size: 28px;
    line-height: 1.3;
  }
  .about_section3_title2 {
    font-size: 18px;
  }
  .about_section.section3.active .about_section3_title2 {
    height: 24px;
  }
  .about_section4_img {
    width: 80%;
    max-width: 200px;
    margin: 48px auto 24px auto;
  }
  .about_section.section4.active .about_section4_img {
    animation: none;
  }
  .about_section4_title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .about_section4_txt {
    line-height: 1.8;
    font-size: 16px;
    text-align: left;
  }
  .about_section4_body {
    width: 100%;
    max-width: 700px;
  }
  .about_section4_btn {
    margin-top: 24px;
  }
  .about_section4_btn .btn {
    margin: 0 auto;
  }
  .about_symbol_box {
    min-height: 72vw;
  }
  .about_symbol_content .title {
    font-size: 24px;
  }
  .about_symbol_content .txt {
    font-size: 32px;
  }
}

/*sm以下*/
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  .main_pt {
    padding-top: 40px;
  }
  .main_pb {
    padding-bottom: 48px;
  }
  .block_pt {
    padding-top: 48px;
  }
  .block_pb {
    padding-bottom: 48px;
  }
  /*分享列*/
  .share_item a,
  .share_item button {
    font-size: 16px;
    width: 36px;
    height: 36px;
  }
  .news_content_main .share_item + .share_item {
    margin-left: 24px;
  }
  /*看更多*/
  .view_more {
    margin-top: 24px;
  }
  /*頁面標題*/
  .page_title_bg {
    height: 61vw;
    padding: 48px 16px;
    margin-bottom: 40px;
  }
  .page_title {
    margin-bottom: 40px;
  }
  .page_title h1 {
    font-size: 28px;
  }
  /*區塊標題*/
  .block_title {
    margin-bottom: 16px;
  }
  .block_title h2 {
    font-size: 32px;
  }
  .block_title p {
    margin-top: 16px;
    font-weight: 400;
    line-height: 1.65;
  }
  .block_title_sec {
    font-size: 28px;
  }
  /*商品卡片*/
  .product_list {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: -20px;
  }
  .product_item {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 20px;
  }
  .product_card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    display: block;
  }
  .product_card_img {
    border-radius: 8px 8px 0 0;
  }
  .product_card_body {
    padding: 8px;
  }
  .product_card_title {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 1rem;
  }
  .product_card_brife {
    line-height: 1.5;
  }
  /*消息卡片*/
  .news_item {
    width: 100%;
  }
  /*footer*/
  .page_footer {
    position: relative;
    padding: 24px 0;
    z-index: 500;
  }
  /*文章清單*/
  .article_inventory_img {
    width: 80px;
  }
  .article_inventory_body {
    padding-right: 8px;
  }
  .article_inventory_body p {
    -webkit-line-clamp: 2;
  }
  /*關鍵字*/
  .tag_list {
    margin-bottom: -16px;
  }
  .tag_list span {
    padding-bottom: 16px;
  }
  /*商品圖片輪播*/
  .product_pic_swiper_box .swiper_button_box .swiper-button-next,
  .product_pic_swiper_box .swiper_button_box .swiper-button-prev {
    display: none;
  }
  .product_content_img {
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -40px;
    width: auto;
  }
  .product_pic_swiper {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*制式圖文區塊*/
  .imagestext_block + .imagestext_block {
    margin-top: 64px;
  }
  .imagestext_body {
    padding: 16px 0 0 0;
  }
  .imagestext_txt::before {
    display: none;
  }
  .imagestext_body.only {
    padding: 28px 24px;
  }
  /*首頁banner*/
  .index_brand_box {
    padding-top: 72px;
    padding-bottom: 32px;
  }
  .banner_Swiper_item {
    height: 172vw;
  }
  .banner_Swiper_txt {
    font-size: 48px;
    text-align: center;
    /* color: var(--font-color); */
  }
  /*首頁品牌理念*/
  .index_brand_title {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .index_brand_brief {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
  }
  .index_brand_img_box {
    height: 61vw;
    margin-top: 16px;
  }
  .index_brand_img {
    height: 150%;
    transform: translateY(-25%);
  }
  /*首頁品牌特色*/
  .index_feature_box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .feature_card_img {
    width: 100%;
    max-width: 100px;
  }
  .feature_card_title {
    font-size: 16px;
  }
  .index_feature_box .block_title.center,
  .index_feature_box .block_title.center p {
    text-align: left;
  }
  /*首頁Logo意象說明*/
  .index_logo_box {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .index_logo_img {
    margin-bottom: 24px;
  }
  /* .index_logo_box .block_title{
        text-align: center;
    } */
  /*首頁商品介紹*/
  .index_product_box {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .index_product_MEGA_img1 {
    width: 120px;
    right: 32%;
  }
  .index_product_MEGA_img1 img {
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  .index_product_body {
    padding-bottom: 24px;
  }
  .index_product_item + .index_product_item {
    margin-top: 48px;
  }
  .index_product_item:nth-child(even) .index_product_content {
    flex-direction: column;
  }
  /*聯絡我們*/
  .contact_tips {
    margin-bottom: 24px;
  }
  .contact_right {
    margin-top: 32px;
  }
  .contact_form_box .my_form_btn .btn {
    margin-left: auto;
    margin-right: auto;
  }
  /*產品內容頁*/
  .product_header {
    position: relative;
    background: none;
  }
  .product_header::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 50% 50% 0 0;
    z-index: 1;
    background-image: linear-gradient(to top, #f7faf7 0%, #e0f0f0 90%);
  }
  .product_header_row {
    position: relative;
    overflow: hidden;
    padding-top: 32px;
    padding-bottom: 32px;
    z-index: 2;
  }
  .product_header_row::before {
    left: 50%;
    right: auto;
    top: 128px;
    font-size: 20px;
    transform: translateX(-50%) scale(5);
  }
  .product_title {
    padding-bottom: 0;
    font-size: 28px;
  }
  .product_img_box {
    margin-top: 24px;
    padding-bottom: 16px;
  }
  .product_img {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    margin-top: 0;
  }
  .product_header .brand_banner_scroll {
    display: none;
  }
  .product_present_box {
    margin-top: 24px;
    padding-bottom: 32px;
  }
  .present_block_title {
    margin-bottom: 16px;
  }
  .product_present_block + .product_present_block {
    margin-top: 32px;
  }
  .product_present_body {
    padding: 0 0 52px 0;
  }
  .product_info_box {
    padding-top: 24px;
  }
  .product_info h1 {
    margin-bottom: 16px;
  }
  .product_specification {
    margin-top: 16px;
    padding-top: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product_present_block {
    padding-top: 0;
    border-top: none;
  }
  .product_present_title {
    font-weight: 500;
    font-size: 1.125rem;
    text-align: left;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
    padding: 12px 16px;
    background-color: var(--bg-color);
  }
  .product_present_box .from_tiptap li,
  .product_present_box .from_tiptap p {
    font-size: 1rem;
  }
  .product_info_box .article_share {
    margin-top: 24px;
  }
  .product_info_box .article_share .share_list {
    justify-content: flex-end;
  }
  /*首頁-介紹與服務*/
  .index_services_body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 48px;
  }
  .index_services_img {
    width: 100%;
    margin-top: -64px;
    z-index: -1;
  }
  /*責任與信賴*/
  .index_duty_box {
    background: var(--bg-color);
    padding-bottom: 48px;
  }
  .index_duty_row {
    flex-direction: column-reverse;
  }
  .index_duty_body {
    margin-top: 0;
    padding: 48px 0 32px 0;
  }
  .index_duty_list {
    margin-bottom: 16px;
  }
  .index_duty_list li {
    width: 50%;
    padding-bottom: 8px;
  }
  /*探討與分享*/
  .index_probe_box {
    padding-left: 0;
    padding-right: 0;
  }
  .index_probe_body {
    padding: 48px 0;
    width: 100%;
  }
  /*FAQ*/
  .faq_item + .faq_item {
    margin-top: 12px;
  }
  .faq_item_card_title {
    font-size: 18px;
    padding: 16px 20px;
  }
  .faq_item_card_body {
    padding: 0 20px 16px 20px;
  }
  /*主要成份*/
  .ingredient_foreword_content {
    margin-top: -40px;
    padding: 48px 32px;
  }
  /*主要成份-機能性補充劑*/
  .liposome_img img {
    max-width: 80%;
  }
  /*聯絡我們*/
  .social_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -14px;
    margin-right: -14px;
  }
  .social_item + .social_item {
    margin-left: 0;
  }
  .social_item {
    padding-left: 14px;
    padding-right: 14px;
  }
  /*訊息公告*/
  .cjlife_box {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
  .cjlife_content .maincolor_border_btn {
    margin: 0 auto;
  }
  .link_list {
    margin-bottom: -12px;
  }
  .link_item {
    padding-bottom: 12px;
  }
  .link_link {
    padding: 16px 20px;
  }
  /*首頁-聯絡我們*/
  .index_contact {
    padding-left: 16px;
    padding-right: 16px;
  }
  .index_contact_content .block_title {
    text-align: center;
  }
  .index_contact_txt {
    text-align: center;
  }
  .index_contact_content .view_more .btn {
    margin: 0 auto;
  }
  /*消息內容頁*/
  .article_header {
    margin-bottom: 24px;
  }
  .article_page_img {
    margin-left: -16px;
    margin-right: -16px;
  }
  .page_title_bg.product {
    height: 33.333vw;
  }
  /*404頁面*/
  .error_page {
    padding-top: 80px;
    min-height: auto;
  }
  .error_img img {
    width: 90%;
  }
  .error_title_2 {
    font-size: 28px;
  }
  .error_title {
    font-size: 100px;
    line-height: 1.2;
  }
  .error_txt {
    font-size: 1rem;
  }
  .error_txt br {
    display: none;
  }
}

/*超窄*/
@media (max-width: 389px) {
  .header_logo a img {
    height: 40px;
  }
}
