@charset "UTF-8";
/* CSS Document */



/* 思源黑 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');


body {
	font-size: 16px;
	line-height: 28px;
    color: #000000a8;
    font-weight: 400;
    letter-spacing: 0.175em;
    font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

section,div,a,p,ul,ol,li,button,input {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 200;
    color: #8DB663;
    line-height: 58px;}

h2 {
    font-size: 24px;
    line-height: 36px;
    color: #8DB663;
    line-height: 44px;
    font-weight: 300;
}

h3 {
    font-size: 20px;
    line-height: 32px;
    color: #8DB663;
    line-height: 36px;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #8DB663;
}
input {
    padding: 10px 20px;
    border: solid 1px #868686;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}
textarea {
    padding: 10px 20px;
    border: solid 1px #868686;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
}

/* 通用 */

.link-style-01 {
    width: fit-content;
    background-color: #8DB663;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    border: solid 1px #8DB663;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .4s;
}

.link-style-01:hover {
    background-color: #FFF;
    color: #8DB663;
}

.link-style-02 {
    width: fit-content;
    background-color: #ffffff00;
    color: #FFF;
    text-decoration: none;
    padding: 8px 20px 10px 20px;
    border: solid 1px #FFF;
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: .4s;
}

.link-style-02:hover {
    background-color: #FFF;
    color: #8DB663;
}

.panel-col2 {
    width: 100%;
}
.panel-col2 > div {
    width: calc(100% / 2);
}
.panel-col3 {
    width: 100%;
}
.panel-col3 > div {
    width: calc(100% / 3);
}

.image-style-01 {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #eeeeee;
    /* -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px; */
    overflow: hidden;
}
.image-style-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-style-02 {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #eeeeee;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
}
.image-style-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-image-style-01 {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-color: #eeeeee;
    overflow: hidden;
    position: relative;
}

.list-image-style-01 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-image-style-02 {
    width: 100%;
    aspect-ratio: 3 / 4;
    background-color: #eeeeee;
}

.list-image-style-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-style-01-container {
    width: 100%;
    overflow: clip;
}

.slide-style-01-container {
    width: 100%;
}

.slide-style-01-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.slide-style-01-content section {
    padding: 20px 0;
}

.slide-style-01-content h2,
.slide-style-01-content p {
    width: 100%;
}

.slide-style-01-content h2{
    font-size: 20px;
    line-height: 36px;
}

.slide-style-01-content .date-group {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    flex-direction: column;
    padding: 10px 20px;
    box-sizing: border-box;
}

.slide-style-01-content span {
    width: fit-content;
    font-size: 12px;
    color: #ffffff;
}

.s-s-01-c-img-01,
.s-s-01-c-img-03,
.s-s-01-c-img-05,
.s-s-01-c-img-07 {
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
}
.s-s-01-c-img-02,
.s-s-01-c-img-04,
.s-s-01-c-img-06,
.s-s-01-c-img-8 {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 60px;
    border-radius: 5px;
    border-top-left-radius: 60px;
}

.s-s-01-c-img-01 > div,
.s-s-01-c-img-02 > div,
.s-s-01-c-img-03 > div,
.s-s-01-c-img-04 > div,
.s-s-01-c-img-05 > div,
.s-s-01-c-img-06 > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    background-color: #8db66400;
    background: #8DB663;
    background: linear-gradient(14deg,rgba(141, 182, 99, 0.93) 0%, rgba(216, 0, 0, 0) 44%);
    transition: .4s;
}

.slide-style-01-content:hover .s-s-01-c-img-01 > div,
.slide-style-01-content:hover .s-s-01-c-img-02 > div,
.slide-style-01-content:hover .s-s-01-c-img-03 > div,
.slide-style-01-content:hover .s-s-01-c-img-04 > div,
.slide-style-01-content:hover .s-s-01-c-img-05 > div,
.slide-style-01-content:hover .s-s-01-c-img-06 > div {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    background-color: #79b63bba;
    backdrop-filter: blur(3px); /* Adjust the pixel value for desired blur */
    transition: .4s;
}

.s-s-01-c-img-01 > div a,
.s-s-01-c-img-02 > div a,
.s-s-01-c-img-03 > div a,
.s-s-01-c-img-04 > div a,
.s-s-01-c-img-05 > div a,
.s-s-01-c-img-06 > div a  {
    width: 100%;
    height: fit-content;
    padding: 0;
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
}

.s-s-01-c-img-01 > div a img,
.s-s-01-c-img-02 > div a img,
.s-s-01-c-img-03 > div a img,
.s-s-01-c-img-04 > div a img,
.s-s-01-c-img-05 > div a img,
.s-s-01-c-img-06 > div a img {
    width: 50%;
    height: auto;
    margin-bottom: -10px;
    opacity: 0;
    transition: .4s;
}

.slide-style-01-content:hover .s-s-01-c-img-01> div a img,
.slide-style-01-content:hover .s-s-01-c-img-02 > div a img,
.slide-style-01-content:hover .s-s-01-c-img-03 > div a img,
.slide-style-01-content:hover .s-s-01-c-img-04 > div a img,
.slide-style-01-content:hover .s-s-01-c-img-05 > div a img,
.slide-style-01-content:hover .s-s-01-c-img-06 > div a img {
    width: 25%;
    height: 25%;
    opacity: 1;
}

.slide-style-01-content .s-s-01-c-img-01 > div a:hover img,
.slide-style-01-content .s-s-01-c-img-02 > div a:hover img,
.slide-style-01-content .s-s-01-c-img-03 > div a:hover img,
.slide-style-01-content .s-s-01-c-img-04 > div a:hover img,
.slide-style-01-content .s-s-01-c-img-05 > div a:hover img,
.slide-style-01-content .s-s-01-c-img-06 > div a:hover img {
    width: 20%;
    height: 20%;
    opacity: 1;
}
.slide-style-01-mb-link {
    display: none;
}

a.slick-slide-pre-btn,
a.slick-slide-next-btn {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    background-color: #8eb663;
    border: solid 1px #8eb663;
    color: #FFF;
    font-size: 24px;
    transition: .4s;
}
.slick-slide-arrow-panel {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: 0 30px;
}

a.slick-slide-pre-btn:hover,
a.slick-slide-next-btn:hover {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    background-color: #FFF;
    border: solid 1px #8eb663;
    color: #8eb663;
    font-size: 24px;
    transition: .4s;
}

a.slick-slide-pre-btn span,
a.slick-slide-next-btn span {
    margin: -3px -3px 0 0;
}

.recommend-product6-container {
    width: 100%;
    position: relative;
}

.recommend-product6-container section {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 60px;
}

.recommend-product6-content {
    width: calc((100% - 120px) / 3);
    position: relative;
    background-color: #FFF;
    padding: 0 0 80px 0;
}

