@charset "utf-8";

/*網站 LOADING 畫面*/

@keyframes fadeInOut {
-10% { opacity: 1; }
80% { opacity: 1; }
100% { opacity: 0; }
}

body.pageIndex:before {content: '';pointer-events: none;display: block;width: 100%;height: 100%;position: fixed;top: 0;left: 0;
    z-index: 10000;background: #fff;-webkit-animation: fadeInOut 4.5s ease-in-out forwards;animation: fadeInOut 4.5s ease-in-out forwards;}

@keyframes opacity {
0% {opacity: 0;}
50% {opacity: 1;  }
100% {opacity: 0;}
}

body.pageIndex:after {content: '';pointer-events: none;display: block;width: 15%;aspect-ratio: 5 / 4;position: fixed;transform: translate(-50%, -50%);
    top: 50%;left: 50%;z-index: 10000;background: url(https://pic03.eapple.com.tw/angelcatterytn/cover_logo-02.svg);
    -webkit-animation: opacity 4s ease-in-out forwards;animation: opacity 4s ease-in-out forwards;background-size: contain;}
@media screen and (max-width: 768px) {
body.pageIndex:after {width: 25%;}
}
@media screen and (max-width:600px) {
body.pageIndex:after {width: 35%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;background: #fef9f5;}
#content {background: #fef9f5;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*網站統一設定*/
.main_part {max-width: 1500px;padding: 100px 5%;}
.show_content {padding: 0;}
.page {width: 100%;margin: 50px auto;color: #000000;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;
justify-content: center;align-items: center;align-content: center;text-align: center;border-radius: 50px;transition: .3s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #000000;}
.page strong, .page a:hover {background: #fff;color: #000000;}
.page li.activeN {background: #fff;color: #000;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 500px) {
.main_part {padding: 60px 5%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 450px) {
.main_part {padding: 50px 8%;}
.page {font-size: 13px;gap: 0;}
}

/*網站按鈕*/
.animated-arrow {background: #f19483;border: 1px solid #f19483;margin: 50px auto 0;
    display: inline-flex;border-radius: 5px;justify-content: center;align-items: center;}
.animated-arrow:hover {background: unset;color: #000;}
.animated-arrow b {font-weight: normal;letter-spacing: 0.1em;font-size: 16px;}
.animated-arrow i {display: none;}

@media screen and (max-width: 1024px) {
.animated-arrow b {font-size: 15px;}
}

@media screen and (max-width: 600px) {
.animated-arrow {margin: 30px auto 0;height: 45px;line-height: 45px;}
.animated-arrow b {font-size: 14px;}
}

@media screen and (max-width: 450px) {
.animated-arrow {width: 200px;height: 40px;line-height: 40px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.pageIndex .header_area {background: hsl(0deg 0% 100% / 35%);position: fixed;transition: 1s ease;}
.header_area {background: #ffffff;padding: 15px 5% 0;transition: 1s ease;}
.pageIndex .header_area.sticky {background: #ffffffd6;transition: 1s ease;}
.header_area.sticky {background: hsl(0deg 0% 100% / 90%);padding: 0 5%;transition: 1s ease;}
.main_header_area .container {max-width: 1500px;}
.navigation {display: grid;grid-template-columns: 115px 1fr 160px;grid-gap: 0 30px;align-items: end;}

.me_tp_features {order: 2;}
.tp_links {display: none;}
.box_search {margin-bottom: 0;margin-bottom: 15px;}
.box_search input[type=text] {background: unset;border: unset;border-bottom: 1px solid #F19483;max-width: 100%;border-radius: 0;
    letter-spacing: 0.08em;color: #000;padding:5px 45px 5px 5px;font-family: 'Noto Sans TC';font-size: 14px;}
.shop_search_btn {background: #F19483;color: #fff;font-size: 12px;border-radius: 0;padding: 0px 10px;}

/*LOGO*/
.nav-header {order: 0;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav {order: 1;}
.stellarnav > ul > li > a {display: block;padding: 65px 15px 10px;color: #000000;letter-spacing: 0.1em;margin: 0;line-height: 1;height: auto;}
.stellarnav > ul > li.has-sub > a {padding-right: 15px;}
.stellarnav li.has-sub > a:after {display: none;}

.stellarnav > ul > li > a:before {content: '';position: absolute;transform: translateX(-50%);left: 50%;top:10%;
    width: 50px;aspect-ratio: 10 / 9;transition: 0.3s ease;
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-02.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:hover > a:before {transform: translateX(-50%) scale(1.1);transition: 0.3s ease;}
.stellarnav > ul > li:nth-of-type(2) > a:before {
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-03.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(3) > a:before {
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-04.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(4) > a:before {
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-05.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(5) > a:before {
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-06.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(6) > a:before {
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-07.svg) no-repeat center;background-size: contain;}
.stellarnav > ul > li:nth-of-type(7) > a:before {
    background: url(https://pic03.eapple.com.tw/angelcatterytn/menu_icon-09.svg) no-repeat center;background-size: contain;}

/*下拉選單*/
.stellarnav > ul > li > ul {width: 220px;background: #ffedee;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #ccc;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #000;font-size: 14px;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > a:hover { color: #F19483;}
.stellarnav > ul > li > ul > li > ul {background: #fff;}
.stellarnav > ul > li > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #ccc;}
.stellarnav > ul > li > ul > li > ul > li > a {color: #000000;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {color: #F19483;}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1300px) {
.header_area.sticky {padding: 0 3%;}
.pageIndex .navigation {grid-gap: 0 35px;}
.stellarnav > ul > li > a {padding: 60px 8px 18px;font-size: 15px;}
.stellarnav > ul > li.has-sub > a {padding-right: 8px;}
}
@media screen and (max-width: 1110px) {
.header_area {padding: 10px 2% 0;}
.box_search {width: 120px;margin-bottom: 20px;}
.navigation {grid-template-columns: 120px 1fr 120px;}
.nav-header {max-width: 120px;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;}
.header_area {padding: 10px 1% 0;}
.header_area.sticky {padding: 0 1%;}
.pageIndex .navigation, .navigation {grid-template-columns: 1fr;justify-content: center;justify-items: center;grid-gap: 10px;}
.me_tp_features {margin: 0;}
.nav-header {max-width: 180px;grid-row: 1;}
.nav-header :before {content: '';position: relative;background: url(https://pic03.eapple.com.tw/angelcatterytn/logo-14.svg);
    background-size: contain;aspect-ratio: 615 / 200;width: 615px;}
.nav-brand img {display: none;}
.stellarnav > ul > li > a {padding: 60px 10px 18px;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
}
@media screen and (max-width: 768px) {
.header_area, .header_area.sticky {padding: 5px 1% 10px;}
.pageIndex .navigation {grid-template-columns: 1fr;}
.me_tp_features {display: none;}

.stellarnav.mobile {left: auto;right: 5%;top: 2px;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.stellarnav .menu-toggle {padding: 10px;background: #FEDFE1;border-radius: 10%;}
.stellarnav .menu-toggle span.bars{top: 0;}
.stellarnav .menu-toggle span.bars span{width: 35px;height: 1px;border-radius: 0;background: #000000;margin:5px auto 5px;}
.stellarnav .menu-toggle:after {display: none;}

.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {max-width: 50%;border: unset;background: hsl(0deg 0% 100% / 95%);}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {font-size: 14px;padding: 15px;background: #9E7A7A;
    letter-spacing: 0.2em;color: #fff;}
.stellarnav .icon-close {width: 25px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;width: 15px;}
.stellarnav.mobile > ul > li > a, .stellarnav.mobile li a, .stellarnav.mobile li li.has-sub a {        padding: 28px 30px 25px 80px;
    line-height: 1;border-bottom: unset;text-align: left;font-size: 15px;}
.stellarnav > ul > li > a:before {left: 10%;top: 18%;width: 40px;}
.stellarnav.mobile > ul > li > a.dd-toggle:before {display: none;}
.stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile li li a.dd-toggle {padding: 25px 15px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 2px #9d7a7a;}

.stellarnav.mobile li.open,.stellarnav.mobile li.open li.open, .stellarnav.mobile li.open li.open li.open, .stellarnav.mobile li.open li.open li.open {
    background: unset;padding: 0;border-top: 1px solid #fff;}
.stellarnav.mobile li.open > a, .stellarnav.mobile li.open li.open > a, .stellarnav.mobile li.open li.open li.open > a {background: #ffe9e6;}
.stellarnav > ul > li > ul > li {text-align: left;}
.stellarnav > ul > li > ul > li > a {padding: 23px 30px 20px 30px;}
}
@media screen and (max-width: 600px) {
.header_area, .header_area.sticky {padding: 5px 0 10px;}
.nav-header{max-width: 180px;}
.stellarnav.mobile {top: 2px;}
.stellarnav .menu-toggle span.bars span {width: 20px;}
.stellarnav.mobile > ul > li > a, .stellarnav.mobile li a {padding: 20px 30px 18px 80px;}
.stellarnav.mobile li li.has-sub a {padding: 20px 30px;font-size: 14px;}
.stellarnav > ul > li > a:before {width: 30px;left: 40px;top: 13px;}
.stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav.mobile li li a.dd-toggle {padding: 18px 15px;}
}
@media screen and (max-width: 500px) {
.nav-header {max-width: 150px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {max-width: 100%;}
.stellarnav.mobile > ul > li > a, .stellarnav.mobile li a, .stellarnav.mobile li li.has-sub a {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*手機大圖*/
@media screen and (max-width: 450px) {
.swiper-pagination {display: none;}
}
@media screen and (max-width: 400px) {}


/*內頁BANNER 設定*/
.banner {position: relative;background-image: unset;background: #fef9f5;min-height: unset;font-size: unset;padding: 18% 0;}
.banner:before {content: '';position: absolute;left: 0;background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_01.jpg);
    background-size: cover;width: 70%;aspect-ratio: 45 / 19;border-radius: 0 30px 10px 0;}
.banner h5 {width: 30%;position: absolute;transform: translate(0%, -50%);left: auto;
    right: 0;top: 55%;font-size: 24px;font-weight: 400;letter-spacing: 0.08em;}
.banner h5:before {content: 'Angel Cattery';position: absolute;transform: translateY(-100%);top: -10px;
    left: 0;width: 100%;font-size: 18px;color: #F19483;}

.banner.banA:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_03.jpg);background-size: cover;}
.banner.banA h5:before {content: 'Parents';}
.banner.banB {}
.services_page .banner.banB:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_01.jpg);background-size: cover;}
.services_page .banner h5:before {content: 'Notice & Process';}
.other_page .banner.banB:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_05.jpg);background-size: cover;}
.other_page .banner h5:before {content: 'Angel Select';}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banF:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_02.jpg);background-size: cover;}
.banner.banF h5:before {content: 'Kittens';}
.banner.banF[data-banner="product_list_3616"]:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_07.jpg);background-size: cover;}
.banner.banblog {}
.blog_page.article_a .banner.banblog:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_04.jpg);background-size: cover;}
.blog_page.article_a .banner.banblog  h5:before {content: 'Moment of Glory';}
.blog_page.article_b .banner.banblog:before {background: url(https://pic03.eapple.com.tw/angelcatterytn/banner_06.jpg);background-size: cover;}
.blog_page.article_b .banner.banblog  h5:before {content: 'Angel Column';}


@media screen and (max-width: 1200px) {
.banner h5 {font-size: 22px;}
.banner h5:before {font-size: 17px;}
}
@media screen and (max-width: 1024px) {
.banner h5 {font-size: 20px;}
.banner h5:before {font-size: 16px;}
}
@media screen and (max-width: 768px) {
.banner:before {width: 65%;}
.banner h5 {width: 35%;font-size: 18px;}
.banner h5:before {font-size: 15px;}
}
@media screen and (max-width: 600px) {
.banner {padding: 30% 0;}
.banner:before {width: 95%;top: 0;border-radius: 0 0 30px 0;}
.banner h5 {width: 100%;transform: translate(0%, 0%);top: auto;bottom: 8%;font-size: 17px;}
.banner h5:before {top: -5px;font-size: 14px;}
}
@media screen and (max-width: 450px) {
.banner h5 {font-size: 16px;bottom: 5%;}
.banner h5:before {font-size: 12px;top: -3px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.copy {text-align: right;padding: 20px 5%;font-size: 12px;color: #ccc;border-top: unset;margin-top: 0;letter-spacing: 0.08em;}
.copy a {color: #ccc;}

#to_top {bottom: 150px;left: auto;right: 3px;letter-spacing: 0.1em;color: #9d7a7a;background: unset;
    box-shadow: unset;border-radius: 0;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {height: 50px;transform: rotate(0deg) translateY(-100%);height: 50px;left:45%;background: #9d7a7a;}
#to_top i.top:after {width: 5px;height: 5px;left: 35%;}
#to_top:hover i.top:after {top: -50px;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
#bottom_menu {display: none;}
}
@media screen and (max-width: 600px) {
.copy {padding-right: 5%;padding-top: 20px;font-size: 10px;}
.total_view {display: inline-block;}
}
@media screen and (max-width: 450px) {
#to_top {font-size: 10px;width: 25px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁功能設定*/
.prod_part, .module_i_news {padding: 100px 5%;}
.prod_part {background: #fff;}
.prod_part section, .module_i_news section {max-width: 1400px;}
.i_prod_tit {position: relative;}
.i_prod_tit span:before {content: 'Kittens';display: block;font-size: 20px;color: #F09382;}
.i_prod_tit span, .i_video_tit span, .module_i_news .title_i_box h4 {display: flex;font-size: 20px;letter-spacing: 0.08em;
    font-weight: 300;flex-direction: column;gap: 10px;align-items: center;}

.module_i_news .title_i_box {margin-bottom: 0;}
.module_i_news.module_i_news01 .title_i_box h4:before {content: 'Moment of Glory';font-weight: lighter;display: block;font-size: 20px;color: #F09382;}
.module_i_news.module_i_news02 {border-top: dotted max(5px, 0.2vw) #F7D7B0;}
.module_i_news.module_i_news02 .title_i_box h4:before {content: 'Angel Column';font-weight: lighter;display: block;font-size: 20px;color: #F09382;}

.pageIndex .productsListBox, .productsListBox.swiper, .module_i_news_list, .module_i_news_list.swiper {padding: 50px 0;}
.pageIndex .products-list, .module_i_news ul {grid-template-columns: repeat(4, 1fr);grid-gap: 15px;}
.products-list .item:nth-of-type(n+5), .module_i_news li:nth-of-type(n+5) {display: none;}
.module_i_news li a {grid-template-columns: 1fr;}
.module_i_news li:hover a {background: #fff;border-radius: 10px;}
.module_i_news li a:before, .module_i_news li a:after {display: none;}
.module_i_news.module_i_news01 li a .i_blog_le {aspect-ratio: 3 / 4;}
.i_blog_le {border-radius:10px 10px 0 0;}
.module_i_news li .i_blog_le img {transition: 0.5s ease;}
.module_i_news li:hover .i_blog_le img {transform: scale(1.05);transition: 0.5s ease;}
.i_blog_ri {padding: 0 0 5px;text-align: center;}
.i_blog_ri h5 {font-weight: normal;font-size: 16px;letter-spacing: 0.05em;}
.i_blog_ri em {font-size: 13px;color: #feb3b8;letter-spacing: 0.1em;}
.i_blog_ri p {display: none;}

.i_prod_b, .i_blog_b {max-width: 1400px;}

@media screen and (max-width: 1024px) {
.prod_part, .module_i_news {padding: 80px 5%;}
.i_prod_tit span:before, .i_prod_tit span, .i_video_tit span, .module_i_news .title_i_box h4, 
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before {font-size: 18px;}
.i_blog_ri h5 {font-size: 15px;}
.i_blog_ri em {font-size: 12px;}
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 768px) {
.i_prod_tit span:before, .i_prod_tit span, .i_video_tit span, .module_i_news .title_i_box h4, 
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before {font-size: 17px;}
.pageIndex .products-list, .module_i_news ul {grid-template-columns: repeat(2, 1fr);}
.module_i_news li {border-bottom: unset;}
.i_blog_ri h5 {font-size: 14px;}
.i_blog_ri em {font-size: 10px;}
}
@media screen and (max-width: 600px) {
.i_prod_tit span:before, .i_prod_tit span, .i_video_tit span, .module_i_news .title_i_box h4, 
.module_i_news.module_i_news01 .title_i_box h4:before, .module_i_news.module_i_news02 .title_i_box h4:before {font-size: 16px;}
.i_prod_tit span, .i_video_tit span, .module_i_news .title_i_box h4 {gap: 5px;}
.pageIndex .productsListBox, .productsListBox.swiper, .module_i_news_list, .module_i_news_list.swiper {padding: 30px 0;}
}
@media screen and (max-width: 500px) {
.prod_part, .module_i_news {padding: 60px 5%;}
}
@media screen and (max-width: 450px) {
.prod_part, .module_i_news {padding: 50px 8%;}
.pageIndex .products-list, .module_i_news ul {grid-template-columns: repeat(1, 1fr);}
.pageIndex .productsListBox, .productsListBox.swiper, .module_i_news_list, .module_i_news_list.swiper {padding: 30px 0 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/
h5.blog_le_t {font-size: 18px;color: #000000;font-weight: 400;font-family: 'Noto Sans TC';letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] { font-size: 15px;letter-spacing: 0.15em;color: #000000;background: unset;
    border: solid 1px #f19483;border-radius: 0;padding: 10px 35px 10px 15px;}
.blog_search input[type=submit] {filter: hue-rotate(120deg);}

.blog_le .accordion {border-radius: 0;border: 0;letter-spacing: 0.05em;}
.accordion li+li .link {border-top: 1px solid #f19483;}
.accordion li .link a {padding: 15px 20px;color: #000;font-size: 16px;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #fedfe1 !important;}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #000000 !important;}

.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.blog_le {padding: 0;width: 20%;}
.blog_ri {width: 78%;padding: 0;}
.blog_page h4.blog_category_title {padding: 5px 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns:1fr 1fr 1fr;gap: 15px 0;}
.blog_subbox > div+div {border-left: 1px solid #fedfe1;}
.blog_subbox > div:nth-child(3n+1) {border-left: 0px solid #fedfe1;}
.subbox_item {margin-bottom: 0;width: 100%;position: relative;height: 100%;
    -webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition-property: background-color, color;
    transition-property: background-color, color;-webkit-transition-duration: .4s;transition-duration: .4s;
    -webkit-transition-timing-function: linear;transition-timing-function: linear;}
.subbox_item:hover {background-color: #fdefee;transition: all 0.3s ease-in-out;}
.subbox_item a {grid-template-columns: unset;padding: 10% 10% 15% 10%;grid-gap: 10px;}
.subbox_item a:before, .subbox_item a:after {display: none;}

.blog_page.article_a .subbox_item .blog_list_le {position: relative;padding-bottom: 135%;aspect-ratio: unset;}
.blog_list_le img {display: block;position: absolute;max-width: 100%;min-width: 100%;height: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);
    object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;}
.blog_list_le:before {content: 'VIEW MORE';position: absolute;z-index: 1;opacity: 0;font-family: "Rubik";font-size: 12px;color: #ccc;letter-spacing: 0.08em;
    position: absolute;top: 60%;left: 50%;background: #DA6D6C;color: #FFF;text-align: center;line-height: 35px;padding: 0 10px;
    -moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);transition: opacity 0.6s, top 0.6s;}
.subbox_item:hover .blog_list_le:before {opacity: 1;top: 50%;transition: opacity 0.6s, top 0.6s;}

.blog_list_ri {display: flex;padding: 0;flex-direction: column;align-items: flex-start;}
.blog_list_ri>*+* {margin-bottom: 0;}
.blog_list_ri em {order: 1;font-size: 13px;letter-spacing: 0.08em;color: #ffb2b7;}
.blog_list_ri h5 {order: 2;font-size: 16px;letter-spacing: 0.05em;color: #000;padding: 15px 0 0;line-height: 1.5;-webkit-line-clamp: 2;}
.blog_list_ri p {display: none;}

.subbox_item:before {left: 0;}
.subbox_item:after {right: 0;}

/*相簿內頁*/
.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {
    color: #000000;font-size: 20px;font-weight: 300;letter-spacing: 0.05em;
    border-bottom: 1px #f19483 solid;padding: 0 0 20px;line-height: 1;margin-bottom: 20px;}
.blog_shareData .visitors_num, .blog_shareData .visitors_num i::before, .toShareNews b {color: #000;font-size: 14px;font-weight: 400;letter-spacing: 0.05em;}
.blog_box_edit * {line-height: 2;letter-spacing: 0.08em;font-size: 17px;}
.news_tags a {color: #000;}

.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {font-size: 16px;letter-spacing: 0.2em;padding: 15px;transition: 0.5s ease;}
.blog_back a:hover {letter-spacing: 0.35em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #DA6D6C;}
.blog_back a.article_btn_back {background: #efb4a9;}

.news_related {border-top: dotted max(5px, 0.2vw) #FEDFE1;background: #fef9f5;padding: 50px 5%;}
.news_related h6 {margin: 0 auto 50px;}
.news_related h6 span:before {font-size: 20px;color: #000000;letter-spacing: 0.1em;font-weight: 300;}

.news_related_list {grid-template-columns: repeat(4, 1fr);grid-gap: 15px;}
.news_related_list li a {padding: 0;background: #fedfe1;transition: 0.5s ease;}
.news_related_list li a:hover {background: #fedfe181;transition: 0.5s ease;}
.blog_in_page.article_a .news_related_list li figure {aspect-ratio: 3 / 4;}
.news_related_list li a p {font-size: 14px;color: #000000;letter-spacing: 0.05em; line-height: 3;}
.news_related_list li a img {transition: 0.5s ease;}
.news_related_list li a:hover img {transition: 0.5s ease;transform: scale(1.05);}

@media screen and (max-width: 1300px) {
.blog_le {width: 20%;}
.blog_ri {width: 75%;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);gap: 10px 0;}
.blog_subbox > div+div {border-left: 0px solid #fedfe1;}
.blog_subbox > div:nth-child(2n-1) {border-left: 0px solid #fedfe1;border-right: 1px solid #fedfe1;}
}
@media screen and (max-width: 1024px) {
h5.blog_le_t {font-size: 17px;}
a.news_menu_toggle i {width: 15px;color: #000;}
.accordion li .link a {padding: 15px;font-size: 15px;}
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
.blog_list_ri h5 {padding: 10px 0 0;}
.subbox_item a:before {font-size: 16px;}
.blog_box_edit * {font-size: 16px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;}
.blog_le {width: 100%;}
.blog_ri {width: 100%;}
h5.blog_le_t {font-size: 15px;}
.blog_search {margin-bottom: 0;}
.blog_page h4.blog_category_title {padding: 0;}
h5.blog_le_t {font-size: 16px;font-weight: 400;letter-spacing: 0.08em;margin-bottom: 15px;
    padding-right: 30px;color: #000000;display: block;width: 90%;margin: 10px auto;padding: 10px;background: #fedfe18f;border-radius: 5px;}
.blog_le a.news_menu_toggle {right: 10px;}
.blog_search {display: none;}
.blog_le .accordion {padding: 15px 30px;border-radius: 10px;border: dotted max(5px) #FEDFE1;background: #ffffffa3;}
.subbox_item a {padding: 10%;}
.blog_box_edit * {font-size: 15px;}
.blog_back {grid-gap: 10px;padding-top: 30px;}
}

@media screen and (max-width: 600px) {
.blog_list_le:before {font-size: 10px;}
.blog_list_ri h5 {font-size: 15px;}
h5.blog_le_t {font-size: 16px;}
.blog_le .accordion {padding: 15px 20px;}
.accordion li .link a {font-size: 14px;}
a.news_menu_toggle i {width: 14px;}
.blog_in_page h4.blog_category_title {font-size: 17px;padding: 10px 0 20px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 span:before {font-size: 22px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.blog_subbox > div+div {border-left: 0px solid #fedfe1;border-top: 1px solid #fedfe1;}
.blog_subbox > div:nth-child(2n-1) {border-left: 0px solid #fedfe1;border-right: 0px solid #fedfe1;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定 B*/
.blog_page.article_b .subbox_item .blog_list_le {position: relative;padding-bottom: 100%;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.product_page .show_content, .product_info_page .show_content {display: flex;flex-wrap: wrap;justify-content: space-between;}
.product_page .show_content .product_menu_list {width: 25%;}
.product_page .show_content .products-list{width: 70%;grid-template-columns: repeat(3, 1fr);grid-gap: 15px;}

.product-layer-two ul {grid-gap: 0;}
.product-layer-two > li.active {background: #fdf0ee;}
.product-layer-two > li+li {margin-top: 15px;}
.product-layer-two li.active a {font-weight: normal;border: unset;}
.product-layer-two li > a:hover {background: #FEDFE1;transition: 0.5s ease;}
.product-layer-two li a {border: unset;border-bottom: 1px solid #FEDFE1;background: unset;padding: 15px;
    color: #000000;letter-spacing: 0.1em;;transition: 0.5s ease;}
.product-layer-two li ul li a:before {content: '';position: absolute;left: 15px;transform: translateY(-50%);top: 50%;width: 20px;height: 20px;
background: url(https://pic03.eapple.com.tw/angelcatterytn/product_list_icon.svg) no-repeat center;background-size: contain;transition: 0.5s ease;}
.product-layer-two li li:hover > a:before {transform: translateY(-50%) rotate(15deg);transition: 0.5s ease;}
.product-layer-two li i {display: none;}

.product-layer-two li ul {position: relative;display: grid !important;}
.product-layer-two li ul li {display: block;background: unset;}
.product-layer-two li ul li a {background: unset;padding: 15px 50px;}
.product-layer-two li li:hover > a {background: #fdf0ee;transition: 0.5s ease;}
.product-layer-two > li.active li:hover > a {background: #ffffff;transition: 0.5s ease;}
.product-layer-two li li.active a {background: unset;color: #d9644f;}

.products-list li:before {content: '';width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #fedfe1;border-radius: 10px;transition: width 0.5s ease;}
.products-list li:hover:before {width: 100%;transition: width 0.5s ease;}
.products-list .item a {padding-bottom: 0;}
.products-list .pic {aspect-ratio: 3 / 4;border-radius: 10px 10px 0 0;}
.products-list .name {font-size: 16px;color: #000000;text-align: center;word-break: break-word;}
.products-list .price, .products-list .more {display: none;}

.products-list .item a .pic img {transition: 0.5s ease;}
.products-list .item a:hover .pic img {transform: scale(1.05);transition: 0.5s ease;}

@media screen and (max-width: 1024px) {
.product_page .show_content .product_menu_list {width: 33%;}
.product_page .show_content .products-list {width: 60%;grid-template-columns: repeat(2, 1fr);}
.products-list .name {font-size: 15px;}
}
@media screen and (max-width: 768px) {
.product_page .show_content .product_menu_list {width: 100%;}
.product_page .show_content .products-list {width: 100%;}
.product_menu_list>h5 {font-size: 16px;font-weight: 400;letter-spacing: 0.08em;margin-bottom: 15px;
    padding-right: 30px;color: #000000;display: block;width: 90%;margin: 10px auto;padding: 10px;background: #fedfe18f;border-radius: 5px;}
.product-layer-two {padding: 15px 30px;border-radius: 10px;border: dotted max(5px) #FEDFE1;background: #ffffffa3;}
.product-layer-two li ul {position: static;}
.product-layer-two li a {padding: 10px;font-size: 15px;}
.product-layer-two li ul li a:before {left: 5px;width: 18px;height: 18px;}
.product-layer-two li ul li a {padding: 15px 35px;}
.products-list .name {font-size: 14px;}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {
.product_menu_list>h5 {font-size: 15px;}
.product-layer-two {padding: 15px 20px;}
.product-layer-two > li+li {margin-top: 10px;}
.product-layer-two li a {font-size: 14px;}
.product-layer-two li li a {font-size: 13px;}
.product_page .show_content .products-list {grid-gap: 10px;}
.products-list .name {margin-top: 10px;}
}

.product_info_page .main_part {max-width: 1200px;}
.product_info_page .show_content .product_menu_list {display: none;}
.product_info_page .show_content .product-wrapper {display: flex;width: 100%;justify-content: space-between;flex-wrap: wrap;align-items: flex-start}
.prod_info_clearfix, .prod_tabs {width: 100%;}

.product_main {padding: 0;width: 58%;}
.proImgSwiper {aspect-ratio: unset;height: 100%;--swiper-navigation-color: #f19483;border-radius: 3%;}
.proImgSwiper .swiper-button-next:after, .proImgSwiper .swiper-button-prev:after {background: #ffffff99;padding: 12px;text-shadow: unset;}
#prod_thumbSwiper .swiper-slide {border-radius: 10%;overflow: hidden;}
#prod_thumbSwiper .swiper-slide::before {background: #ffffff;}

.sidebarBtn {width: 40%;padding: 25px;border: unset;background: #ffffff;border-radius: 5%;box-shadow: 0 0 10px #f194834d;}
.sidebarBtn h2 {color: #000000;font-size: 18px;letter-spacing: 0.05em;}
.product_info {margin: 15px 0 50px;}
.product_info li span {display: none;}
.product_info li .txt_box {letter-spacing: 0.05em;font-size: 15px;color: #333;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {letter-spacing: 0.1em;font-size: 16px;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #f1ad83;}
.inquiry_a1 {background: #f19483;}
.inquiry_a2 {background: #EEA9A9;}

.pd_tabTitle li {border-bottom: unset;}
.pd_tabTitle li a {padding: 20px 10px;letter-spacing: 0.08em;color: #000;font-size: 18px;}
.pd_tabTitle li.activeTab a {color: #000;}
.pd_tabTitle li.activeTab::after {height: 3px;background: #f19483;}
.pd_tabInner_contain {padding-top: 0;}
.pd_tabInner_contain .edit {letter-spacing: 0.08em;line-height: 1.8;font-size: 17px;}

.prod_related {border-top: dotted max(5px, 0.2vw) #FEDFE1;background: #fef9f5;padding: 50px 5%;}
.prod_related h6 {margin: 0 auto 50px;}
.prod_related h6 span:before {font-size: 20px;color: #000000;letter-spacing: 0.1em;font-weight: 300;}

.related_list {grid-template-columns: repeat(4, 1fr);grid-gap: 15px;}
.related_list li a {padding: 0;background: #fedfe1;transition: 0.5s ease;}
.related_list li a:hover {background: #fedfe181;transition: 0.5s ease;}
.related_list li figure {aspect-ratio: 3 / 4;}
.related_list li a p {font-size: 14px;color: #000000;letter-spacing: 0.05em; line-height: 3;}
.related_list li a img {transition: 0.5s ease;}
.related_list li a:hover img {transition: 0.5s ease;transform: scale(1.05);}

.lastPage {font-size: 15px;color: #fff;background: #f19483;padding: 15px 20px;border-radius: 5px;margin: 50px auto 0;width: 250px;}

@media screen and (max-width: 1024px) {
.pd_tabTitle li a {font-size: 17px;}
.pd_tabInner_contain .edit {font-size: 16px;}
.prod_related h6 span:before {font-size: 18px;}
.related_list li a p {line-height: 1.5;padding: 10px 0;}
}
@media screen and (max-width: 768px) {
.mobile_product_name {display: none;}
.product_main {width: 63%;}
.sidebarBtn {width: 35%;padding: 20px;margin: 0;}
.sidebarBtn h2 {font-size: 17px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {font-size: 15px;line-height: 40px;}
.pd_tabTitle li a {font-size: 16px;}
.pd_tabInner_contain .edit {font-size: 15px;}
}
@media screen and (max-width: 600px) {
.product_info_page .show_content .product-wrapper {align-items: center;flex-direction: column;}
.product_main {width: 100%;}
.sidebarBtn {width: 100%;margin-top: 40px;text-align: center;}
.sidebarBtn h2 {font-size: 16px;}
.product_info li .txt_box {font-size: 14px;}
.inquiry_a1, .inquiry_a2, .inquiry_a3 {font-size: 14px}
.pd_tabTitle li a {padding: 15px 10px;font-size: 15px;}
.pd_tabInner_contain .edit {font-size: 14px;}
.prod_related h6 span:before {font-size: 17px;}
.related_list {grid-template-columns: repeat(2, 1fr);grid-gap: 10px;}
.related_list li a p {font-size: 13px;letter-spacing: 0.03em;}
.lastPage {font-size: 14px;padding: 10px 15px;margin: 30px auto 0;width: 200px;}
}
@media screen and (max-width: 450px) {
.sidebarBtn {margin-top: 30px;}
.product_info {margin: 15px 0 30px;}
.prod_related h6 {margin: 0 auto 30px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





