@charset "utf-8";
body {
    font-family: "Fredoka", sans-serif, "Noto Sans TC", sans-serif;
    position: relative;
    overflow-x: hidden;
}

body:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1085px;
    background: url(https://pic03.eapple.com.tw/yipinpet/footer.svg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    pointer-events: none;
    z-index: -1;
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
    background: #ffffff;
    width: 4px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
    display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 0px;
    transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
    background-color: #ffffff;
}

/*大圖****************************************************************/

/*第一張大圖*/

#content_main {
    margin: 0;
    min-height: 70vh;
    background: transparent;
}

.bannerindex {
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide {
    padding: 0px !important;
}

.swiper-slide img {
    height: auto;
}

.swiper-pagination {
    display: none;
}

.swiper-slide {
    position: relative;
}

.bannerindex:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}

.bannerindex:before {
    background: url(https://pic03.eapple.com.tw/yipinpet/ba01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 4%;
    right: 7%;
    width: 32% !important;
    height: 21% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    filter: drop-shadow(2px 4px 5px #00000069);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/yipinpet/ba02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 20%;
    right: 18.9%;
    width: 20% !important;
    height: 15% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    background: url(https://pic03.eapple.com.tw/yipinpet/ba03.svg);
    background-size: contain;
    background-repeat: no-repeat;
    top: 21%;
    right: 8%;
    width: 8% !important;
    height: 13% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
}

/* 大標題 */

.bannerindex:before {
    animation: fadeUp 1.3s ease-out forwards;
}

/* 小標題 */

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: fadeUp 1.8s ease-out forwards;
    animation-delay: .5s;
    opacity: 0;
}

/* 腳掌 */

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: fadeUp 1.6s ease-out forwards, float 3s ease-in-out infinite;
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    .bannerindex .swiper-slide img {
        display: none;
    }
    .bannerindex .swiper-slide {
        height: 130vw;
        width: 100% !important;
    }
    /*圖片比例*/
    .bannerindex .swiper-slide {
        background-image: url(https://pic03.eapple.com.tw/yipinpet/rwd_bg.jpg);
        background-position: top;
        background-size: cover;
    }
    /*個別換背景*/
    .bannerindex:before {
        background: url(https://pic03.eapple.com.tw/yipinpet/ba01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 1%;
        right: 6%;
        width: 58% !important;
        height: 19% !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.12);
        filter: drop-shadow(2px 4px 5px #00000069);
    }
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
        background: url(https://pic03.eapple.com.tw/yipinpet/ba02.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 15%;
        right: 21.9%;
        width: 43% !important;
        height: 15% !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.12);
    }
    .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):after {
        background: url(https://pic03.eapple.com.tw/yipinpet/ba03.svg);
        background-size: contain;
        background-repeat: no-repeat;
        top: 19%;
        right: 8%;
        width: 11% !important;
        height: 3% !important;
        background-position: right;
        padding-bottom: calc(100% / 1 * 0.12);
    }
}

/*HEADER**************************************************************/

.me_tp_features {
    display: none;
}

.header_area {
    width: 100%;
    background: transparent;
    padding: 0px;
    position: fixed;
}

.header_area.sticky {
    background: transparent;
}

.main_header_area .container {
    max-width: 1500px;
}

.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 92px;
    background: #FFF;
    transition: all 1.3s ease-in-out;
    z-index: -1;
    opacity: 1;
    background-color: rgb(0 0 0 / 45%);
    background-blend-mode: multiply;
}

.main_header_area {
    position: relative;
    height: 100%;
}

.nav-brand img {
    display: block;
    position: relative;
    width: 150px;
    padding: 7px;
    left: 0px;
    transition: all 1s;
    opacity: 1;
    top: 15px;
}

.nav-brand {
    position: relative;
    pointer-events: all;
}

.nav-brand::after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5d94ba;
    z-index: -1;
    transition: all 1s;
    border-radius: 15px;
}

/*第一層*********************************************************************/

.stellarnav ul {
    padding-top: 26px;
    opacity: 1;
    pointer-events: all;
    transition: all .5s;
}

.stellarnav li.has-sub>a:after {
    display: none;
}

.stellarnav>ul>li.has-sub>a {
    padding-right: 17px;
}