.recommend-product6-content article {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.recommend-product6-content article .recommend-p-categories {
    width: 100%;
    position: relative;
    color: #805e31;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.recommend-product6-content .link-style-01 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.recommend-product6-container .recommend-product6-content h2 {
    font-size: 20px;
}

.recommend-product6-content:nth-child(odd) .image-style-01 {
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: 15px;
}

.recommend-product6-content:nth-child(even)  .image-style-01 {
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 15px;
}

.recommend-product-pages-container {
    width: 100%;
}

.recommend-product-pages-container .recommend-product6-slide-container {
    width: 100%;
}

.recommend-product-pages-container .recommend-product6-slide-content {
    width: 100%;
}

.recommend-product-pages-container .recommend-product6-content:nth-child(odd) .image-style-01 {
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    margin-bottom: 15px;
}
.recommend-product-pages-container .recommend-product6-content:nth-child(even) .image-style-01 {
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 15px;
}

.recommend-product-pages-container .recommend-product6-content article h2 {
    font-size: 20px;
}


.feature-container-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/feature_background.webp");
    background-size: cover;
    background-attachment: fixed;
    opacity: .1;
    top: 0;
    left: 0;
    overflow: hidden;
}

.feature-container-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position:absolute;
    top: 0;
}

.recommend-product-pages-container {
    width: 100%;
    display: flex;
    padding: 0;
    margin: 0;
    overflow: clip;
}
.recommend-product6-slide-container {
    width: 100%;
}

.recommend-product6-slide-container .recommend-product6-content > div {
    padding: 20px;
    box-sizing: border-box;
}

.products-pre-next-navigation {
    width: 100%;
    display: flex;
}

.products-pre-next-navigation {
    width: 100%;
    display: flex;
    background-color: #f8f8f8;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 50px;
    justify-content: space-between;
}

@keyframes showSiteContent { 
    0% {width: 100%; opacity: 1;}
    99% {width: 1px; opacity: 1;}
    100% {width: 1px; opacity: 0;}
}
.cover-white {
    position: fixed;
    width: 1px;
    height: 100dvh;
    background-color: #FFF;
    top: 0;
    left: -1px;
    z-index: 999;
    animation-name: showSiteContent;
    animation-duration: 1s; 
    transition-timing-function: ease; 
}


/* 通用 end */

/* header end nav選單 */

#header-panel {
    z-index: 88;
    border-bottom: solid 1px #ffffff87;
}

#header-panel-style02 {
    z-index: 88;
    border-bottom: solid 1px #ffffff87;
}

.header-panel-add-border {
    border-bottom: solid 3px #be9e74
}

.logo-side-content {
    width: 198px;
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #ffffff;
}

.logo-side-content02 {
    width: 198px;
    display: flex;
    font-size: 14px;
    align-items: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 1px #828282;
}

.logo-side-content-color {
    color: #666;
}

.logo-side-content-white {
    color: #FFF;
}

.scroll-header-panel-01 {
    position: absolute!important;
    width: 100%;
    height: 100px;
    background-color: rgb(255 255 255 / 0%);
    /*box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#site-logo {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
}

#site-logo img {
    height: 50px;
    width: auto;
}

nav {
    height: 100%;
}

#nav-panel{
    height: 100%;
}

/*  選單樣式-01  */
@keyframes showNav01 { 
    0% {opacity: 0;top: 0;}
    100% {opacity: 1;top: 0;}
}
.scroll-header-panel-01{
     animation-name: showNav01;
    animation-duration: .5s; 
    transition-timing-function: ease; 
}
.scroll-header-panel-01 #nav-panel ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scroll-header-panel-01 #nav-panel ul li {
    width: fit-content;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(190,158,116,0);
    transition: .5s;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    font-weight: 400;
    position: relative;
}

.scroll-header-panel-01 #nav-panel ul li:hover {
    /*background-color: #000;*/
    /* border-bottom: solid 5px #FFF; */
    background: #ffffff!important;
    transition: .5s;
}



.scroll-header-panel-01 #nav-panel ul li a {
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    color: #FFF!important;
    display: flex;
    align-items: center;
    border: none;
    transition: .4s;
    font-size: 18px;
}

.scroll-header-panel-01 #nav-panel ul li:hover a {
    color: #8DB663!important;
    border: none;
    
}
.scroll-header-panel-01 #nav-panel ul li ul {
    width: 200px;
    height: fit-content;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    background: #FFF!important;
    opacity: 0;
    transition: 1s;
}
@keyframes showSecNav { 
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.scroll-header-panel-01 #nav-panel ul li:hover ul {
    height: fit-content;
    display: flex;
    align-items: center;
    opacity: 1;
    animation-name: showSecNav;
    animation-duration: .5s; 
    transition-timing-function: ease; 
}
.scroll-header-panel-01 #nav-panel ul li ul li {
    width: 100%;
    border-bottom: dotted 1px #8DB663;
}
.scroll-header-panel-01 #nav-panel ul li ul li a {
    width: 100%;
    padding: 20px;
    color: #8DB663!important;
}

.scroll-header-panel-01 #nav-panel ul li ul li a:hover {
    background-color: #8DB663!important;
    color: #FFF!important;
}

/*  選單樣式-02  */

.scroll-header-panel-02 {
    position: fixed!important;
    width: 100%!important;
    height: 100px!important;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between;
    top: 0;
    /* animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease; */
    
}

@keyframes showNav { 
    0% {opacity: 0;top: -100px;}
    100% {opacity: 1;top: 0;}
}

@keyframes showNav { 
    0% {opacity: 0;top: -100px;}
    100% {opacity: 1;top: 0;}
}
.scroll-header-panel-02{
    animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease; 
    border-bottom: solid 3px #8DB663!important;
}
.scroll-header-panel-02 #nav-panel ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scroll-header-panel-02 #nav-panel ul li {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    transition: .5s;
}

.scroll-header-panel-02 #nav-panel ul li:hover {
    background-color: #8DB663!important;
}

.scroll-header-panel-02 #nav-panel ul li:last-child {
    margin-right: 20px;
}

.scroll-header-panel-02 #nav-panel ul li a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    color: #333!important;
    display: flex;
    align-items: center;
    border: none;
}

.scroll-header-panel-02 #nav-panel ul li:hover a {
    color: #FFF!important;
}


.scroll-header-panel-02 #nav-panel ul li ul {
    width: 200px;
    height: fit-content;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    background: #8DB663;
    opacity: 0;
    transition: 1s;
}
@keyframes showSecNav { 
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.scroll-header-panel-02 #nav-panel ul li:hover ul {
    height: fit-content;
    display: flex;
    opacity: 1;
    animation-name: showSecNav;
    animation-duration: .5s; 
    transition-timing-function: ease; 
}
.scroll-header-panel-02 #nav-panel ul li ul li {
    width: 100%;
    border-bottom: dotted 1px #b8b8b8;
}
.scroll-header-panel-02 #nav-panel ul li ul li a {
    width: 100%;
    padding: 20px;
    color: #333!important;
    transition: .4s;
}

