
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

body {
    font-family: "Microsoft JhengHei";
    /* background-color: #000; */
    background-color: #FFFEFA;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
}

a img {
    border: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:focus-visible,
:focus {
    outline: unset;
}

button:focus {
    outline: unset;
}

button {
    border: 0;
}

section{
    position: relative;
    /* overflow-x: hidden; */
}

/* ========= common:start ========= */
.public_container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
@media (max-width: 1560px) {
    .public_container {
        max-width: 1160px;
    }
}
@media (max-width: 1199px) {
    .public_container {
        max-width: 960px;
    }
}
@media (max-width: 991px) {
    .public_container {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .public_container {
        max-width: 540px;
    }
}
@media (max-width: 576px) {
    .public_container {
        max-width: unset;
        padding: 0 15px;
    }
}
.public_img_block {
    width: 100%;
    position: relative;
}
.public_img_block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_us_bg_font {
    line-height: normal;
}
.promise_bg_font {
    line-height: 1;
}
/*  共用分頁:start  */
.gs_pagination {
    width: 100%;
    padding: 10px 0;
    clear: both;
    text-align: center;
    background: none;
    box-shadow: none;
    margin: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* @media (max-width: 991px) {
    .gs_pagination {
        justify-content: end;
    }
} */
.gs_pagination a.other_page {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    background-color: #D9D9D9;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    /* font-weight: bold; */
    transition: all 0.2s ease-in-out;
    display: inline-block;
    /* font-weight: bold; */
    margin: 0 10px;
}
.gs_pagination strong {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: #C75E5E;
    border-radius: 3px;
    border: 1px solid #C75E5E;
    font-size: 18px;
    /* font-weight: bold; */
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-weight: normal;
    margin: 0 10px;
}
.gs_pagination a.other_page:hover,
.gs_pagination strong:hover {
    background-color: #C75E5E;
    border: 1px solid #C75E5E;
    color: #ffffff;
}
@media (max-width: 991px) {
    .gs_pagination strong,
    .gs_pagination a.other_page {
        font-size: 18px;
    }
    .gs_pagination a.pag_btn {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .gs_pagination {
        margin-top: 30px;
    }
    .gs_pagination a.pag_btn,
    .gs_pagination a.other_page,
    .gs_pagination strong {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-right: 5px;
    }
}
.gs_pagination_icon {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #C75E5E;
    /* border: 1px solid #D9D9D9; */
    border-radius: 3px;
    font-size: 30px;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    background-color: transparent;
}
@media (max-width: 767px) {
    .gs_pagination_icon {
        width: 35px;
        height: 35px;
    }
}
.gs_pagination_icon:hover {
    /* background-color: #C75E5E;
    border: 1px solid #C75E5E; */
    /* color: #ffffff; */
    color: #C75E5E;
    opacity: 0.8;
}
/* 共用導覽列 */
/* 共用列表頁 */
/* ========== html 編輯器 ========== */
.html_ekditor_content * {
    line-height: 1.5em;
}

a[href^="tel"] {
    color: inherit;     /* 不要變藍色 */
    text-decoration: none; /* 移除底線 */
    /* cursor: default; */
}

.html_ekditor_content {
    width: 100%;
    word-break: break-all;
}

.html_ekditor_content img {
    max-width: 100%;
    height: auto !important;
    display: inline !important;
}

.html_ekditor_content iframe {
    max-width: 100%;
}

.html_ekditor_content p {
    z-index: 1;
}

.html_ekditor_content p {
    z-index: 1;
}

.html_ekditor_content ul,
.html_ekditor_content ol {
    padding-left: 2rem;
}
.html_ekditor_content:after {
    content: ""; /* 2. 新增 content，注意需要加上 "" */
    display: block; /* 3. 新增 display，也可以用 table */
    clear: both;
}

/* 上方大圖: */
.upper_img_desk {
    width: 100%;
    height: calc(100vw / 1920 * 520);
}

@media (max-width: 767px) {
    .upper_img_desk {
        display: none;
    }
}

.upper_img_mobile {
    display: none;
}

@media (max-width: 767px) {
    .upper_img_mobile {
        display: block;
        width: 100%;
        height: calc(100vw / 430 * 183);
    }
}


/* 共用導覽列 */
.public_nav_block {
    color: #A5A5A5;
    margin-top: 20px;
    margin-bottom: 50px;

}
@media (max-width: 1560px) {
    .public_nav_block {
        margin-top: 18px;
        /* margin-bottom: 50px; */
    }
}

@media (max-width: 1199px) {
    .public_nav_block {
        margin-top: 16px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .public_nav_block {
        margin-top: 14px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .public_nav_block {
        margin-top: 12px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .public_nav_block {
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
.public_nav {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.public_nav_wrap {
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (max-width: 576px) {
    .public_nav {
        height: 39px;
    }
}
.breadcrumb_item {
    font-size: 18px;
}
@media (max-width: 576px) {
    .breadcrumb_item {
        font-size: 16px;
    }
}
.breadcrumb_item:not(:last-child) {
    margin-right: 15px;
    position: relative;
}

.breadcrumb_item:not(:last-child):after {
    content: "/";
    position: absolute;
}

.breadcrumb_item a {
    color: #A5A5A5;
}

.breadcrumb_item a:hover {
    opacity: 0.7;
}
/* ========= common:end ========= */
/* ========= header:start ========= */
header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 30;
    background-color: #fff;
    border-top: 9px solid #e60012;
}
.header_block{
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.16);
    position: relative;
    z-index: 40;
}
.header {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 12px 0px;
}
@media (max-width: 1560px) {
    .header {
        max-width: 1180px;
    }
}
@media (max-width: 1199px) {
    .header {
        max-width: 980px;
    }
}
@media (max-width: 991px) {
    .header {
        width: 100%;
        padding: 4px 15px;
    }
}
@media (max-width: 576px) {
    .header {
        width: 100%;
        /* padding: 4px 12px; */
    }
}
.header.active {
    width: 100%;
    max-width: 1500px;
    margin: auto;
    padding: 6px 0px;
    transition: 0.3s;
}
.header_nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
}
@media (max-width: 991px) {
    .header_nav {
        display: none;
    }
}
.header_logo{
    width: 125px;
    height: 118px;
    margin: 0px 75px;
    transition: 0.3s;
}
@media (max-width: 1560px) {
    .header_logo {
        margin: 0px 55px;
    }
}
@media (max-width: 1199px) {
    .header_logo {
        margin: 0px 35px;
    }
}

.header_logo.active{
    width: 104px;
    height: 98px;
    margin: 0px 75px;
}

.header_nav_item{
    /* border-right: 1px solid black; */
    width: calc((100% - 275px)/6);
    text-align: center;
    position: relative;
}
@media (max-width: 1560px) {
    .header_nav_item {
        width: calc((100% - 235px)/6);
    }
}
@media (max-width: 1199px) {
    .header_nav_item {
        width: calc((100% - 195px)/6);
    }
}
.header_nav_item a{
    color: #000;
}
.header_nav_item a:hover{
    color: #E3928A;
}
.header_nav_item.active a{
    color: #E3928A;
}
.header_nav_item_line::before{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #5B8D4B;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
/* 手機版 */
.header_nav_mobile{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo_mobile{
    display: none;
}
@media (max-width: 991px) {
    .header_logo_mobile {
        display: block;
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 767px) {
    .header_logo_mobile {
        width: 60px;
        height: 60px;
    }
}
/* 漢堡條:start */
.ham_icon {
    display: none;
    font-size: 24px;
}
@media (max-width: 991px) {
    .ham_icon {
        display: block;
    }
}
.mobile_menu_block{
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    z-index: 20;
    height: calc(100vh - 88px);
    background-color: #FFEAEA;
    overflow-y: auto;
	overscroll-behavior: none;
	display: none;
    padding-bottom: 70px;
    padding-top: 30px;
}
@media (max-width: 767px){
	.mobile_menu_block{
		top: 68px;
        height: calc(100vh - 68px);
	}
}
@media (min-width: 991px){
	.mobile_menu_block{
		display: none !important;
	}
}
.mobile_menu{

}
.mobile_menu_item_wrap{
    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.1);
    overflow: hidden;
}
.mobile_menu_item{
    display: block;
    font-size: 20px;
    background-color: #fff;
    color: #000;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
}
.mobile_menu_item:hover{
    color: #000;
}
.mobile_menu_item i {
    color: #E3928A;
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.mobile_menu_item.active{
    background-color: #E3928A;
    color: #fff;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.mobile_menu_item.active i {
    color: #fff;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center center;
}
.mobile_menu_subitem_wrap{
    padding: 0px 20px;
    background-color: #C75E5E;
    display: none;
}
.mobile_menu_subitem{
    display: block;
    background-color: #C75E5E;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 15px;
    border-bottom: 1px dashed white;
    word-break: break-all;
}
.mobile_menu_subitem:hover{
    color: #fff;
}
.mobile_menu_subitem:last-of-type{
    border-bottom: none;
}
.header_blank{
    height: 151px;
    transition: 0.3s;
}
@media (max-width: 991px){
	.header_blank{
		height: 97px;
	}
}
@media (max-width: 767px){
	.header_blank{
		height: 77px;
	}
}
.header_blank.active{
    height: 119px;
}
/* ========= header:end ========= */
.goTop_wrap{
    position: fixed;
    z-index: 10;
    /* right: 50px; */
    right: 3vw;
    bottom: 120px;
    display: none;
}
.goTop{
    background-color: #ED9633;
    color: #fff;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}
.goTop:hover{
    transform: scale(1.1);
}
.goTop i{
    display: block;
    font-size: 12px;
    margin-bottom: 2px;
}
/* ========= footer:start ========= */
footer{
    margin-top: -100px;
    pointer-events: none;
}
.footer_block {
    background-image: url("../img/footer_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
    font-size: 18px;
    height: 210px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
}
@media (max-width: 767px){
	.footer_block{
		background-image: url("../img/footer_bg_mobile.png");
        height: 250px;
        font-size: 16px;
    }
}
.footer_logo_box{
    width: 160px;
    height: 160px;
    position: absolute;
    pointer-events:all;
    left: 50%;
    top: 0px;
    transform: translate(-50%, -50%);
}
@media (max-width: 767px){
	.footer_logo_box{
        width: 115px;
        height: 115px;
    }
}
.footer{
    padding-bottom: 10px;
    pointer-events:all;
}
.footer_social_wrap{
    font-size: 27px;
    text-align: center;
    margin-bottom: 10px;
}
@media (max-width: 767px){
	.footer_social_wrap{
        margin-bottom: 7px;
    }
}
.footer_social_wrap a{
    color: #fff;
    margin: 0px 10px;
}
.footer_contact_wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
@media (max-width: 767px){
	.footer_contact_wrap{
        flex-direction: column;
        margin-bottom: 3px;
        gap: 3px;
    }
}
.footer_contact_wrap a{
    color: #fff;
}
.footer_contact_wrap >*{
    padding: 0px 15px;
    position: relative;
    text-align: center;
}
.footer_contact_wrap a:hover{
    color: #b9b9b9;
}
@media (max-width: 991px){
	.footer_contact_wrap a:hover{
        color: #fff;
    }
}
.footer_contact_line::before{
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: #fff;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 767px){
	.footer_contact_line::before{
        content: none;
    }
}
.copy_right_block{
    background-color: #6C1007;
    text-align: center;
    padding: 5px;
    font-size: 16px;
}
@media (max-width: 767px){
	.copy_right_block{
        font-size: 14px;
    }
}
.copy_right{
    color: #fff;
    pointer-events:all;
}
.copy_right a{
    color: #fff;
}
.copy_right a:hover{
    color: #b9b9b9;
}
@media (max-width: 991px){
	.copy_right a:hover{
        color: #fff;
    }
}
@media (max-width: 767px){
	.copy_right span{
        display: block;
    }
}
/* ========= footer:end ========= */

/* ========= welcome:start ========= */
#slider_block_desk img {
    height: calc(100vw / 1920 * 957);
}
#slider_block_mobile img {
    height: calc(100vw / 428 * 293);
}
#slider_block_mobile {
    display: none;
}
@media (max-width: 776px) {
    #slider_block_desk {
        display: none;
    }
    #slider_block_mobile {
        display: block;
    }
}
#slider_block_desk {
    position: relative;
}
.slick-dots {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    bottom: calc(100vw / 1920 * 80);
    right: 40px;
    /* transform: translateX(-50%); */
}
@media (max-width: 767px) {
    .slick-dots {
        gap: 10px;
        right: 4%;
        /*
        transform: translateX(50%);
        flex-direction: row; */
    }
}
.slick-dots li button {
    /* 移除數字 */
    display: none;
}
.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /* border: 1px solid #707070; */
    background-color: #BCBCBC;
    cursor: pointer;
}
@media (max-width: 767px) {
    .slick-dots li {
        width: 12px;
        height: 12px;
    }
}
.slick-track {
    width: 100%;
}
.slick-dots li.slick-active {
    background-color: #757575;
    border: unset;
}
/* 關於我們 */
.index_about_us_section{
    padding-top: 200px;
    padding-bottom: 230px;
    background-color: #fff;
}
@media (max-width: 1560px) {
    .index_about_us_section {
        padding-top: 180px;
        padding-bottom: 200px;
    }
}
@media (max-width: 1199px) {
    .index_about_us_section {
        padding-top: 160px;
        padding-bottom: 170px;
    }
}
@media (max-width: 991px) {
    .index_about_us_section {
        padding-top: 100px;
        padding-bottom: 140px;
    }
}
@media (max-width: 767px) {
    .index_about_us_section {
        padding-top: 80px;
        padding-bottom: 110px;
    }
}
@media (max-width: 575px) {
    .index_about_us_section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.about_us_top_decorate{
    top: 0px;
    width: 100%;
    left: 0px;
    transform: translateY(-57%);
    /* border: 1px solid black; */
    position: absolute;
    pointer-events:none;
}
.index_about_title_decorate{
    position: absolute;
    top: 60px;
    /* left: 100px; */
    left: calc((100vw - 1400px)/4);
    transform: translateX(-40%);
}
@media (max-width: 1560px) {
    .index_about_title_decorate {
        left: calc((100vw - 1160px)/4);
    }
}
@media (max-width: 1400px) {
    .index_about_title_decorate {
        display: none;
    }
}
.index_about_other_decorate1{
    position: absolute;
    top: 30px;
    right: 0px;
    overflow: hidden;
}
@media (max-width: 1400px) {
    .index_about_other_decorate1 {
        display: none;
    }
}
.index_about_other_decorate1 img{
    position: relative;
    right: -50px;
    top: 0px;
}
.index_about_other_decorate2{
    position: absolute;
    bottom: 90px;
    right: 0px;
    overflow: hidden;
}
@media (max-width: 1560px) {
    .index_about_other_decorate2 {
        bottom: 60px;
    }
}
@media (max-width: 1400px) {
    .index_about_other_decorate2 {
        display: none;
    }
}
.index_about_other_decorate2 img{
    position: relative;
    /* bottom: 90px; */
    right: -70px;
}
.index_about_us{
    display: flex;
    /* gap: 70px; */
    gap: 88px;
}
@media (max-width: 991px) {
    .index_about_us {
        flex-direction: column;
        gap: 70px;
    }
}
.index_about_us_block1{
    /* 656*539 */
    width: calc(50% - 35px);
    height: 539px;
}
@media (max-width: 1560px) {
    .index_about_us_block1 {
        height: 440px;
    }
}
@media (max-width: 1199px) {
    .index_about_us_block1 {
        height: 358px;
    }
}
@media (max-width: 991px) {
    .index_about_us_block1 {
        width: 100%;
        height: 592px;
    }
}
@media (max-width: 767px) {
    .index_about_us_block1 {
        height: 444px;
    }
}
@media (max-width: 576px) {
    .index_about_us_block1 {
        height: calc((100vw - 30px)/656*539);
    }
}
/* .index_about_us_block1 img{
    object-fit: cover;
} */
.index_about_us_block2{
    width: calc(50% - 35px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 60px; */
    height: 540px;
}
@media (max-width: 1560px) {
    .index_about_us_block2 {
        height: 443px;
    }
}
@media (max-width: 1199px) {
    .index_about_us_block2 {
        height: 361px;
    }
}
@media (max-width: 991px) {
    .index_about_us_block2 {
        width: 100%;
        justify-content: center;
        /* gap: 50px; */
        height: unset;
    }
}
.public_title_block{
    display: flex;
    align-items: center;
    gap: 15px;
}
@media (max-width: 576px) {
    .welcome_item_title{
        position: relative;
        left: -35px;
    }
}
.public_title_img_box{
    width: 66px;
    height: 66px;
}
@media (max-width: 576px) {
    .public_title_img_box {
        width: 50px;
        height: 50px;
    }
}
.public_title_box{

}
.public_title_en{
    color: #E3928A;
    font-size: 35px;
    line-height: 1.15em;
}
@media (max-width: 576px) {
    .public_title_en {
        font-size: 20px;
    }
}
.public_title_cn{
    color: #000;
    font-size: 25px;
    font-weight: bold;
}
@media (max-width: 576px) {
    .public_title_cn {
        font-size: 18px;
    }
}
.index_about_intro_box{
    /* margin-top: 50px; */
    font-size: 20px;
    line-height: 1.75em;
    overflow-y: auto;
    height: 300px;
}
@media (max-width: 1560px) {
    .index_about_intro_box {
        height: 260px;
    }
}
@media (max-width: 1199px) {
    .index_about_intro_box {
        height: 180px;
    }
}
@media (max-width: 991px) {
    .index_about_intro_box {
        height: unset;
        margin-top: 20px;
        margin-bottom: 50px;
    }
}
@media (max-width: 576px) {
    .index_about_intro_box {
        font-size: 18px;
    }
}
.public_btn_box{
    display: flex;
    justify-content: end;
    align-items: end;
    /* margin-top: 60px; */
}
@media (max-width: 991px) {
    .public_btn_box{
        justify-content: center;
    }
}
.public_btn1{
    outline: 1px solid #C75E5E;
    font-size: 20px;
    padding: 9px 37px;
    color: #C75E5E;
    position: relative;
    border-radius: 3px;
}
@media (max-width: 576px) {
    .public_btn1{
        font-size: 18px;
    }
}
.public_btn1:hover{
    background-color: #C75E5E;
    color: #fff;
}
@media (max-width: 991px) {
    .public_btn1:hover{
        background-color: #fff;
        color: #C75E5E;
    }
}
.public_btn1 i{
    font-size: 7px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 8px;
}
/* welcome_product */
.index_product_section{
    /* overflow: hidden; */
}
.index_product_bottom_decorate{
    position: absolute;
    bottom: 0px;
    transform: translateY(48%);
    z-index: 3;
}
.index_product{
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.index_product_mobile{
    display: none;
}
@media (max-width: 991px) {
    .index_product_pc{
        display: none;
    }
    .index_product_mobile{
        display: block;
    }
}
.index_product_img_box{
    /* 480*1033 */
    min-height: calc(100vw/4/480*1033);
    height: calc(100vw/4/480*1033);
    /* width: calc(100vw/4); */
    position: relative;
    display: block;
}
@media (max-width: 991px) {
    .index_product_img_box{
        min-height: calc(100vw/428*280);
        height: calc(100vw/4/480*1033);
        width: 100%;
    }
}
/* .index_product_img_box img{
    object-fit: contain;
} */
.index_product_img_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.5;
    transition: 0.3s;
}
.index_product_img_name{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: block;
    transition: 0.3s;
    height: 80%;
    width: 60%;
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 20px 0px; */
}
@media (max-width: 576px) {
    .index_product_img_name{
        font-size: 20px;
    }
}
.index_product_img_box:hover::before{
    opacity: 0;
}
@media (max-width: 991px) {
    .index_product_img_box:hover::before{
        opacity: 0.5;
    }
}
/* welcome_popular_item */
.index_popular_item_section{
    z-index: 1;
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: #FFFDF8;
}
@media (max-width: 991px) {
    .index_popular_item_section{
        padding-top: 120px;
        padding-bottom: 130px;
    }
}
@media (max-width: 576px) {
    .index_popular_item_section{
        padding-top: 100px;
        padding-bottom: 120px;
    }
}
.index_popular_item_decorate1{
    position: absolute;
    bottom: 0px;
    transform: translateY(41%);
    left: 15px;
}
@media (max-width: 991px) {
    .index_popular_item_decorate1 {
        width: 290px;
    }
}
@media (max-width: 767px) {
    .index_popular_item_decorate1 {
        width: 250px;
    }
}
@media (max-width: 576px) {
    .index_popular_item_decorate1 {
        width: 210px;
    }
}
.index_popular_item_title_decorate{
    position: absolute;
    bottom: 80px;
    right: calc((100vw - 1400px)/4);
    transform: translateX(40%);
}
@media (max-width: 1560px) {
    .index_popular_item_title_decorate {
        right: calc((100vw - 1160px)/4);
    }
}
@media (max-width: 1400px) {
    .index_popular_item_title_decorate {
        display: none;
    }
}

.index_item_container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
@media (max-width: 1560px) {
    .index_item_container {
        max-width: 1160px;
    }
}
@media (max-width: 1199px) {
    .index_item_container {
        max-width: 960px;
    }
}
@media (max-width: 991px) {
    .index_item_container {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .index_item_container {
        max-width: 540px;
    }
}
@media (max-width: 576px) {
    .index_item_container {
        max-width: unset;
        padding: 0 41px;
    }
}
.index_popular_item_wrap{
    margin-top: 30px;
}
.index_popular_item_slider_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    font-size: 10px;
    color: #C75E5E;
    display: none;
    cursor: pointer;
}
@media (max-width: 767px) {
    .index_popular_item_slider_next {
        display: block;
    }
}
@media (max-width: 630px) {
    .index_popular_item_slider_next {
        right: -15px;
    }
}
@media (max-width: 576px) {
    .index_popular_item_slider_next {
        right: -30px;
        font-size: 7px;
    }
}
.index_popular_item_slider_pre{
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    left: -40px;
    font-size: 10px;
    color: #C75E5E;
    display: none;
    cursor: pointer;

}
@media (max-width: 767px) {
    .index_popular_item_slider_pre {
        display: block;
    }
}
@media (max-width: 630px) {
    .index_popular_item_slider_pre {
        left: -15px;
    }
}
@media (max-width: 576px) {
    .index_popular_item_slider_pre {
        left: -30px;
        font-size: 7px;
    }
}
.index_popular_item_box{
    padding: 23px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 10px 10px;
    background-color: #fff;
}
@media (max-width: 576px) {
    .index_popular_item_box {
        padding: 20px;
    }
}
.index_popular_item_img_box{
    /* 403*422 */
    height: 422px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
@media (max-width: 1560px) {
    .index_popular_item_img_box {
        height: 332px;
    }
}
@media (max-width: 1199px) {
    .index_popular_item_img_box {
        height: 262px;
    }
}
@media (max-width: 991px) {
    .index_popular_item_img_box {
        height: 304px;
    }
}
@media (max-width: 767px) {
    .index_popular_item_img_box {
        height: 492px;
    }
}
@media (max-width: 576px) {
    .index_popular_item_img_box {
        height: calc(100vw - 142px / 298 * 307);
    }
}
.index_popular_item_img_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.index_popular_item_img_box::after{
    content: url("../img/index_item_decorate.png");
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    transition: 0.3s;
}
.index_popular_item_box:hover .index_popular_item_img_box::before{
    opacity: 0.4;
}
.index_popular_item_box:hover .index_popular_item_img_box::after{
    display: block;
}
@media (max-width: 991px) {
    .index_popular_item_box:hover .index_popular_item_img_box::before{
        opacity: 0;
    }
    .index_popular_item_box:hover .index_popular_item_img_box::after{
        display: none;
    }
}
.index_popular_item_name{
    margin-top: 20px;
    text-align: center;
    color: #000;
    font-size: 22px;
    min-height: 33px;
}
@media (max-width: 576px) {
    .index_popular_item_name {
        margin-top: 15px;
        font-size: 18px;
        min-height: unset;
        /* line-height: 2em; */
        /* display: flex; */
    }
}
/* Persistence_section */
.index_persistence_section{
    padding-top: 170px;
    padding-bottom: 400px;
    background-image: url("../img/presistence_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1199px) {
    .index_persistence_section {
        padding-top: 140px;
        padding-bottom: 350px;
    }
}
@media (max-width: 991px) {
    .index_persistence_section {
        padding-top: 120px;
        padding-bottom: 310px;
        /* background-image: url("../img/presistence_bg_mobile.jpg"); */
    }
}
@media (max-width: 767px) {
    .index_persistence_section {
        padding-top: 100px;
        padding-bottom: 270px;
    }
}
@media (max-width: 576px) {
    .index_persistence_section {
        padding-top: 80px;
        padding-bottom: 230px;
    }
}
.index_persistence_section_mask{
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    top: 0;
}
.index_persistence_title_wrap{
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
}
@media (max-width: 991px) {
    .index_persistence_title_wrap {
        margin-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .index_persistence_title_wrap {
        margin-bottom: 70px;
    }
}
@media (max-width: 576px) {
    .index_persistence_title_wrap {
        margin-bottom: 60px;
    }
}
.index_persistence_title_en{
    font-size: 35px;
}
@media (max-width: 576px) {
    .index_persistence_title_en {
        font-size: 20px;
    }
}
.index_persistence_title_cn{
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .index_persistence_title_cn {
        font-size: 18px;
    }
}
.index_persistence_title_cn span{
    padding: 0px 10px;
}
.index_persistence_title_cn i{
    font-size: 16px;
}
@media (max-width: 576px) {
    .index_persistence_title_cn i{
        font-size: 10px;
    }
}
.index_persistence{
    display: flex;
    /* margin: 0px -49px; */
    margin-bottom: 210px;
}
@media (max-width: 1199px) {
    .index_persistence{
        margin-bottom: 180px;
    }
}
@media (max-width: 991px) {
    .index_persistence{
        flex-wrap: wrap;
        row-gap: 50px;
        margin-bottom: 150px;
    }
}
@media (max-width: 767px) {
    .index_persistence{
        margin-bottom: 120px;
    }
}
@media (max-width: 576px) {
    .index_persistence{
        margin-bottom: 90px;
    }
}
.index_persistence_item_box{
    padding: 0px 49px;
    color: #fff;
    width: calc(100%/4);
    /* border-right: 1px solid #fff; */
    position: relative;
}
@media (max-width: 1560px) {
    .index_persistence_item_box{
        padding: 0px 40px;
    }
}
@media (max-width: 1199px) {
    .index_persistence_item_box{
        padding: 0px 20px;
    }
}
@media (max-width: 991px) {
    .index_persistence_item_box{
        width: calc(100%/2);
        padding: 0px 60px;
    }
}
@media (max-width: 767px) {
    .index_persistence_item_box{
        width: calc(100%/2);
        padding: 0px 25px;
    }
}
.index_persistence_item_box:nth-of-type(1){
    padding-left: 0px;
}
.index_persistence_item_box:nth-of-type(4){
    padding-right: 0px;
}
@media (max-width: 991px) {
    .index_persistence_item_box:nth-of-type(3){
        padding-left: 0px;
    }
    .index_persistence_item_box:nth-of-type(2){
        padding-right: 0px;
    }
}
.index_persistence_item_box_line::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 190px;
    top: 15px;
    right:0px;
    transform: translateX(50%);
    background-color: #fff;
}
@media (max-width: 991px) {
    .index_persistence_item_box_line::after{
        width: 1px;
        height: 150px;
        top: 40px;
    }
}
.index_persistence_item_box_line2::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 190px;
    top: 15px;
    right:0px;
    transform: translateX(50%);
    background-color: #fff;
}
@media (max-width: 991px) {
    .index_persistence_item_box_line2::after{
        display: none;
    }
}
.index_persistence_item_img_box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 170px;
}
@media (max-width: 767px) {
    .index_persistence_item_img_box{
        height: 140px;
    }
}
@media (max-width: 576px) {
    .index_persistence_item_img_box{
        height: 110px;
    }
}
.index_persistence_item_img_box img{
    width: unset;
    height: unset;
}
@media (max-width: 1199px) {
    .index_persistence_item_img_box img{
        transform: scale(0.9);
    }
}
@media (max-width: 767px) {
    .index_persistence_item_img_box img{
        transform: scale(0.7);
    }
}
@media (max-width: 576px) {
    .index_persistence_item_img_box img{
        transform: scale(0.6);
    }
}
.index_persistence_item_name{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
@media (max-width: 1199px) {
    .index_persistence_item_name{
        font-size: 22px;
    }
}
@media (max-width: 576px) {
    .index_persistence_item_name{
        font-size: 18px;
    }
}
.index_persistence_item_name span{
    position: relative;
}
.index_persistence_item_name span::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}
@media (max-width: 576px) {
    .index_persistence_item_name span::before{
        width: 5px;
        height: 5px;
    }
}
.index_persistence_item_name span::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
}
@media (max-width: 576px) {
    .index_persistence_item_name span::after{
        width: 5px;
        height: 5px;
    }
}
.index_persistence_item_content{
    text-align: center;
    font-size: 20px;
}
@media (max-width: 1199px) {
    .index_persistence_item_content{
        font-size: 17px;
    }
}
@media (max-width: 576px) {
    .index_persistence_item_content{
        font-size: 16px;
    }
}
/* index_certification_section */
.index_certification_section{
    background-color: #FFFDF8;
    height: 580px;
}
@media (max-width: 991px) {
    .index_certification_section {
        height: 1150px;
    }
}
@media (max-width: 767px) {
    .index_certification_section {
        height: 1000px;
    }
}
@media (max-width: 576px) {
    .index_certification_section {
        /* max-width: calc(100vw * 0.8); */
        /* height: calc((100vw - 20px) * 2); */
        height: calc(100vw/5*8 + 130px);
    }
}
.index_certification_container {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
@media (max-width: 1560px) {
    .index_certification_container {
        max-width: 1160px;
    }
}
@media (max-width: 1199px) {
    .index_certification_container {
        max-width: 960px;
    }
}
@media (max-width: 991px) {
    .index_certification_container {
        max-width: 720px;
    }
}
@media (max-width: 767px) {
    .index_certification_container {
        max-width: 540px;
    }
}
@media (max-width: 576px) {
    .index_certification_container {
        max-width: calc(100vw - 30px);
    }
}
.index_certification{
    box-shadow: 0px 3px 10px rgb(0, 0, 0,0.2);
    position: absolute;
    top: -400px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    border-radius: 3px;
    padding: 90px 80px 60px;
}
@media (max-width: 1199px) {
    .index_certification {
        top: -350px;
        padding: 90px 60px 60px;
    }
}
@media (max-width: 991px) {
    .index_certification {
        top: -310px;
        padding: 90px 45px 90px;
    }
}
@media (max-width: 767px) {
    .index_certification {
        top: -270px;
        padding: 90px 30px 60px;
    }
}
@media (max-width: 576px) {
    .index_certification {
        top: -230px;
        padding: 90px 15px 60px;
    }
}
.index_certification_decorate1_box{
    position: absolute;
    top: -400px;
    right: 0px;
    transform: translateY(-56%);
    z-index: 3;
    width: 36vw;
}
.index_certification_decorate1_box .mobile{
    display: none;
}
@media (max-width: 1199px) {
    .index_certification_decorate1_box {
        top: -350px;
    }
}
@media (max-width: 991px) {
    .index_certification_decorate1_box {
        top: -310px;
    }
    .index_certification_decorate1_box .pc{
        display: none;
    }
    .index_certification_decorate1_box .mobile{
        display: block;
    }
}
@media (max-width: 767px) {
    .index_certification_decorate1_box {
        top: -270px;
        width: 40vw;
    }
}
@media (max-width: 576px) {
    .index_certification_decorate1_box {
        transform: translateY(-40%);
        top: -230px;
        width: 46vw;
    }
}
.index_certification_decorate2_box{
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform: translate(-45%, 45%);
    width: calc(10vw + 45px);
}
@media (max-width: 1360px) {
    .index_certification_decorate2_box{
        transform: translate(-15%, 45%);
    }
}
@media (max-width: 991px) {
    .index_certification_decorate2_box{
        transform: translate(-5%, 55%);

    }
}
.index_certification_decorate3_box{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: calc(6vw + 42px);
    transform: translate(45%, 70%);
}
@media (max-width: 1360px) {
    .index_certification_decorate3_box{
        width: 8vw;
        transform: translate(15%, 70%);
    }
}
@media (max-width: 991px) {
    .index_certification_decorate3_box{
        width: calc(8vw + 42px);
        transform: translate(5%, 75%);

    }
}
.index_certification_title_wrap{
    text-align: center;
    margin-bottom: 45px;
}
@media (max-width: 991px) {
    .index_certification_title_wrap {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .index_certification_title_wrap {
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .index_certification_title_wrap {
        margin-bottom: 15px;
    }
}
.index_certification_title_en{
    font-size: 35px;
    color: #E3928A;
}
@media (max-width: 576px) {
    .index_certification_title_en {
        font-size: 20px;
    }
}
.index_certification_title_cn{
    color: #000;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .index_certification_title_cn {
        font-size: 18px;
    }
}
.index_certification_title_cn span{
    padding: 0px 10px;
}
.index_certification_title_cn i{
    font-size: 16px;
    color: #C75E5E;
}
@media (max-width: 576px) {
    .index_certification_title_cn i{
        font-size: 10px;
    }
}
.index_certification_intro{
    font-size: 20px;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 576px) {
    .index_certification_intro{
        font-size: 16px;
        margin-bottom: 15px;
    }
}
.index_certification_img_wrap{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .index_certification_img_wrap{
        flex-wrap: wrap;
        row-gap: 30px;
    }
}
@media (max-width: 576px) {
    .index_certification_img_wrap{
        row-gap: 15px;
    }
}
.index_certification_img_box{
    width: calc((100% - 210px)/4);
    box-shadow: 0px 3px 5px rgb(0, 0, 0,0.2);
}
@media (max-width: 1560px) {
    .index_certification_img_box{
        width: calc((100% - 180px)/4);
    }
}
@media (max-width: 1199px) {
    .index_certification_img_box{
        width: calc((100% - 150px)/4);
    }
}
@media (max-width: 991px) {
    .index_certification_img_box{
        width: calc((100% - 30px)/2);
    }
}
@media (max-width: 767px) {
    .index_certification_img_box{
        width: calc((100% - 25px)/2);
    }
}
@media (max-width: 576px) {
    .index_certification_img_box{
        width: calc((100% - 15px)/2);
    }
}
.index_certification_img_box_top{
    margin-bottom: 50px;
}
@media (max-width: 1560px) {
    .index_certification_img_box_top{
        margin-bottom: 45px;
    }
}
@media (max-width: 1199px) {
    .index_certification_img_box_top{
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .index_certification_img_box_top{
        margin-bottom: 0px;
    }
}
.index_certification_img_box_bottom{
    margin-top: 50px;
}
@media (max-width: 1560px) {
    .index_certification_img_box_bottom{
        margin-top: 45px;
    }
}
@media (max-width: 1199px) {
    .index_certification_img_box_bottom{
        margin-top: 40px;
    }
}
@media (max-width: 991px) {
    .index_certification_img_box_bottom{
        margin-top: 0px;
    }
}
/* index_contact_section */
.index_contact_section{
    padding-top: 120px;
    padding-bottom: 310px;
    background-image: url("../img/index_contact_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 576px) {
    .index_contact_section{
        padding-top: 50px;
        padding-bottom: 200px;
        background-image: url("../img/index_contact_bg_mobile.png");
    }
}
.font_white{
    color: #fff;
}
.index_contact_box{
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 40px;
    margin-top: 25px;
    border-radius: 3px;
    box-shadow: 0px 3px 10px rgb(0, 0, 0, 0.16);
    justify-content: center;
}
@media (max-width: 1199px) {
    .index_contact_box{
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .index_contact_box{
        flex-direction: column;
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .index_contact_box{
        padding: 20px;
        padding-bottom: 50px;
    }
}
.index_contact_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 991px) {
    .index_contact_left{
        width: 100%;
    }
}
.index_contact_right{
    width: 50%;
}
@media (max-width: 991px) {
    .index_contact_right{
        width: 100%;
    }
}
.contact_form{}
.input_group_col_2{
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    .input_group_col_2{
        display: block;
    }
}
.input_group_col_2 .input_group{
    width: calc(50% - 15px);
}
@media (max-width: 991px) {
    .input_group_col_2 .input_group{
        width: 100%;
    }
}
.input_group{
    margin-bottom: 20px;
}
.input_name{
    margin-bottom: 5px;
    font-size: 20px;
}
@media (max-width: 576px) {
    .input_name{
        font-size: 18px;
    }
}
.public_input{
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: none;
    background-color: #F6F6F5;
    padding-left: 15px;
    font-size: 18px;
}
@media (max-width: 576px) {
    .public_input{
        font-size: 16px;
    }
}
.public_input::placeholder{
    color: #A3A3A3;
}
.public_text{
    resize: none;
    height: 180px;
    padding: 10px 15px;
}
.contact_us_submit_block{
    display: flex;
    align-items: end;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .contact_us_submit_block{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
.contact_btn{
    background-color: #fff;
    border-radius: 3px;
    border:none;
    outline: 1px solid #C75E5E;
    color: #C75E5E;
    display: flex;
    align-items: center;
    padding: 9px 39px;
    font-size: 20px;
    gap: 4px;
    transition: 0.3s;
    font-weight: 400;
}
@media (max-width: 1199px) {
    .contact_btn{
        font-size: 18px;
    }
}
.contact_btn:hover{
    background-color: #C75E5E;
    color: #fff;
}
@media (max-width: 991px) {
    .contact_btn:hover{
        background-color: #fff;
        color: #C75E5E;
    }
}
.contact_btn i{
    font-size: 7px;
}


.index_about_us.animation,
.index_popular_item.animation,
.index_persistence_action.animation,
.index_certification_title_wrap.animation,
.index_certification_intro.animation,
.index_certification_img_wrap.animation,
.index_product.animation,
.index_contact_box.animation{
    animation-name: ani_slideBottom;
    animation-duration: 1s;
    animation-delay: 0.25s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

@media (max-width: 991px) {
    .index_about_us.animation,
    .index_popular_item.animation,
    .index_persistence_action.animation,
    .index_certification_title_wrap.animation,
    .index_certification_intro.animation,
    .index_certification_img_wrap.animation,
    .index_product_img_name.animation,
    .index_product.animation,
    .index_contact_box.animation{
        animation: none;
    }
}

/* .index_certification.animation {
    animation-name: ani_slideTop;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

@media (max-width: 991px) {
    .index_certification.animation {
        animation: none;
    }
} */
/* ========= welcome:end ========= */


/* ========= 頁面共用:start ========= */
/* 產品: 共用-開始 */
.public_page_section{
    margin-bottom: 250px;
    background-color: #FFFEFA;
}
@media (max-width: 576px) {
    .public_page_section {
        margin-bottom: 220px;
    }
}
.about_page_decorate1_box{
    position: absolute;
    top: calc(50% - 100px);
    left: 0px;
    overflow: hidden;
    width: calc(13vw + 14px);
}
@media (max-width: 1400px) {
    .about_page_decorate1_box {
        display: none;
    }
}
.about_page_decorate1_box img{
    transform: translateX(-38%);
}
.about_page_decorate2_box{
    position: absolute;
    right: 0px;
    top: calc(25% - 100px);
    /* transform: translateX(30%); */
    overflow: hidden;
    width: calc(14vw + 11px);
}
@media (max-width: 1400px) {
    .about_page_decorate2_box {
        top: -50px;
    }
}
@media (max-width: 991px) {
    .about_page_decorate2_box {
        top: -40px;
        width: calc(20vw + 20px);
    }
}
@media (max-width: 767px) {
    .about_page_decorate2_box {
        top: -30px;
    }
}
.about_page_decorate2_box img{
    transform: translateX(30%);
}
.public_page{
    display: flex;
    margin-top: 20px;
}
@media (max-width: 991px) {
    .public_page {
        margin-top: 30px;
    }
}
/* 左半部 */
.public_page_menu_outer_wrap{
    width: 240px;
    margin-right: 65px;
}
@media (max-width: 1199px) {
    .public_page_menu_outer_wrap {
        margin-right: 40px;
    }
}
@media (max-width: 991px) {
    .public_page_menu_outer_wrap {
        display: none;
    }
}
.public_page_menu_current_title{
    font-size: 22px;
    margin-bottom: 35px;
    word-break: break-word;
}
.public_page_menu_wrap{
    /* margin-top: 25px; */
}
.public_page_menu_list{
    /* margin-bottom: 20px; */
}
.public_page_menu_list_main{
    font-size: 20px;
    background-color: transparent;
    color: #C75E5E;
    padding: 15px 35px 15px 15px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    display: block;
    border-bottom: 1px solid #C75E5E;
    word-break: break-word;
}
.public_page_menu_list:first-of-type .public_page_menu_list_main{
    border-top: 1px solid #C75E5E;
}
.public_page_menu_list_main:hover{
    color: #fff;
    background-color: #E60012;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.public_page_menu_list_main.active{
    background-color: #E60012;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /* outline: 1px solid #404C58; */
    color: #fff;
}
/* 右半部 */
.public_page_public_outer_wrap{
    width: calc(100% - 305px);
}
@media (max-width: 991px) {
    .public_page_public_outer_wrap {
        width: 100%;
    }
}
.public_page_menu_current_title_mobile{
    display: none;
}
@media (max-width: 991px) {
    .public_page_menu_current_title_mobile{
        display: block;
        font-size: 18px;
        margin-bottom: 20px;
    }
}
.public_content_wrap{}
.public_page_current_navi{
    font-size: 22px;
    color: #C75E5E;
    font-weight: bold;
    text-align: center;
    margin-bottom: 22px;
    word-break: break-all;
}
@media (max-width: 576px) {
    .public_page_current_navi{
        font-size: 18px;
        margin-bottom: 18px;
    }
}

/* 圖片list共用 */
.public_page_img_list_wrap{
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    column-gap: 20px;
    margin-bottom: 80px;
}
@media (max-width: 767px) {
    .public_page_img_list_wrap {
        row-gap: 50px;
        column-gap: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .public_page_img_list_wrap {
        row-gap: 45px;
        column-gap: 20px;
        margin-bottom: 0px;
    }
}
.public_page_img_list_card{
    width: calc((100% - 40px)/3);
}
@media (max-width: 1199px) {
    .public_page_img_list_card {
        width: calc((100% - 40px)/2);
    }
}
@media (max-width: 767px) {
    .public_page_img_list_card {
        width: calc((100% - 20px)/2);
    }
}
@media (max-width: 576px) {
    .public_page_img_list_card {
        width: calc((100% - 20px)/2);
    }
}
.public_page_img_list_card_img_box{
    /* 352*350 */
    height: 350px;
    position: relative;
}
@media (max-width: 1560px) {
    .public_page_img_list_card_img_box {
        height: 270px;
    }
}
@media (max-width: 1199px) {
    .public_page_img_list_card_img_box {
        height: 306px;
    }
}
@media (max-width: 991px) {
    .public_page_img_list_card_img_box {
        height: 338px;
    }
}
@media (max-width: 767px) {
    .public_page_img_list_card_img_box {
        height: 259px;
    }
}
@media (max-width: 576px) {
    .public_page_img_list_card_img_box {
        height: calc((100vw - 50px)/352*350/2);
    }
}
/* .public_page_img_list_card_img_box::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 2;
    transition: 0.3s;
}
.public_page_img_list_card:hover .public_page_img_list_card_img_box::before{
    opacity: 0.5;
}
.public_page_img_list_card_img_box::after{
    content: "MORE";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-size: 18px;
    opacity: 0;
}
.public_page_img_list_card:hover .public_page_img_list_card_img_box::after{
    opacity: 1;
} */
.public_page_img_list_card_more_box{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #A51A08;
    opacity: 0;
    padding: 15px;
    border-radius: 3px;
    /* display: none; */
    transition: 0.3s;
}
.public_page_img_list_card:hover .public_page_img_list_card_more_box{
    opacity: 0.8;
}
@media (max-width: 991px) {
    .public_page_img_list_card:hover .public_page_img_list_card_more_box{
        opacity: 0;
    }
}
.public_page_img_list_card_more{
    background-color: transparent;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 20px 25px;
}
.public_page_img_list_name{
    margin: 5px 0px;
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    height: calc(1.5em * 2);
    width: 100%;
    word-break: break-all;
}
@media (max-width: 767px) {
    .public_page_img_list_name {
        font-size: 19px;
    }
}
@media (max-width: 576px) {
    .public_page_img_list_name {
        font-size: 18px;
    }
}
.public_page_img_list_date{
    color: #C75E5E;
    font-size: 18px;
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}
@media (max-width: 576px) {
    .public_page_img_list_date {
        font-size: 16px;
    }
}
.back_btn{
    width: 168px;
    /* height: 47px; */
    padding: 11px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
    background-color: transparent;
    border: 1px solid #C75E5E;
    border-radius: 3px;
    color: #C75E5E;
    font-size: 20px;
    background-color: #fff;
    margin-top: 50px;
    transition: 0.3s;
    gap: 8px;
}
@media (max-width: 576px) {
    .back_btn {
        width: 162px;
        font-size: 18px;
    }
}
.back_btn:hover{
    background-color: #C75E5E;
    color: #fff;
}
.back_btn i {
    font-size: 7px;
}
/* ========= 頁面共用:end ========= */

/* ========= about:start ========= */
/* ========= about:end ========= */
/* ========= news:start ========= */
.news_content_page_title{
    font-size: 20px;
    font-weight: bold;
    word-break: break-word;
    padding: 10px 0px;
}
.news_content_page_datetime{
    color: #C75E5E;
    font-size: 18px;
    text-align: end;
    margin-bottom: 5px;
}
.news_content_page_decorate{
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .news_content_page_decorate{
        margin-bottom: 20px;
    }
}
.news_content_page_decorate img{
    width: unset;
    height: unset;
}
/* ========= news:end ========= */
/* ========= product:start ========= */
.product_page_title_search_wrap{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
@media (max-width: 991px) {
    .product_page_title_search_wrap {
        flex-direction: column;
        align-items: start;
        gap: 30px;
    }
}
.product_page_search_box{
    position: relative;
}
@media (max-width: 991px) {
    .product_page_search_box {
        width: 100%;
    }
}
.product_page_search_box i{
    position: absolute;
    right: 10px;
    font-size: 20px;
    color: #C75E5E;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;

}
.product_page_search{
    height: 45px;
    width: 342px;
    padding-left: 15px;
    /* border: none; */
    color: #000;
    border-radius: 3px;
    border: 1px solid #AEACAC;
    background-color: #FFFEFA;
}
@media (max-width: 991px) {
    .product_page_search {
        width: 100%;
    }
}
.product_page_search::placeholder{
    color: #AEACAC;
    font-size: 20px;
}
.product_page{
    display: flex;
    margin-top: 50px;
}
@media (max-width: 991px) {
    .product_page {
        margin-top: 30px;
    }
}
.product_page_wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 70px;
    width: 100%;
}
.product_page_card {
    width: calc((100% - 60px) / 4);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
@media (max-width: 991px) {
    .product_page_wrap {
        column-gap: 20px;
        row-gap: 55px;
    }
    .product_page_card {
        width: calc((100% - 40px) / 3);
    }
}
@media (max-width: 767px) {
    .product_page_wrap {
        column-gap: 15px;
        row-gap: 25px;
    }
    .product_page_card {
        width: calc((100% - 15px) / 2);
    }
}
.product_page_card_img_box{
    /* 335*322 */
    height: 322px;
}
@media (max-width: 1560px) {
    .product_page_card_img_box {
        height: 264px;
    }
}
@media (max-width: 1199px) {
    .product_page_card_img_box {
        height: 216px;
    }
}
@media (max-width: 991px) {
    .product_page_card_img_box {
        height: 218px;
    }
}
@media (max-width: 767px) {
    .product_page_card_img_box {
        height: 252px;
    }
}
@media (max-width: 576px) {
    .product_page_card_img_box {
        height: calc((100vw - 45px)/335*322/2);
    }
}
.product_page_name,
.product_page_intro {
    /* overflow: hidden;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #000; */
    overflow: hidden;
    overflow-y: auto;
    max-height: 7em; /* 假設 line-height 是 1.7em，兩行就是 3.4em */
    line-height: 1.4em;
    white-space: normal;
    word-break: break-all;
    text-align: center;
    color: #000;
}
.news_page_name{
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: start;
    color: #000;
    font-size: 22px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .news_page_name{
        font-size: 18px;
    }
}
.product_page_name{
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.product_page_intro{
    font-size: 20px;
    margin-bottom: 6px;
}
.product_page_add_cart{
    text-align: center;
    background-color: #fff;
    color: #C75E5E;
    font-size: 20px;
    border: 1px solid #C75E5E;
    border-radius: 3px;
    padding: 5px 0px;
    transition: 0.3s;
}
.product_page_add_cart.active{
    background-color: #C75E5E;
    color: #fff;
}
@media (max-width: 767px) {
    .product_page_name{
        font-size: 18px;
    }
    .product_page_intro{
        font-size: 16px;
    }
    .product_page_add_cart{
        font-size: 18px;
    }
}
.product_page_card:hover .product_page_add_cart{
    background-color: #C75E5E;
    color: #fff;
}
/* ========= product:end ========= */

/* ========= contact:start ========= */
.contact_page_section{
    margin-bottom: 180px;
    background-color: #FFFEFA;
}
@media (max-width: 1560px) {
    .contact_page_section{
        margin-bottom: 150px;
    }
}
@media (max-width: 1199px) {
    .contact_page_section{
        margin-bottom: 120px;
    }
}
@media (max-width: 991px) {
    .contact_page_section{
        margin-bottom: 100px;
    }
}
@media (max-width: 767px) {
    .contact_page_section{
        margin-bottom: 80px;
    }
}
@media (max-width: 576px) {
    .contact_page_section{
        margin-bottom: 50px;
    }
}
.contact_page{
    display: flex;
    gap: 20px;
    padding: 25px;
    justify-content: center;
    /* align-items: center; */
}
@media (max-width: 1199px) {
    .contact_page{
        padding: 0px;
    }
}
@media (max-width: 991px) {
    .contact_page{
        flex-direction: column;
        gap: 40px;
    }
}
@media (max-width: 576px) {
    .contact_page{
        padding: 0px;
    }
}
.google_map{
    height: 710px;
}
@media (max-width: 767px) {
    .google_map{
        height: 500px;
    }
}
@media (max-width: 576px) {
    .google_map{
        height: 380px;
    }
}
/* ========= contact:end ========= */

/* ========= cart:start ========= */
.cart_page{
    background-color: #fff;
    border: 1px solid #E3928A;
    border-radius: 3px;
    margin-top: 45px;
}
.cart_page_table_head{
    display: grid;
    grid-template-columns: 1.5fr 2fr 4.5fr 60px;
    background-color: #E3928A;
    padding: 10px 70px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
@media (max-width: 1199px) {
    .cart_page_table_head{
        padding: 10px 55px;
        grid-template-columns: 1.5fr 2.5fr 4.5fr 60px;
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    .cart_page_table_head{
        padding: 10px 40px;
        grid-template-columns: 80px 1.25fr 1.5fr 55px;
    }
}
@media (max-width: 767px) {
    .cart_page_table_head{
        padding: 10px 25px;
        grid-template-columns: 75px 1fr 1fr 50px;
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .cart_page_table_head{
        padding: 10px 15px;
        grid-template-columns: 65px 1fr 1fr 45px;
    }
}
.cart_page_table_col2{
    margin-right: 60px;
}
@media (max-width: 1199px) {
    .cart_page_table_col2{
        margin-right: 50px;
    }
}
@media (max-width: 991px) {
    .cart_page_table_col2{
        margin-right: 40px;
    }
}
@media (max-width: 767px) {
    .cart_page_table_col2{
        margin-right: 30px;
    }
}
@media (max-width: 576px) {
    .cart_page_table_col2{
        margin-right: 15px;
    }
}
.cart_page_table_col4{
    text-align: center;
}
@media (max-width: 767px) {
    .cart_page_table_col4{
        text-align: end;
    }
}
.cart_page_table_body{
    padding: 0px 70px;
}
@media (max-width: 1199px) {
    .cart_page_table_body{
        padding: 0px 55px;
    }
}
@media (max-width: 991px) {
    .cart_page_table_body{
        padding: 0px 40px;
    }
}
@media (max-width: 767px) {
    .cart_page_table_body{
        padding: 0px 25px;
    }
}
@media (max-width: 576px) {
    .cart_page_table_body{
        padding: 0px 15px;
    }
}
.cart_page_table_body_row{
    display: grid;
    padding: 40px 0px;
    border-bottom: 1px solid #E3928A;
    grid-template-columns: 1.5fr 2fr 4.5fr 60px;
    align-items: center;
}
@media (max-width: 1199px) {
    .cart_page_table_body_row{
        grid-template-columns: 1.5fr 2.5fr 4.5fr 60px;
        padding: 35px 0px;
    }
}
@media (max-width: 991px) {
    .cart_page_table_body_row{
        grid-template-columns: 80px 1.25fr 1.5fr 55px;
        padding: 30px 0px;
    }
}
@media (max-width: 767px) {
    .cart_page_table_body_row{
        grid-template-columns: 75px 1fr 1fr 50px;
        padding: 25px 0px;
    }
}
@media (max-width: 576px) {
    .cart_page_table_body_row{
        grid-template-columns: 65px 1fr 1fr 45px;
        padding: 20px 0px;
    }
}
.cart_page_table_body_row:last-of-type{
    border-bottom: none;
}
.cart_item_img_box{
    /* 240*230 */
    height: 230px;
}
@media (max-width: 1560px) {
    .cart_item_img_box{
        height: 173px;
    }
}
@media (max-width: 1199px) {
    .cart_item_img_box{
        height: 175px;
    }
}
@media (max-width: 991px) {
    .cart_item_img_box{
        height: 182px;
    }
}
@media (max-width: 767px) {
    .cart_item_img_box{
        height: 146px;
    }
}
@media (max-width: 576px) {
    .cart_item_img_box{
        height: calc((100vw - 170px)/2/24*23 - 15px);
    }
}
.cart_item_count{
    font-weight: bold;
    font-size: 20px;
    padding-left: 10px;
    word-break: break-all;
}
@media (max-width: 767px) {
    .cart_item_count{
        padding-left: 0px;
    }
}
.cart_item_name{
    font-weight: bold;
    font-size: 20px;
    word-break: break-all;
    overflow-y: auto;
}
.cart_item_delete{
    color: #C75E5E;
    font-size: 30px;
    cursor: pointer;
}
@media (max-width: 1199px) {
    .cart_item_count{
        font-size: 19px;
    }
    .cart_item_name{
        font-size: 19px;
    }
    .cart_item_delete{
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    .cart_item_count{
        font-size: 18px;
    }
    .cart_item_name{
        font-size: 18px;
    }
    .cart_item_delete{
        font-size: 20px;
        text-align: end;
    }
}
.cart_page_form_box{
    padding: 70px;
}
@media (max-width: 1199px) {
    .cart_page_form_box{
        padding: 55px;
    }
}
@media (max-width: 991px) {
    .cart_page_form_box{
        padding: 40px;
    }
}
@media (max-width: 767px) {
    .cart_page_form_box{
        padding: 25px;
        padding-bottom: 44px;
    }
}
@media (max-width: 576px) {
    .cart_page_form_box{
        padding: 15px;
        padding-bottom: 44px;
    }
}
.cart_submit_block{
    display: flex;
    justify-content: end;
    gap: 40px;
    align-items: end;
    /* margin-top: 15px; */
    padding-top: 10px;
}
@media (max-width: 991px) {
    .cart_submit_block{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
}
/* ========= cart:end ========= */