.stellarnav>ul>li>a {
    position: relative;
    letter-spacing: 1px;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    background: #5d94ba;
    padding: 0px 20px;
    border-radius: 100px;
    opacity: 0;
    transition: all 0.6s ease;
    transform: translateY(20px);
    pointer-events: none;
}

.stellarnav>ul>li>a b {
    font-weight: 300;
}

.stellarnav>ul>li>a b:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
}

.header_area.sticky .stellarnav>ul>li:nth-of-type(1)>a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
    pointer-events: all;
}

.header_area.sticky .stellarnav>ul>li:nth-of-type(2)>a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
    pointer-events: all;
}

.header_area.sticky .stellarnav>ul>li:nth-of-type(3)>a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
    pointer-events: all;
}

.header_area.sticky .stellarnav>ul>li:nth-of-type(4)>a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.9s;
    pointer-events: all;
}

.header_area.sticky .stellarnav>ul>li:nth-of-type(5)>a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.1s;
    pointer-events: all;
}

.header_area.sticky .stellarnav>ul>li:nth-of-type(6)>a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.3s;
    pointer-events: all;
}

.stellarnav>ul>li:after {
    content: '';
    background: linear-gradient(0deg, #ffffff00, #a8d9f9);
    z-index: -1;
    width: 101%;
    height: 0px;
    left: 0px;
    top: -26px;
    position: absolute;
    bottom: 6px;
    transition: height 0.3s ease;
}

.stellarnav>ul>li:hover:after {
    height: 74px;
    transition: height 0.5s ease;
}

/*第二層*********************************************************************/

.stellarnav ul ul {
    background: #5d94ba;
    border-radius: 10px;
}

.stellarnav li li {
    border: none;
}

.stellarnav li li a {
    color: #ffffff;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 1px;
    transition: all .5s;
    padding: 10px 20px;
    line-height: 160%;
}

.stellarnav li li.has-sub>a {
    padding: 10px 20px;
}

.stellarnav>ul>li ul li a:hover {
    background: #c8e7fb;
    color: #444;
    transition: all .5s;
    border-radius: 3px;
}

/*PAGEINDEX HEADER**************************************************************/

.header_area {
    position: fixed;
    width: 100%;
    background: transparent;
}

.main_header_area:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 92px;
    background: #ffffffd9;
    transition: all 1.3s ease-in-out;
    z-index: -1;
    opacity: 0;
    background: linear-gradient(to bottom, #a5daff8f, transparent);
}

.header_area.sticky .main_header_area:after {
    width: 100%;
    transition: all 1.3s ease-in-out;
    opacity: 1;
}

.nav-brand img {
    display: block;
    position: relative;
    width: 150px;
    padding: 15px;
    left: 0px;
    transition: all 1.5s;
    bottom: -70px;
    opacity: 0;
}

.header_area.sticky .nav-brand img {
    bottom: 0px;
    opacity: 1;
    transition: all 1.5s;
}

.nav-brand {
    position: relative;
    pointer-events: none;
}

.header_area.sticky .nav-brand {
    pointer-events: all;
}

.nav-brand::after {
    content: '';
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5d94ba;
    z-index: -1;
    transition: all 1s;
    border-radius: 15px;
    opacity: 0;
}

.header_area.sticky .nav-brand::after {
    top: 15px;
    opacity: 1;
    transition: all 1s;
}

.stellarnav ul {
    padding-top: 26px;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.stellarnav ul ul {
    padding-top: 0px;
}

.header_area.sticky .stellarnav ul {
    opacity: 1;
    pointer-events: all;
    transition: all .5s;
}

@media screen and (max-width: 1024px) {
    .navigation {
        display: grid;
        grid-template-columns: 170px 1fr;
    }
    .stellarnav ul {
        text-align: end;
        padding-right: 15px;
    }
    .stellarnav>ul>li>a {
        margin: 0 5px;
    }
    .nav-header {
        max-width: 170px;
    }
}

@media screen and (max-width: 834px) {
    .stellarnav>ul>li>a {
        margin: 0px 4px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .navigation {
        display: flex;
    }
    .stellarnav ul {
        padding-right: 0px;
    }
    .stellarnav ul {
        padding-top: 0px;
    }
    .stellarnav ul {
        padding-top: 0px;
    }
}

/*footer*********************************************************************/

.footer_menu a:nth-of-type(1) {
    display: none;
}

.footer_info li p.mail {
    display: none;
}

.footer_info li p.phone:before {
    content: '服務專線：';
}

.footer_info li p.fax:before {
    content: '服務時間：';
}

.footer_info li p.add:before {
    content: '店家地址：';
}

.footer_info li p.add2:before {
    content: '園區地址：';
}

.footer_info li:nth-child(1) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    border-bottom: 1px solid #fff;
    padding: 15px 0px 30px 20px;
}

.footer_info li:nth-child(2) {
    padding: 0px;
    padding-top: 15px;
}

.footer {
    position: relative;
    background: transparent;
}

.footer_info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: #a1ca49;
    padding: 50px 6%;
    border-radius: 800px;
    animation: floatUpDown 3s ease-in-out infinite;
    box-shadow: 3px 3px 10px #6c9441;
    margin: 50px 20px 0px 20px;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.footer_info li p {
    color: #ffffff;
}

.footer_menu a {
    margin: 0;
    text-align: justify;
    transition: all 0.3s;
    background: transparent;
    color: #ffffff;
    border: none;
    padding: 10px;
    font-weight: 300;
    margin: 0 12px;
}

.footer a {
    color: #fff;
    font-weight: 400;
}

.footer_menu a:hover {
    color: #ffffff;
    font-weight: 400;
    background: #5cae24;
    border-radius: 50px;
}

.box_link {
    display: none;
}

.copy {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 12px;
    padding: 50px 0 25px;
}

.copy a {
    color: #fff;
    transition: all 0.3s;
}

.copy a:hover {
    color: #C8E7FB;
}

.footer_logo img {
    width: 230px;
}

@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1) {
        grid-template-columns: 1fr;
    }
    .footer_info {
        padding: 40px 5%;
        border-radius: 100px;
    }
    .footer_menu a {
        margin: 0 6px;
        font-size: 13px;
    }
    .footer_info li p {
        font-size: 13px;
    }
    .footer_logo img {
        width: 180px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 768px) {
    .footer_info {
        flex-wrap: wrap;
        justify-content: flex-end;
        border-radius: 50px;
        padding: 20px 5%;
    }
    .footer_logo {
        display: none;
    }
    .footer_info li:nth-child(1) {
        padding: 15px 0px 20px 20px;
    }
    .footer_info li+li {
        margin-top: 0px;
    }
}

@media screen and (max-width: 600px) {
    .copy {
        font-size: 9px;
        padding: 10px 0 25px;
    }
    .footer_info {
        margin: 0px 20px 0px 20px;
    }
}

/*首頁文章*****************************************/

.module_i_news_list,
.module_i_news_list.swiper {
    padding: 30px 0 60px;
}

.animated-arrow {
    border-radius: 100px;
    background: #fff;
    color: #444;
    border: 3px solid #c8e7fb;
    transition: all .5s;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.animated-arrow:hover {
    background: #c8e7fb;
    border: 3px solid #c8e7fb;
    transition: all .5s;
}

@media screen and (max-width: 768px) {
    .i_blog_ri h5 {
        font-weight: 400;
        font-size: 16px;
    }
    .i_blog_ri p {
        font-size: 13px;
        color: #7f7f7f;
        letter-spacing: 0.5px;
    }
    .i_blog_ri em {
        font-size: 12px;
    }
    .module_i_news li a:before {
        display: none;
    }
    .i_blog_ri {
        padding-bottom: 20px;
    }
    .module_i_news ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 商品母模設定 ********************************************************/

.stellarnav.desktop li.bigMenu>ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    left: 0;
    width: 100%;
    position: fixed;
    padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
    top: 100%;
    left: 0;
    width: 100%;
    background: #efefef;
    height: auto;
    max-height: 300px;
    overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
    margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
    border-left: 6px solid transparent;
    border-bottom: unset;
    border-right: 6px solid transparent;
    border-top: 6px solid #898989;
    right: 5px;
}

.product_page .main_part {
    max-width: 1500px;
}

.product_page .show_content,
.product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.product_page .product_menu_list {
    position: relative;
    width: 220px;
    letter-spacing: 1px;
    /*border-right: 1px solid #ccc;*/
    min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
    width: calc(100% - 270px);
}

ul.page {
    width: 100%;
}

.product-layer-two li ul {
    position: static;
    margin-top: 5px;
    /*display:block !important;*/
    width: 100%;
    margin-left: 0;
}

.product-layer-two li:hover ul {
    border: none !important;
    /*display:block !important;*/
}

.product-layer-two li li {
    display: block;
    padding: 0;
    transition: all ease .3s;
    background: transparent;
}

.product-layer-two>li {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
    margin-top: 5px;
}

.product_info_page .product-layer-two {
    display: none;
}

.product_info_page .products-list,
.product-wrapper {
    width: 100%;
}

.product-layer-two li li:hover {
    margin-left: 15px;
}

.product-layer-two li li>a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background: transparent;
    left: 0;
    margin-left: -20px;
    top: 50%;
    margin-top: -4px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product_info_page .half_box {
    width: 100%;
    float: none;
    padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
    margin-top: 50px;
    justify-content: space-between;
    display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
    width: calc(50% - 10px);
    background-image: none;
    padding: 0;
    text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {
    .product_menu_list,
    .products-list,
    .product-wrapper {
        width: 100%;
    }
    .product-layer-two {
        margin-right: 0;
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
        grid-gap: 5px;
    }
    .product_page .product-layer-two,
    .product_page .products-list {
        width: 100%;
        border-right: none;
    }
    .product_page .product_menu_list>h5 {
        display: block;
    }
    .product_page .show_content>a {
        order: 1;
    }
    .product_page ul.products-list {
        order: 2;
    }
    .product_page ul.page {
        order: 3;
    }
    .product_page .product_menu_list {
        width: 100%;
        order: 0;
        min-height: unset;
    }
}

@media screen and (max-width: 600px) {}

/********文章**********************************************/

/*首頁文章*/

.module_i_news .title_i_box h4 {
    font-size: 20px;
    color: #444;
}

.module_i_news .title_i_box h6 {
    font-size: 40px;
    color: #5d94b9;
    text-transform: uppercase;
}

.module_i_news li a {
    border-bottom: 1px solid #5d94b9;
}

@media screen and (max-width: 600px) {
    .module_i_news .title_i_box h4 {
        font-size: 15px;
    }
    .module_i_news .title_i_box h6 {
        font-size: 25px;
        color: #5d94b9;
    }
    .module_i_news_list,
    .module_i_news_list.swiper {
        padding: 5px 0 60px;
    }
}

/*側邊選單*/

h5.blog_le_t em {
    font-weight: 400;
}

.blog_search input[type=search] {
    border-radius: 0px;
}

.fa-circle-chevron-right::before {
    content: "\f105";
}

.blog_le .accordion {
    border-radius: 0px;
    border: none;
}

.accordion li .link a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: all 1s;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    background: #5D95BA !important;
    transition: all 1s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #fff !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
    color: #fff !important;
}

.submenu a {
    background: #eee;
}

.submenu li.on_this_category a,
.submenu a:hover {
    background: #A1CA49;
    color: #fff;
    padding-left: 35px;
}

.submenu a i {
    left: -30px;
    transition: all 0.4s;
}

.submenu a:hover i {
    left: 10px;
    transition: all 0.4s;
}

.submenu a:hover i,
.submenu li.on_this_category a i {
    left: 10px;
    transition: all 0.4s;
}

h5.blog_le_t {
    margin-bottom: 15px;
    font-weight: 400;
    margin-left: 10px;
    font-family: "Noto Sans TC", serif;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}

/*文章內頁*/

h4.blog_category_title {
    color: #444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.blog_box_edit * {
    line-height: 150%;
    color: #444;
    letter-spacing: 0.04em;
    font-size: 15px;
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev {
    background: #A1CA49;
}

.blog_back a.article_btn_back {
    background: #5D95BA;
}

/*相關文章*/

.news_related {
    background: transparent;
}

.news_related h6 span:before {
    font-size: 22px;
    color: #444;
    letter-spacing: 1px;
}

.news_related_list li a {
    transition: all .5s;
}

.news_related_list li a:hover {
    transform: translateY(-20px);
    transition: all .5s;
}

.lastPage {
    border-radius: 100px;
    background: #fff;
    color: #444;
    border: 3px solid #c8e7fb;
    transition: all .5s;
}

.lastPage:hover {
    background: #c8e7fb;
    border: 3px solid #c8e7fb;
    transition: all .5s;
}

.news_related h6 {
    display: none;
}

@media screen and (max-width: 768px) {
    .news_related_list li a p {
        font-size: 14px;
    }
    .lastPage {
        font-size: 13px;
        padding: 5px 20px;
        margin: 40px auto 0px;
    }
}

/*文章A-外觀*/

.blog_page.article_a .main_part {
    max-width: 1500px;
}

.blog_page.article_a h4.blog_category_title {
    display: none;
}

.article_a .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    background: #fff;
}

.article_a .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.article_a .subbox_item a:before {
    content: '查看文章';
    top: 93%;
    bottom: 0px;
    left: 50%;
    width: 108px;
    height: 35px;
    text-align: center;
    background: #c8e7fb;
    font-size: 14px;
    color: #1c1c1c;
    transform: translate(-50%, -100%) scale(1);
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article_a .subbox_item a:hover:before {
    transform: translate(-50%, 0%) scale(1);
    transition: all .5s ease-in-out;
}

.article_a .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}

.article_a .subbox_item a:after {
    background: rgba(0, 0, 0, 0.5);
}

.article_a .subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff45;
    opacity: 0;
    border: 2pt solid #c8e7fb;
}

.article_a .blog_list_ri h5 {
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

.article_a .blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 0.5px;
}

/*文章B-外觀*/

.blog_page.article_b .main_part {
    max-width: 1500px;
}

.blog_page.article_b h4.blog_category_title {
    display: none;
}

.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

.article_b .subbox_item a {
    border: 1px solid #d3d3d3;
    grid-gap: 15px;
    grid-template-columns: 250px 1fr;
}

.article_b .subbox_item a:before {
    content: '◄';
    background: #0c263d;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 0px;
    opacity: 0;
}

.article_b .subbox_item a:hover:before {
    content: 'READ MORE';
    width: 100%;
    border-radius: 0px;
    font-size: 13px;
    opacity: 1;
}

.article_b .subbox_item a:after {
    content: '';
    background: #6c9ac224;
    transition: all .5s;
    width: 0%;
    z-index: -1;
}

.article_b .subbox_item a:hover:after {
    width: 100%;
}

.article_b .blog_list_ri h5 {
    font-weight: 400;
    font-size: 17px;
    color: #1c1c1c;
    letter-spacing: 1px;
    -webkit-line-clamp: 2;
}

.article_b .blog_list_ri p {
    font-size: 13px;
    color: #666;
    letter-spacing: 1px;
}

.article_b .blog_list_ri {
    padding: 15px;
}

@media screen and (max-width: 768px) {
    .article_b .subbox_item a {
        display: flex;
        flex-direction: column;
    }
    .blog_subbox {
        grid-template-columns: 1fr 1fr;
    }
    h5.blog_le_t span {
        display: none;
    }
    .article_a .blog_subbox {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .article_a .main_part {
        padding-top: 0px;
    }
    .article_a .blog_list_ri h5 {
        font-weight: 400;
        font-size: 16px;
    }
    .blog_list_ri em {
        font-size: 12px;
    }
    .article_a .blog_list_ri p {
        font-size: 13px;
        color: #7f7f7f;
        letter-spacing: 0.5px;
    }
    .edit {
        line-height: 170%;
        font-size: 14px;
    }
    h4.blog_category_title {
        font-size: 16px;
    }
}

/*相簿*********************************************************/

.other_subalbum li a p {
    padding: 3px 10px;
    background: #242424;
    color: #fff;
    letter-spacing: 1px;
}

.subalbum-menu h2 {
    display: none;
}

.album_fixed_title {
    color: #fff;
    background: transparent;
}

.overlay {
    z-index: 9999;
    width: 0%;
    transform: none;
    transition: all .7s;
    background: #00000048;
}

.show-list .item:hover .overlay {
    width: 100%;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: all .7s;
}

@media screen and (max-width: 600px) {
    .show-list {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .show_content {
        padding: 0px 0;
    }
}

/********購物車**********************************************/

/*側邊分類*/

.product-layer-two>li {
    border: none;
}

.product-layer-two li a {
    border: none;
    background: #323232;
    color: #fff;
}

.product-layer-two li i {
    color: #fff
}

.product-layer-two li li a {
    padding: 5px 10px;
    background: #c8e7fb;
    color: #444;
}

.product-layer-two li li:hover>a {
    background: #dcf1ff;
    color: #464646;
}

.product-layer-two li li:hover>a:before {
    background: #dcf1ff;
}

.product-layer-two li li.active a {
    background: #dcf1ff;
    margin: 5px 0px 5px 15px;
}

.product-layer-two li li.active a:before {
    background: #dcf1ff;
}

/*外層設定*/

.products-list .name {
    font-size: 16px;
}

.products-list .more {
    border: 1px solid #444;
    color: #444;
    font-weight: 400;
    background: #fff;
}

.products-list .item a:hover .more {
    background: #444;
}

/*內頁設定*/

.sidebarBtn {
    display: none;
}

.product_main {
    width: 100%;
}

#prod_thumbSwiper .swiper-slide::before {
    display: none;
}

.proImgSwiper {
    aspect-ratio: 2 / 1;
}

.pd_tabTitle li {
    display: none;
}

.edit {
    line-height: 200%;
    color: #444;
    letter-spacing: 0.04em;
    font-size: 15px;
}

/*聯絡我們*****************************************************/

.i_contact_box {
    padding: 0px 20px;
}

.contact_editbox {
    padding: 0px;
}

.blank_letter {
    color: #444;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.contact_content .information_left {
    display: none;
}

.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_form li.last cite {
    background: #80ab53;
    border: 1px #80ab53 solid;
    padding: 0px;
    height: fit-content;
}

.contact_form li.last blockquote {
    border: 1px #80ab53 solid;
    background: #fff;
    padding: 0px;
    height: fit-content;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: 1px #cbeaff solid;
    border-radius: 20px;
}

.contact_form li .form__label {
    max-width: 100%;
    letter-spacing: 1px;
    font-size: 14px;
    text-align: start;
}

.contact_form li {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 600px) {
    .contact_form li {
        display: flex;
        flex-direction: column;
    }
    .contact_form li .form__label {
        background: transparent;
        font-weight: 400;
    }
    .contact_form li.last {
        flex-direction: row;
    }
    .contact_form li.last input {
        font-size: 13px;
    }
}

/*首頁相簿*************************************************/

.module_i_album {
    padding: 90px 20px 60px;
}

.module_i_album .title_i_box h4 {
    font-size: 50px;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    font-family: "Rampart One", sans-serif;
}

.i_album_list li a p {
    background: #9fc7e1;
    color: #fff;
}

.i_album_list li:hover p {
    height: 100%;
    background: #0000007d;
}

.i_album_b {
    justify-content: flex-end;
    margin-top: 20px;
}

.animated-arrow b {
    font-weight: 400;
}

.i_album_b .animated-arrow {
    background: #9fc7e1;
    color: #fff;
}

@media screen and (max-width: 600px) {
    .animated-arrow b {
        font-size: 13px;
    }
}

/*首頁購物車*************************************************/

.prod_part {
    padding: 40px 20px 50px;
    background: #dbdbdb63;
}

.i_prod_tit span {
    font-size: 50px;
    font-weight: 400;
    position: relative;
    letter-spacing: 2px;
    font-family: "Rampart One", sans-serif;
}

.i_prod_b a {
    background: #fff;
    border: 1px solid #444;
    color: #444;
    letter-spacing: 1px;
}

/*內頁BANNER設定*******************************************/

.banner {
    height: 40vw;
    background-size: cover;
    background-position: center bottom;
    max-height: 500px;
    min-height: 240px;
    position: relative;
    background-image: url(https://pic03.eapple.com.tw/yipinpet/banner01.jpg);
}

.banner h5 {
    position: absolute;
    margin-right: auto;
    font-size: 26px;
    color: #ffffff;
    top: 72%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-weight: 600;
    z-index: 99;
}

.banner h5:before {
    content: 'RECORD';
    font-size: 66px;
    display: flex;
    color: #ffffff;
    font-weight: 700;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .banner {
        height: 57vw;
    }
    .banner h5 {
        font-size: 20px;
    }
    .banner h5:before {
        font-size: 50px;
    }
}

/* 手機板設定***************************************************/

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode {
        padding: 30px 0 55px;
    }
    #to_top {
        bottom: 60px;
    }
    .stellarnav>ul>li>a:before {
        display: none;
    }
    .stellarnav.mobile li.open li.open {
        padding: 0px;
    }
    .stellarnav.mobile li.open {
        background: #f3f3f3;
        padding: 0px 10px 10px 10px;
    }
    /*手機側選單*/
    .stellarnav .menu-toggle:after {
        color: #ffffff;
    }
    .stellarnav .menu-toggle {
        opacity: 0;
        pointer-events: none;
        transition: all 1s;
    }
    .header_area.sticky .stellarnav .menu-toggle {
        opacity: 1;
        pointer-events: all;
        transition: all 1s;
    }
    .stellarnav .menu-toggle,
    .stellarnav .call-btn-mobile,
    .stellarnav .location-btn-mobile,
    .stellarnav .close-menu {
        padding: 20px;
    }
    .stellarnav .menu-toggle:after {
        color: #fff;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #ffffff;
    }
    .nav-brand img {
        width: 100px;
        padding: 10px;
        top: 5px;
    }
    .header_area.sticky .nav-brand::after {
        top: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
    .stellarnav>ul>li>a {
        font-size: 13px;
        font-weight: 400;
        color: #444;
        background: transparent;
        transition:none;
        pointer-events: all;
    }
    .stellarnav li li {
        border-bottom: none;
        background: transparent;
    }
    .stellarnav>ul>li:hover>a {
        color: #444;
    }
    .stellarnav>ul>li:after {
        display: none;
    }
    .stellarnav li li>a,
    .stellarnav li li.has-sub>a {
        background: transparent;
    }
    .stellarnav>ul>li:not(:nth-last-child(2)):after {
        display: none;
    }
    .header_area.sticky .stellarnav>ul>li:not(:nth-last-child(2)):after {
        display: none;
    }
    .stellarnav.mobile.left>ul {
        animation: slideInFromLeft 1s ease-out forwards;
    }
    .stellarnav.mobile>ul>li>a b {
        display: grid
    }
    .stellarnav.mobile>ul>li>a {
        padding: 15px 43px 15px 10px;
        opacity: 1;
        transform: translateY(0px);
    }
    .stellarnav.mobile>ul>li>a.dd-toggle {
        padding-top: 20px;
    }
    .stellarnav li li:hover>a,
    .stellarnav li li.has-sub:hover>a {
        margin-left: 0px;
    }
    .stellarnav.mobile li.open li a:not(.dd-toggle):not(.icon-plus) {
        margin-left: 30px;
        font-size: 13px;
        border-left: 1pt solid #bababa;
        padding: 10px 20px;
        color: #878787;
    }
    .stellarnav.mobile li.open {
        background: #fff;
    }
    .stellarnav li a {
        color: #444;
        background: transparent;
        border-radius: 0px;
    }
    .stellarnav>ul>li ul li a:hover {
        background: transparent;
    }
    .stellarnav.mobile ul ul {
        padding: 2px;
        box-shadow: none;
    }
    .stellarnav.mobile li.open li.open {
        background: #ffffff;
        padding: 0px;
    }
    .stellarnav.mobile ul ul ul {
        margin-left: 30px;
    }
    .stellarnav.mobile.right>ul,
    .stellarnav.mobile.left>ul {
        top: -1px;
    }
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #c8e7fb;
        color: #fff;
        padding: 10px;
    }
    .stellarnav .icon-close:before,
    .stellarnav .icon-close:after {
        border-color: #fff;
    }
    .stellarnav ul {
        opacity: 1;
        pointer-events: all;
    }
    .header_area.sticky .stellarnav ul {
        opacity: 1;
        pointer-events: all;
        transition:none;
}
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

/*其他***********************************************************/

.path p,
.path p a {
    padding: 10px 0 30px;
}

#bottom_menu>li:nth-of-type(2) {
    display: none;
}