.scroll-header-panel-02 #nav-panel ul li ul li a:hover {
    background-color: #FFF!important;
    color: #8DB663!important;
}

/*  選單樣式-03  */
.scroll-header-panel-03 {
    position: fixed!important;
    width: 100%!important;
    height: 100px!important;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between;
    top:0;
    /* animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease; */
    
}
@keyframes showNav3 { 
    0% {opacity: 0;top: -100px;}
    100% {opacity: 1;top: 0;}
}
.scroll-header-panel-03{
    /* animation-name: showNav3;
    animation-duration: .5s; 
    transition-timing-function: ease;  */
    border-bottom: solid 3px #8DB663!important;
}
.scroll-header-panel-03 #nav-panel ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scroll-header-panel-03 #nav-panel ul li {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    transition: .5s;
}

.scroll-header-panel-03 #nav-panel ul li:hover {
    background-color: #8DB663!important;
}

.scroll-header-panel-03 #nav-panel ul li:last-child {
    margin-right: 20px;
}

.scroll-header-panel-03 #nav-panel ul li a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    color: #333!important;
    display: flex;
    align-items: center;
    border: none;
}

.scroll-header-panel-03 #nav-panel ul li:hover > a {
    color: #FFF!important;
}


.scroll-header-panel-03 #nav-panel ul li ul {
    width: 200px;
    height: fit-content;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    background: #8DB663;
    opacity: 0;
    transition: 1s;
}
@keyframes showSecNav3 { 
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.scroll-header-panel-03 #nav-panel ul li:hover ul {
    height: fit-content;
    display: flex;
    opacity: 1;
    animation-name: showSecNav3;
    animation-duration: .5s; 
    transition-timing-function: ease; 
}
.scroll-header-panel-03 #nav-panel ul li ul li {
    width: 100%;
    border-bottom: dotted 1px #b8b8b8;
}
.scroll-header-panel-03 #nav-panel ul li ul li a {
    width: 100%;
    padding: 20px;
    color: #FFF!important;
    transition: .4s;
}

.scroll-header-panel-03 #nav-panel ul li ul li a:hover {
    background-color: #FFF!important;
    color: #8DB663!important;
}

/*  選單樣式-04  */

.scroll-header-panel-04 {
    position: fixed!important;
    width: 100%!important;
    height: 100px!important;
    background-color: rgb(255 255 255 / 100%);
    box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: space-between;
    top: 0;
    /* animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease; */
    
}
@keyframes showNav { 
    0% {opacity: 0;top: -100px;}
    100% {opacity: 1;top: 0;}
}
.scroll-header-panel-04{
    /* animation-name: showNav;
    animation-duration: .5s; 
    transition-timing-function: ease;  */
    border-bottom: solid 3px #8DB663!important;
}
.scroll-header-panel-04 #nav-panel ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}

.scroll-header-panel-04 #nav-panel ul li {
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    transition: .5s;
}

.scroll-header-panel-04 #nav-panel ul li:hover {
    background-color: #8DB663!important;
}

.scroll-header-panel-04 #nav-panel ul li:last-child {
    margin-right: 20px;
}

.scroll-header-panel-04 #nav-panel ul li a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    height: 100%;
    padding: 0 20px;
    color: #333!important;
    display: flex;
    align-items: center;
    border: none;
}

.scroll-header-panel-04 #nav-panel ul li:hover a {
    color: #FFF!important;
}


.scroll-header-panel-04 #nav-panel ul li ul {
    width: 200px;
    height: fit-content;
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    background: #8DB663;
    opacity: 0;
    transition: 1s;
}
@keyframes showSecNav { 
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.scroll-header-panel-04 #nav-panel ul li:hover ul {
    height: fit-content;
    display: flex;
    opacity: 1;
    animation-name: showSecNav;
    animation-duration: .5s; 
    transition-timing-function: ease; 
}
.scroll-header-panel-04 #nav-panel ul li ul li {
    width: 100%;
    border-bottom: dotted 1px #b8b8b8;
}
.scroll-header-panel-04 #nav-panel ul li ul li a {
    width: 100%;
    padding: 20px;
    color: #333!important;
    transition: .4s;
}

.scroll-header-panel-04 #nav-panel ul li ul li a:hover {
    background-color: #FFF!important;
    color: #8DB663!important;
}

    #close-mb-menu {
        width: 30px;
        position: fixed;
        display: none;
    }

    #open_mb_menu {
        display: none;
    }


/* 選單end */


/*  網站主要內容  */

main {
    width: 100%;
}

.section-title-intro {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.section-title-intro h1 {
    margin-bottom: 20px;
    font-weight: 200!important;
}
.section-title-intro p {
    font-weight: 300!important;
}

.section-title-intro2 {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.section-title-intro2 h2 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 200!important;
    margin-bottom: 20px!important;
}
.section-title-intro2 p {
    font-weight: 300!important;
}


.panel-01-container {
    display: flex;
    width: 100%;
    aspect-ratio: 16 / 7!important;
    background-color: #d7d7d7;
    position: relative;
    overflow: hidden;
}

.panel-01-slide-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000000;
}

.panel-01-slide {
    display: flex;
    width: 100%;
    height: 80%;
    position: relative;
    background-color: #FFF;
}

.panel-01-slide-content {
    width: 100%;
    height: 80%;
    display: flex;
    overflow: hidden;
}

.panel-01-slide-content img {
    width: 100%;
}

.panel-01-slide .panel-01-slide-content .index-pc-headbanner {
    display: block;
}

.panel-01-slide .panel-01-slide-content .index-mb-headbanner {
    display: none;
}

@keyframes scrollDownPage { 
    0% {
        bottom: 80px;
        opacity: 0;
    }
    20% {
        bottom: 30px;
        opacity: 1;
    }
    45% {
        bottom: 30px;
        opacity: 1;
    }
    70% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0px;
        opacity: 0;
    }
}

.scroll-down-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(190,158,116,0) 100%);*/
}

.scroll-down-content {
    width: 80px;
    position: fixed;
    bottom: 80px;
    animation-name: scrollDownPage;
    animation-duration: 3s; 
    transition-timing-function: ease; 
    animation-iteration-count: infinite;
}

.scroll-down-container img {
    width: 100%;
}


.panel-style-02-container {
    width: 100%;
    position: relative;
    padding: 120px 0;
}

.panel-style-02-content {
    width: calc(100% - 100px);
    max-width:1180px;
    margin: 0 auto;
}

.panel-style-02-content section > a {
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 30px;
    background-color: #8eb663;
    border: solid 1px #8eb663;
    color: #FFF;
    font-size: 24px;
    transition: .4s;
}

.panel-style-02-content section > a:hover {
    background-color: #FFF;
    color: #8eb663;
    transform: scale(.9);
}

.panel-style-02-content a span {
    margin-right: -4px!important;
    margin-top: -2px!important;
}

.panel-style-02-content .panel-col3 {
    width: 100%;
    max-width: 1180px;
    min-width: 80%;
    margin: 0 auto;
    display: flex;
    gap: 0 60px;
}

.panel-style-02-content .panel-col3 h2 {
    font-size: 20px;
    list-style: 36px;
}

.panel-style-02-content .panel-col3 > div {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.panel-style-02-content  .panel-col3 div:nth-child(1) .list-image-style-01 {
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    overflow: hidden;
}

.panel-style-02-content  .panel-col3 div:nth-child(2) .list-image-style-02 {
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
}

.panel-style-02-content  .panel-col3 div:nth-child(3) .list-image-style-01 {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 60px;
    border-radius: 5px;
    border-top-left-radius: 60px;
    overflow: hidden;
}

.panel-style-02-content  .panel-col3 div:nth-child(1) section > a {
    margin-bottom: 20px;
}
.panel-style-02-content  .panel-col3 div:nth-child(3) section > a {
    margin-top: 10px;
}

.panel-style-03-container {
	width: 100%;
	position: relative;
	padding: 120px 0 100px 0;
	background-color: #f8f8f8;
}

.panel-style-03-content {
    width: 100%;
    position: relative;
}

.panel-style-04-container {
    width: 100%;
    position: relative;
    padding: 120px 0;
    background-color: #8eb663ce;
    background: #8eb663ce;
    background: linear-gradient(110deg, #73b132eb 0%, #8fb764 100%);
}

.panel-style-04-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
}

.panel-style-04-content .section-title-intro2 h2{
    color: #FFF;
}

.panel-style-04-content-article-container {
    width: 100%;
    position: relative;
    display: flex;
    gap: 0 60px;
}

.panel-style-04-content-article-container article {
    width: calc((100% - 180px) / 4);
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #FFF;
    padding: 30px 30px 60px 30px;
}

.panel-style-04-content-article-container article:nth-child(1) {
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
}
.panel-style-04-content-article-container article:nth-child(2) {
    -webkit-border-radius: 5px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-bottom-left-radius: 60px;
}
.panel-style-04-content-article-container article:nth-child(3) {
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 60px;
    border-radius: 5px;
    border-top-left-radius: 60px;
}

.panel-style-04-content-article-container article:nth-child(4) {
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 60px;
    border-radius: 5px;
    border-bottom-right-radius: 60px;
}



.panel-style-04-content-article-container article h3 {
    color: #8eb663ce;
}

.panel-style-04-content-article-container article p {
    color: #333;
}

.panel-style-04-content-article-container article > div {
    width: 100%;
    margin: 30px 0;
}
.panel-style-04-content-article-container article > div > img {
    width: 78%;
    height: fit-content;
}

.panel-style-04-content-article-container {
    margin-bottom: 60px;
}


.panel-style-05-container {
    width: 100%;
    position: relative;
    padding: 120px 0;
}

.panel-style-05-content {
    width: 100%;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

.panel-style-05-content .panel-col2 {
    display: flex;
}

.panel-style-05-content .panel-col2 > div:nth-child(2) {
    display: flex;
    padding: 0 0 0 60px;
    flex-direction: column;
}

.panel-style-05-content .panel-col2 > div:nth-child(2) .list-image-style-01 {
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.panel-style-05-content .panel-col2 > div:nth-child(2) section {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.panel-style-05-content .panel-col2 > div:nth-child(2) section > a {
    margin-top: 20px;
}

.panel-style-05-content .panel-col2 > div:nth-child(2) section h2,
.panel-style-05-content .panel-col2 > div:nth-child(2) section p {
    width: 100%;
}

.panel-style-06-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 180px 0 0 0;
    box-sizing: border-box;
    display: flex;
    position: relative;
}


.panel-style-06-container > div {
    width: 50%;
}

.panel-style-06-container > div:nth-child(1) {
    padding: 0 5% 0 0;
    box-sizing: border-box;
}

.panel-style-06-container > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.panel-style-06-container > div:nth-child(2) .current-category-container{
    display: flex;
    padding: 20px 0;
    margin: 0 0 30px 0;
    border-bottom: solid 1px #CCC;
}

.panel-style-06-container > div:nth-child(2) .link-style-01 {
    display: block;
    clear: both;
    margin: 36px 0 0 0;
}

.panel-style-06-container .share-area{
    width: fit-content;
    color: #af854c;
    display: flex;
    align-items: center;
    padding: 0 0 15px 0;
}

.panel-style-06-container .share-area ul {
    margin-left: 15px;
}

/* 產品輪播圖片 */
.panel-style-06-container .product-slider-container {
    width: 100%;
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.panel-style-06-container .product-slider-container .image-style-01 {
    width: 100%;
    overflow: hidden;
}

.panel-style-06-container .product-slider-container .image-style-01 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.panel-style-06-container .product-slider-container .image-style-01:hover > img {
    transform: scale(1.1);
}
/* 對應產品輪播圖片 */
.panel-style-06-container .product-slider-match-container {
    width: 100%;
}

.panel-style-06-container .product-slider-match-container .image-style-01 {
    width: 100%;
    overflow: hidden;
}

.panel-style-06-container .product-slider-match-container .image-style-01 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s;
}

.panel-style-06-container .product-slider-match-container .image-style-01:hover > img {
    transform: scale(1.1);
}

.panel-style-07-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 80px 0 0 0;
    position: relative;
}

.panel-style-07-container > div {
    
}

.panel-style-07-container > div > h2 {
    width: 100%;
    border-bottom: dotted 1px #8eb663;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}

.panel-style-08-container {
    width: 100%;
    padding: 100px 0 0 0;
    box-sizing: border-box;
}
.panel-style-09-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
}
.panel-style-10-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    gap: 0 50px;
    align-items: center;
    text-align: left;
}
.panel-style-10-container > div {
    width: calc((100% - 50px) / 2);
}

.panel-style-10-container h2 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 200;
    color: #8DB663;
    line-height: 58px;
    margin-bottom: 20px;
}

.panel-style-10-container .left-container {
    aspect-ratio: 4/ 3;
    overflow: hidden;
    display: flex;
    -webkit-border-radius: 5px;
    -webkit-border-top-right-radius: 60px;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius: 5px;
    -moz-border-radius-topright: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-radius: 5px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

.panel-style-10-container .left-container > img {
    object-fit: cover;
}

.panel-style-11-container {
    width: 100%;
    max-width: 1180px;
    margin: 50px auto 100px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    gap: 0 50px;
    align-items: center;
    background-color: #8DB663;
    text-align: left;
    color: #FFF;
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.panel-style-11-container > div {
    width: calc((100% - 50px) / 2);
}

.panel-style-11-container h2 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 200;
    color: #FFF;
    line-height: 58px;
    margin-bottom: 20px;
}

.panel-style-11-container .right-container {
    aspect-ratio: 4/ 3;
    overflow: hidden;
    display: flex;
}

.panel-style-11-container .right-container > img {
    object-fit: cover;
}

.panel-style-11-container .left-container {
    padding-left: 50px;
}

/* 聯絡我們 樣式 */
.contact-send-from-panel {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 100px 0;
    margin: 0 auto;
}
.contact-send-from-panel .send-form-content {
    width: 60%;
    
}

.contact-send-from-panel .send-form-content h1 {
    font-size: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #8db663, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-send-from-panel .send-form-content p {
    width: 100%;
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
}

.contact-subline-content {
    margin: 20px 0 10px 0;
    padding: 0 0 0 15px;
    border-left: solid 2px #000000;
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
}

.contact-content-information {
    width: 30%;
    background-color: #f5f5f5;
    /* background-image: url(../images/contact_background.webp); */
    background-size: cover;
    background-position: center;
    border-left: solid 1px #8db663;
}

.contact-content-information ul  {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 50px 15%;
}

.contact-content-information ul li {
    width: 100%;
    padding: 15px 0;
    list-style: none;
    color: #000;
}

.contact-content-information ul li {
    width: 100%;
    padding: 15px 0;
    list-style: none;
    color: #000;
}

.contact-content-information ul li:nth-child(1) {
    width: 100%;
    padding: 0 0 15px 0;
}

.contact-content-information .contact-us-content-title img {
    width: 10%;
}

.page-footer-google-map {
    width: 100%;
    height: 457px;
    position: relative;
}

.page-footer-google-map iframe {
    width: 100%;
    height: 100%;
}

.contact-page-footer {
    width: 100%;
    padding: 0;
    background-color: #4b4b4b;
    background-size: cover;
    background-position: center;
    border: none;
    overflow: clip;
}

.contact-page-footer a {
    color: #FFF!important;
}

.contact-page-footer-copyright {
    width: 100%;
    max-width: 1160px;
    color: #f6ffed;
    margin: 0 auto;
    padding: 10px 0;
    display: flex
;
    justify-content: space-between;
}

/* 聯絡我們 樣式 結束 */
/*表單開始*/

.send-from-panel{
    width: 100%;
    padding: 100px 0;
    background-color: #f8f8f8;
}

.send-form-content {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
}

.send-form-content h2 {
    font-size: 36px;
    line-height: 36px;
    /* color: #273565; */
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #273565, #4670ba);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.send-form-content p {
    width: 100%;
    margin-bottom: 38px;
    display: flex;
    justify-content: center;
}

.send-form-content form {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.send-form-content form input {
    width: 100%;
    height: 38px;
}

.send-form-content ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.send-form-content ul li {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.send-form-content ul li:nth-child(1),
.send-form-content ul li:nth-child(2) {
    padding: 0;
}

.send-form-content ul li:last-child {
    padding-bottom: 38px;
}

.send-form-content ul li span {
    color: red;
    font-weight: bold;
}

.send-form-content textarea {
    height: 150px;
}

.send-form-content .link-style-01-button {
    margin-top: 30px;
}

.form-input-col1 {
    clear: both;
    width: 100%;
    display: block;
    
}

.form-input-col2 {
    width: calc(50% - 38px)!important;
}

.verification-code-panel {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 38px;
}

.verfication-num {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffe2e2;
    padding: 0 10px;
    margin-right: 38px;
    color: #f00;
    font-weight: bold;
    border-radius: 5px;
}


.contact-pnanel {
    width: 100%;
    background-color: #3b3b3b;
    color: #CCC;
    display: flex;
}

.contact-pnanel h2 {
    font-size: 38px;
    color: #FFF;
    line-height: 68px;
}

.contact-pnanel > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send-form-content button {
    clear: both;
}

.contact-information {
    display: flex;
    flex-direction: column;
}

.contact-information ul {
    width: 100%;
}

.contact-information ul li {
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}

.contact-info-title {
    height: 30px;
    display: flex;
    align-items: center;
}

.contact-info-title img {
    margin-right: 10px;
}
.sep-line {
    width: 100%;
    max-width: 1160px;
    height: 1px;
    clear: both;
    margin: 30px 0;
}
/*表單結尾*/
.social-container {
    width: 100px;
    display: block;
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 8;
}
    
    .social-content {
        width: 100%;
    }
    
    .social-content ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
    }
    
    .social-content ul li {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }
    
    .social-content ul li a {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .social-content ul li a img {
        width: 60%;
        border: none;
    }

.tab-buttons {
    width: 100%;
    display: flex;
    border-bottom: solid 1px #CCC;
}
.tab-content {
    display: none;
    padding: 60px 50px;
    box-sizing: border-box;
}

.tab-content.active {
    display: block;
}

.tab-button {
    background-color: #ffffff;
    color: #333;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.75px;
    padding: 20px 30px;
    border: none;
}

.tab-button.active {
    color: #8eb663;
    font-size: 24px;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #8eb663;
    background-color: #ffffff;
}

.panel-style-msg-container {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-color: #f7f7f7;
}

.panel-style-msg-content {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.panel-style-msg-content .panel-col2 {
    display: flex;
    gap: 0 60px;
}

.send-msg-panel-container {

}
.send-msg-panel-container label {
    display: flex;margin-bottom: 10px;
}

.send-msg-panel-container .panel-col2 > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.send-msg-panel-container .panel-col2 > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.send-msg-panel-container .panel-col2 > div > div:nth-child(1),
.send-msg-panel-container .panel-col2 > div > div:nth-child(2),
.send-msg-panel-container .panel-col2 > div > div:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0 20px;
}

.send-msg-panel-container .panel-col2 > div > div > div{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.send-msg-panel-container .send-msg-button {
    margin-top: 10px;
}
.send-msg-button {
    width: fit-content;
    font-size: 16px;
    color: #FFF;
    padding: 8px 20px 10px 20px;
    border-radius: 5px;
    border: solid 1px #8DB663;
    background-color: #8DB663;
    transition: .4s;
}

.send-msg-button:hover {
    background-color: #FFF;
    color: #8DB663;
    border: solid 1px #8DB663;
}

.footer-contact-right-img {
    -webkit-border-radius: 60px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius: 60px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 60px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

footer {
    width: 100%;
}

footer .note {
    width: 100%;
    font-size: 12px;
    color: #666;
    text-align: center;
    clear: both;
    padding: 10px;
}

    .scroll-top-button {
        width: 100px;
        height: 100px;
        position: fixed;
        right: 0;
        bottom: 0;
        display: flex;
        background-color: #0000007f;
        z-index: 68;
        justify-content: center;
        align-items: center;
        border-radius: 5px 0 0 0;
    }

    .scroll-top-button img {
        width: 50%;
        height: auto;
        margin-top: 10px;
    }

/* Ofa dsign studio website teamplate end */


/* ------------------ pad版 如果使用者視窗寬度 <= 1280px ----------------------- */

@media screen and (min-width: 768px) and (max-width: 1279px) {	
    
    .logo-side-content,
    .logo-side-content02 {
        display: none;
    }

    .pc-headbanner-container-content strong {
        font-size: 36px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }
    #main-panel {
        padding-top: 60px;
    }
    #site-logo {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0 0 15px;
    }

    /* 選單 */
    .scroll-header-panel-01 {
        position: fixed!important;
        width: 100%!important;
        height: 60px!important;
        background-color: rgb(255 255 255);
        box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo-side-content-white {
        color: #FFF;
        display: none;
    }
    #nav-panel {
        position: fixed!important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        /* background-color: #FFF; */
        background: #558722ec !important;
        display: none;
    }
    .scroll-header-panel-01 #nav-panel > ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-header-panel-01 #nav-panel > ul > li {
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        border-bottom: dotted 1px #ffffff;
    }
    .scroll-header-panel-01 #nav-panel > ul > li:last-child {
        margin-right: 0px;
        border-bottom: dotted 0px #CCC;
    }
    
    
    .scroll-header-panel-01 #nav-panel > ul > li > a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0;
        color: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .scroll-header-panel-01 #nav-panel ul li ul,
    .scroll-header-panel-01 #nav-panel ul li:hover ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: flex;
        opacity: 1;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        transition: 0;
        z-index: 890;
    }
    .scroll-header-panel-01 #nav-panel ul li ul li {
        width: 100%;
        height: fit-content;
        border-bottom: dotted 1px #8DB663;
    }
    .scroll-header-panel-01 #nav-panel ul li ul li a {
        width: 100%;
        padding: 20px;
        display: flex;
        color: #8DB663!important;
        justify-content: center;
    }  

    .scroll-header-panel-01 #nav-panel ul li ul li:last-child a {
        border: none;
        margin-right: 0!important;
    }  

    .scroll-header-panel-01 #nav-panel ul li:last-child {
        margin-right: 0px;
    }

    .scroll-header-panel-02{
        border-bottom: solid 3px #8DB663!important;
    }
    
    #close-mb-menu {
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
        z-index: 888;
    }
    
    #close-mb-menu img {
        width: 100%;
    }

    #close-mb-menu2 {
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
        z-index: 892;
    }
    
    #close-mb-menu2 img {
        width: 100%;
    }
    
    #open_mb_menu {
        position: fixed;
        width: 25px;
        display: block;
        right: 25px;
        top: 20px;
    }
    
    #open_mb_menu img {
        width: 100%;
    }

    #site-logo img {
        height: 35px;
        width: auto;
    }

    /* 選單03 */
    .scroll-header-panel-03 {
        position: fixed!important;
        width: 100%!important;
        height: 60px!important;
        background-color: rgb(255 255 255);
        box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .scroll-header-panel-03 #nav-panel > ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-header-panel-03 #nav-panel > ul > li {
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        border-bottom: dotted 1px #ffffff;
    }
    .scroll-header-panel-03 #nav-panel > ul > li:last-child {
        margin-right: 0px;
        border-bottom: dotted 0px #CCC;
    }
    
    
    .scroll-header-panel-03 #nav-panel > ul > li > a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0;
        color: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .scroll-header-panel-03 #nav-panel ul li ul,
    .scroll-header-panel-03 #nav-panel ul li:hover ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        left: 0;
        top: 0;
        display: flex;
        opacity: 1;
        align-items: center;
        justify-content: center;
        background-color: #FFF;
        transition: 0;
        z-index: 890;
    }
    .scroll-header-panel-03 #nav-panel ul li ul li {
        width: 100%;
        height: fit-content;
        border-bottom: dotted 1px #8DB663;
    }
    .scroll-header-panel-03 #nav-panel ul li ul li a {
        width: 100%;
        padding: 20px;
        display: flex;
        color: #8DB663!important;
        justify-content: center;
    }  
    .scroll-header-panel-03 #nav-panel ul li ul li a:hover {
        width: 100%;
        padding: 20px;
        display: flex;
        background-color: #8DB663!important;
        color: #FFF!important;
        justify-content: center;
    }  

    .scroll-header-panel-03 #nav-panel ul li ul li:last-child a {
        border: none;
        margin-right: 0!important;
    }  

    .scroll-header-panel-03 #nav-panel ul li:last-child {
        margin-right: 0px;
    }

/* 選單結束 */
    .head-banner-img-panel {
        position: relative;
    }
    
    .head-banner-img-pc {
        display: none;
    }
    
    .head-banner-img-mb {
        display: block;
    }

    .head-banner-img-mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .head-banner-content {
        /* display: none; */
        position: absolute;
        width: 80%;
    }


    #head-banner-panel {
        height: 75dvh;
    }

    
    #section-01-panel .column-2 .scale-img {
        height: 280px;
        overflow: hidden;
    }

    .headbanner-container {
        width: 100%;
        height: 80vh;
    }

    /* 選單和headBanner區塊結尾 */

    /* 次選單開始 */
.sub-nav-style {
    position: fixed!important;
    width: 100%!important;
    height: 100vh!important;
    display: flex;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    background-color: #FFF!important;
    z-index: 890!important;
    top: 0!important;
    left: 0!important;
}

    .sub-nav-style li {
        width: 100%;
        display: flex;
        padding: 0!important;
        margin: 0!important;
        color: #FFF!important;
    }

    .sub-nav-style li a {
        color: #8eb663;
        background-color: #FFF;
    }

    .sub-nav-style li a:hover {
        color: #FFF;
        background-color: #8eb663;
    }
    /* 次選單結束 */
    
/* Ofa dsign studio website pad teamplate end */

}

/* ----------------------------------------- 手機css ----------------------------------------- */

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

/* Ofa dsign studio website bm teamplate end */
h1 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 300;
    color: #8DB663;
    line-height: 58px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    color: #8DB663;
    line-height: 44px;
    font-weight: 300;
}

.section-title-intro h1 {
    margin-bottom: 20px;
    font-weight: 300!important;
}

.section-title-intro2 h2 {
    font-size: 36px;
    line-height: 56px;
    font-weight: 300!important;
    margin-bottom: 20px!important;
}

.logo-side-content,
.logo-side-content02 {
        display: none;
    }

    .pc-headbanner-container-content strong {
        font-size: 36px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }
    #main-panel {
        padding-top: 60px;
    }
    #site-logo {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 0 0 15px;
    }
    #site-logo > a {
        display: flex;
    }
.scroll-header-panel-01 {
    position: fixed!important;
    width: 100%!important;
    height: 60px!important;
    background-color: rgb(255 255 255);
    box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 2px #8eb663 !important;
}
    .logo-side-content-white {
        color: #FFF;
        display: none;
    }
#nav-panel {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background-color: #FFF; */
    backdrop-filter: blur(10px);
    background: linear-gradient(158deg, #487517ed 0%, #8eb663f5 100%);
    display: none;
}
    .scroll-header-panel-01 #nav-panel > ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-header-panel-01 #nav-panel > ul > li {
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        border-bottom: dotted 1px #ffffff;
    }
    .scroll-header-panel-01 #nav-panel > ul > li:last-child {
        margin-right: 0px;
        border-bottom: dotted 0px #CCC;
    }
    
    
    .scroll-header-panel-01 #nav-panel > ul > li > a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0;
        color: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.scroll-header-panel-01 #nav-panel ul li ul,
.scroll-header-panel-01 #nav-panel ul li:hover ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
    z-index: 890;
    background-color: #FFF;
}
    .scroll-header-panel-01 #nav-panel ul li ul li {
        width: 100%;
        height: fit-content;
        border-bottom: dotted 1px #8DB663;
    }
.scroll-header-panel-01 #nav-panel ul li ul li a {
    width: 100%;
    padding: 20px;
    display: flex;
    color: #8DB663!important;
    justify-content: center;
}  

.scroll-header-panel-01 #nav-panel ul li ul li:last-child a {
    border: none!important;
}  
    .scroll-header-panel-02{
        border-bottom: solid 3px #be9e74!important;
    }

.scroll-header-panel-03 {
    position: fixed!important;
    width: 100%!important;
    height: 60px!important;
    background-color: rgb(255 255 255);
    box-shadow: rgb(204 204 204 / 34%) 0px 12px 34px 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 2px #8eb663 !important;
}
    .scroll-header-panel-03 #nav-panel > ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .scroll-header-panel-03 #nav-panel > ul > li {
        width: 80%;
        height: auto;
        display: flex;
        align-items: center;
        border-bottom: dotted 1px #ffffff;
    }
    .scroll-header-panel-03 #nav-panel > ul > li:last-child {
        margin-right: 0px;
        border-bottom: dotted 0px #CCC;
    }
    
    
    .scroll-header-panel-03 #nav-panel > ul > li > a {
        text-decoration: none;
        width: 100%;
        height: 100%;
        padding: 25px 0;
        color: #FFF!important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.scroll-header-panel-03 #nav-panel ul li ul,
.scroll-header-panel-03 #nav-panel ul li:hover ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
    z-index: 890;
    background-color: #FFF;
}
    .scroll-header-panel-03 #nav-panel ul li ul li {
        width: 100%;
        height: fit-content;
        border-bottom: dotted 1px #8DB663;
    }
.scroll-header-panel-03 #nav-panel ul li ul li a {
    width: 100%;
    padding: 20px;
    display: flex;
    color: #8DB663!important;
    justify-content: center;
}  

.scroll-header-panel-03 #nav-panel ul li ul li a:hover {
    width: 100%;
    padding: 20px;
    display: flex;
    background-color: #8DB663!important;
    color: #FFF!important;
    justify-content: center;
}  


.scroll-header-panel-03 #nav-panel ul li ul li:last-child a {
    border: none!important;
}  
    /* 次選單開始 */
.sub-nav-style {
    position: fixed!important;
    width: 100%!important;
    height: 100vh!important;
    display: flex;
    flex-direction: column!important;
    align-items: center!important;
    justify-content: center!important;
    background-color: #FFF!important;
    z-index: 890!important;
    top: 0!important;
    left: 0!important;
}

    .sub-nav-style li {
        width: 100%;
        display: flex;
        padding: 0!important;
        margin: 0!important;
        color: #8eb663!important;
    }

    .sub-nav-style li a {
        color: #8eb663!important;
        background-color: #FFF!important;
    }

    .sub-nav-style li a:hover {
        color: #FFF!important;
        background-color: #8eb663!important;
    }    
    /* 次選單結束 */
    
    #close-mb-menu {
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
        z-index: 888;
    }
    
    #close-mb-menu img {
        width: 100%;
    }

    #close-mb-menu2 {
        width: 30px;
        position: fixed;
        right: 20px;
        top: 20px;
        display: block;
        z-index: 892;
    }
    
    #close-mb-menu2 img {
        width: 100%;
    }
    
    #open_mb_menu {
        position: fixed;
        width: 25px;
        display: block;
        right: 25px;
        top: 20px;
        z-index: 888;
    }
    
    #open_mb_menu img {
        width: 100%;
    }

    #site-logo img {
        height: 35px;
        width: auto;
    }

    .head-banner-img-panel {
        position: relative;
    }
    
    .head-banner-img-pc {
        display: none;
    }
    
    .head-banner-img-mb {
        display: block;
    }

    .head-banner-img-mb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .head-banner-content {
        /* display: none; */
        position: absolute;
        width: 80%;
    }


    #head-banner-panel {
        height: 75dvh;
    }

    
    #section-01-panel .column-2 .scale-img {
        height: 280px;
        overflow: hidden;
    }

    .headbanner-container {
        width: 100%;
        height: 80vh;
    }
    
    .pc-headbanner-container-banner {
        display: none;
    }
    
    .mb-headbanner-container-banner {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pc-headbanner-container-content {
        position: absolute;
        margin-top: 53vh;
        color: #FFF;
        text-align: center;
        width: 100%;
        padding: 0 10%;
    }

    .pc-headbanner-container-content strong {
        font-size: 24px;
        font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
        font-weight: 600;
    }

    .pc-headbanner-container-content p {
        line-height: 22px;
        font-size: 14px;
        padding: 0;
        margin: 5px 0!important;
    }
    
.scroll-down-container {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(190,158,116,0) 100%);*/
}

.scroll-down-content {
    width: 60px;
    position: fixed;
    bottom: 60px;
    animation-name: scrollDownPage;
    animation-duration: 3s; 
    transition-timing-function: ease; 
    animation-iteration-count: infinite;
}

.scroll-down-container img {
    width: 100%;
}

@keyframes scrollDownPage { 
    0% {
        bottom: 60px;
        opacity: 0;
    }
    20% {
        bottom: 30px;
        opacity: 1;
    }
    45% {
        bottom: 30px;
        opacity: 1;
    }
    70% {
        bottom: 30px;
        opacity: 1;
    }
    100% {
        bottom: 0px;
        opacity: 0;
    }
}

.slide-style-01-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
}
.recommend-product6-container section {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}
.recommend-product6-content {
    width: calc((100% - 30px) / 2);
    position: relative;
    background-color: #FFF;
    padding: 0 0 80px 0;
}


.panel-01-container {
    padding: 60px 0 0 0;
    aspect-ratio: 3 / 4!important;
}

.panel-01-container .slick-track,
.panel-01-slide .slick-slide {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4!important;
}
.panel-01-slide,
.panel-01-slide-content {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}
.panel-01-slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.panel-01-slide .panel-01-slide-content .index-pc-headbanner {
    display: none;
}

.panel-01-slide .panel-01-slide-content .index-mb-headbanner {
    display: block;
}


.panel-style-02-content {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
}

.panel-style-02-content .panel-col3 {
    width: 100%;
    flex-direction: column;
    gap: 30px 0;
}

.panel-style-02-content .panel-col3 > div {
    width: 100%;
    position: relative;
}

.panel-style-02-content .panel-col3 div:nth-child(1) .list-image-style-01,
.panel-style-02-content .panel-col3 div:nth-child(3) .list-image-style-01 {
    margin: 30px 0;
}

.panel-style-02-content .panel-col3 div .list-image-style-01 {
    width: 100%;
    height: 100%;
    position: relative;
}

.panel-style-02-content section > a {
    display: none;
}

.panel-style-03-content .section-title-intro2 {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
.panel-style-03-content .slide-style-01-container {
    width: 100%;
    margin-top: 60px;
}

.panel-style-04-content {
    width: 80%;
    margin: 0 auto;
}

.panel-style-04-content .panel-col2 {
    display: flex;
    flex-direction: column;
}

.panel-style-04-content .panel-col2 > div {
    width: 100%;
}

.panel-style-04-content .panel-col2 > div:nth-child(2) {
    padding: 0;
    margin-top: 60px;
}

.panel-style-04-content-article-container {
    width: 100%;
    position: relative;
    display: flex;
    gap: 0 30px;
    flex-wrap: wrap;
}

.panel-style-04-content-article-container article {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #FFF;
    padding: 10px 20px 40px 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.panel-style-04-content-article-container article:last-child {
    margin-bottom: 0;
}

.panel-style-04-content-article-container article > div {
    width: 100%;
    margin: 30px 0 0 0;
}

.panel-style-04-content-article-container article > div > img {
    width: 38%;
    height: fit-content;
}

.panel-style-05-content .panel-col2 {
    display: flex;
    gap: 0 60px;
    flex-direction: column;
}
.panel-style-05-content {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.panel-style-06-container {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 130px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.panel-style-06-container > div {
    width: 100%;
}

.panel-style-06-container > div:nth-child(1) {
    padding: 0;
    margin: 0 0 30px 0;
    box-sizing: border-box;
}
.panel-style-06-container > div:nth-child(2) .current-category-container {
    display: flex;
    padding: 20px 0;
    margin: 0 0 30px 0;
    border-bottom: solid 1px #CCC;
    font-size: 14px;
}
.panel-style-06-container .share-area {
    width: fit-content;
    color: #af854c;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 20px 0 0 0;
}

.panel-style-08-container .section-title-intro2 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
}

.panel-style-09-container {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
}

.panel-style-09-container h1 {
    margin-bottom: 20px;
}

.panel-style-10-container {
    width: 80%;
    flex-direction: column;
}

.panel-style-10-container > div {
    width: 100%;
}

.panel-style-10-container > div:nth-child(1) {
    margin-bottom: 50px;
}

.panel-style-11-container {
    width: 80%;
    flex-direction: column;
}

.panel-style-11-container > div {
    width: 100%;
}

.panel-style-11-container .left-container {
    padding: 38px 20px;
    text-align: center;
}

.products-pre-next-navigation {
    width: 100%;
    display: flex;
    background-color: #f8f8f8;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 5%;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
}

.send-msg-panel-container .panel-col2 > div > div:nth-child(1),
 .send-msg-panel-container .panel-col2 > div > div:nth-child(2),
  .send-msg-panel-container .panel-col2 > div > div:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}

.send-msg-panel-container .panel-col2 > div:nth-child(2) {
    margin-top: 60px;
}

.panel-style-msg-content .panel-col2 {
    display: flex;
    gap: 0 60px;
    flex-direction: column;
}

.panel-style-msg-content {
    width: 80%;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
}

.tab-button {
    width: calc(100% / 3);
    background-color: #ffffff;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.75px;
    padding: 10px;
    border: none;
}
.tab-button.active {
    width: calc(100% / 3);
    color: #8eb663;
    font-size: 20px;
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #8eb663;
    background-color: #ffffff;
}

   /*聯絡我們 頁面 樣式*/
    
.contact-send-from-panel {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 100px 0;
    margin: 0 auto;
    flex-direction: column;
}
    
.contact-send-from-panel .send-form-content {
    width: 80%;
}
    
.contact-content-information {
    width: 100%;
    margin: 68px 0 0 0;
    background-color: #f5f5f5;
    /* background-image: url(../images/contact_background.webp); */
    background-size: cover;
    background-position: center;
    border:none!important;
}    
  
.contact-send-from-panel {
    width: 100%;
    max-width: 1160px;
    display: flex;
    padding: 100px 0 0 0;
    margin: 0 auto;
    flex-direction: column;
}    
.contact-page-footer-copyright {
    width: 100%;
    max-width: 1160px;
    color: #CDAC76;
    margin: 0 auto;
    padding: 10px 20% 20px 10%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}   

.contact-send-from-panel .send-form-content h1 {
    font-size: 36px;
    line-height: 58px !important;
    line-height: 36px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Serif TC', '微軟正黑體', sans-serif;
    background-image: linear-gradient(140deg, #8db663, #8eb663);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
    /* 手機版表單input */

    .send-form-content p {
        width: 100%;
        margin-bottom: 18px;
        display: flex;
        justify-content: center;
    }

    .form-input-col1 {
        clear: both;
        width: 100%;
        display: block;
        
    }
    
    .form-input-col2 {
        width: 100%!important;
    }
    
    .send-form-content ul li:nth-child(1),
    .send-form-content ul li:nth-child(2) {
        padding: 10px 0;
    }

    .send-form-content ul li:last-child {
        padding-bottom: 38px;
    }

    .contact-pnanel {
        display: flex;
        flex-direction: column;
    }

    .contact-pnanel > div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-information {
        width: 80%;
        padding: 58px 0;
    }

    .contact-information h2 {
        font-size: 30px;
    }

    .scroll-top-button {
        width: 60px;
        height: 60px;
        position: fixed;
        right: 0;
        bottom: 0;
        padding-bottom: 5px;
        display: flex;
        background-color: #0000007f;
        z-index: 68;
        justify-content: center;
        align-items: center;
        border-radius: 5px 0 0 0;
    }
.social-container {
    width: 60px;
    display: block;
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 99;
}
    
.social-content ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}    
.social-content ul li a img {
    width: 75%;
    border: none;
}

   /* 手機版css結尾 */

}
