@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');


/*●●●●●●●●●●●●●●●●●●●●●●●●   大範圍設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
*{letter-spacing: .1rem;}

@media screen and (max-width: 768px){
	.show_content {padding: 40px 0 20px;}
	#bottom_menu{display: none;}
}         
@media screen and (max-width: 600px) {
	.main_part {padding: 10px 20px;}
	.path p, .path p a{font-size: 12px;}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
*{font-family: 'Noto Serif TC', serif; }
.main_part {max-width: 1400px;padding: 50px 0;width: 90%;}
.path {display:none;}
.path p, .path p a {color: #ccc;}


@media screen and (max-width: 1024px){
	.main_part {padding-right: 15px;}
}
@media screen and (max-width: 768px){
	.main_part {padding-right: 0;}
}

    

/*●●●●●●●●●●●●●●●●●●●●●●●●   大圖部分設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */

/*切換鈕*/
.bannerindex {--swiper-pagination-color: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction
{bottom: auto;top: 50%;left: 2vw;width: 25px;z-index: 1000;}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 5px 10px;width: 5px;height: 15px;border-radius: 2px;}


@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/


.pageIndex .bannerindex .swiper-slide:nth-child(1):before{content: "在地人的溫暖客廳，遠方遊子的第二故鄉";position: absolute;left: 8vw;bottom: 12vw;padding-bottom: 70px;
font-size: 22px;color: #fff;z-index: 100;animation: up 1.5s both;}

.pageIndex .bannerindex .swiper-slide:nth-child(1):after {  content: "從一個人到一群人，不只是交朋友，\A更是一起成長的社群。";  position: absolute;  left: 8vw;  bottom: 12vw;  font-size: 14px;  color: #fff;  z-index: 100;  white-space: pre;
  line-height: 1.8; animation: up 1.5s both;  animation-delay: .5s; margin-top: 100px;}




.pageIndex .bannerindex .swiper-slide:nth-child(2):before{content: "講求效率與表現的時代中，把專注放回自己";position: absolute;left: 8vw;bottom: 12vw;padding-bottom: 70px;
font-size: 22px;color: #fff;z-index: 100;animation: up 1.5s both;}

.pageIndex .bannerindex .swiper-slide:nth-child(2):after {  content: "在這裡，生活不只是工作，\A還有故事與朋友。";  position: absolute;  left: 8vw;  bottom: 12vw;  font-size: 14px;  color: #fff;  z-index: 100;  white-space: pre;
  line-height: 1.8; animation: up 1.5s both;  animation-delay: .5s; margin-top: 100px;}




@media screen and (max-width: 768px) {

.pageIndex .bannerindex .swiper-slide:nth-child(1):before{bottom: 22vw;font-size: 16px;}
.pageIndex .bannerindex .swiper-slide:nth-child(1):after {  bottom: 25vw;  font-size: 12px;}

.pageIndex .bannerindex .swiper-slide:nth-child(2):before{bottom: 22vw;font-size: 16px;}
.pageIndex .bannerindex .swiper-slide:nth-child(2):after {  bottom: 25vw;  font-size: 12px;}


}






@keyframes up{
	0%{transform: translateY(0px);opacity: 0;}
	100%{transform: translateY(-1vw);opacity: 1;}
}



/*切換鈕*/
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: auto;bottom: 10vw;left: 2.5vw;}



@media screen and (max-width: 1200px){
	/*切換鈕*/
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: 5vw;}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    	height: 8px;}
}
@media screen and (max-width: 1024px){
	/*文字設定*/
	.swiper-banner .swiper-slide.swiper-slide-active:before{font-size: 24px;}
	/*圖片設定*/
	.swiper-banner .swiper-slide img{height: 500px;object-fit: cover;object-position:left;}
	/*側邊小字*/
	.swiper-banner:before, .swiper-banner:after{font-size: 10px;}
	@keyframes s_text{
		0%{opacity: 0;letter-spacing: 1rem;}
		100%{opacity: 1;letter-spacing: .2rem;}
	}
}
@media screen and (max-width: 768px){
	
}
@media screen and (max-width: 500px){
	/*圖片設定*/
	.swiper-banner .swiper-slide img{height: 400px;}
}







/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.header_area,.header_area.sticky {background: #fff;}
.main_header_area .container {max-width: 1600px;padding: 0 3%;}
.navigation {display: flex;align-items: center;}
.nav-brand img{display: block;}
.stellarnav li.has-sub > a:after {border-left: 5px solid transparent;border-right: 5px solid transparent;
    border-top: 5px solid #898989;}/*主選單箭頭*/
/*★★★購物車/社群icon設定↓↓↓↓↓↓↓↓↓↓↓↓*/
.me_tp_features {position: absolute;top: 5px;right: 0;z-index: 10000;max-width: 300px;}
.me_tp_features .tp_links{display: none;}
.me_tp_features a i {font-size: 14px;color: #888;line-height: 20px;}
.me_tp_features a.tp_btn_cart{position: relative;}
.me_tp_features a.tp_btn_cart span span{display: none;}
.me_tp_features a.tp_btn_cart b {color: #000;background: #ffb700;font-size: 10px;width: 15px;height: 15px;border-radius: 50%;
    display: block;text-align: center;line-height: 15px;letter-spacing: 0px;position: absolute;right: -4px;bottom: -6px;}
.me_tp_features a.tp_btn_cart b::before,.me_tp_features a.tp_btn_cart b::after{display: none;}
.me_tp_features a.tp_btn_notice span{display: none;}
.box_search input[type=text]{border-radius: 0;overflow: hidden;}
.box_search input[type=text]::placeholder{color: #ccc;}/*提示文字*/
.box_search input[type=text]:focus{color: #555;}
.shop_search_btn{border-radius: 0;background: #888;}/*搜尋按鈕*/
/*下拉區塊*/
.stellarnav li.has-sub li {border: none;border-bottom: 1px solid #f3f3f3;}
.stellarnav li.has-sub li:last-child{border-bottom: none;}
.stellarnav li.has-sub li a {font-size: 13px;padding: 10px 15px;transition: all .5s;}
.stellarnav li.has-sub li a:hover{background: #b6a292;color: #fff;padding-left: 18px;}
.stellarnav li.drop-left li.has-sub > a:after {border-top: 5px solid transparent;border-bottom: 5px solid transparent;
    border-right: 5px solid #898989;}/*下拉箭頭*/
.stellarnav li.drop-left li.has-sub > a:hover:after {border-right: 5px solid #fff;}/*下拉hover箭頭*/

@media screen and (max-width: 1024px){
	.stellarnav > ul > li > a{font-size: 14px;}
}
@media screen and (max-width: 768px){
	.me_tp_features {position: relative;max-width: inherit;z-index: 0;}
	.box_search{width: 100%;}
	.box_search input[type=text] {max-width: inherit;}
    .stellarnav .menu-toggle:after {margin-top: 8px;font-weight: 400;}
    .stellarnav .menu-toggle span.bars span {height: 1px;}
	.stellarnav.mobile > ul > li > a.dd-toggle{top: 15px;}
	.stellarnav.mobile > ul > li.open > a.dd-toggle{top: 5px;}
	.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #777;}
	.stellarnav.mobile .close-menu{position: relative;color: transparent;}
	.stellarnav.mobile .close-menu > *{display: none;}
	.stellarnav.mobile .close-menu:before{content: "×";position: absolute;right: 10px;top: 10px;color: #000;
        font-size: 12px;}
    .stellarnav.mobile > ul > li > a b{vertical-align: middle;}
    .stellarnav .menu-toggle {padding: 38px 10px;}
}
@media only screen and (max-width: 570px) {
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.header_area {background:#43493D;transition: all .5s;}
.pageIndex .header_area {position: fixed;background: transparent;}
.main_header_area .container {width: 90%;padding: 0;}
.nav-header {max-width: 115px;padding: 10px 0 0 0;transition: all .5s;}
.nav-brand img {filter: brightness(100);-webkit-filter: brightness(100);}
.stellarnav > ul > li {padding: 0 1%;position: relative;}

.stellarnav > ul > li:before{content: "";width: 1px;height: 10px;background: #ffffff;position: absolute;
right: 0;top: 50%;transform: translateY(-50%);}
.stellarnav > ul > li > a {text-transform: capitalize;vertical-align: middle;}
.stellarnav > ul > li > a b {color: #fff;font-size: 14px;letter-spacing: .2rem;}
.stellarnav > ul > li > a b:last-child{color: #cbb689;font-size: 13px;letter-spacing: .1rem;}
.stellarnav > ul > li.has-sub > a {padding-right: 0;}
.stellarnav li.has-sub > a:after{display: none;}
.stellarnav li.has-sub li a{letter-spacing: 0;word-break: break-word;}
.stellarnav li.has-sub li a:hover {background: #CBB689;}

.header_area.sticky {background:#43493D;transition: all .5s;}
.pageIndex .header_area.sticky{background: #43493D;}
.header_area.sticky .nav-header {  max-width: 100px;  transition: all .5s;  padding: 7px 0 0 0;}
.me_tp_features{display:none;}




@media screen and (max-width: 1200px){
    .pageIndex .header_area {position: sticky;background: rgb(49 68 51 / 100%);}
    .nav-header{padding: 0;}
}
@media screen and (max-width: 1024px){
	.nav-header {  padding: 7px 0 0 0;   max-width: 100px; }
	.me_tp_features{margin: 0;}
}
@media screen and (max-width: 768px){
	.header_area.sticky {backdrop-filter: none;}
	.main_header_area .container{width: 100%;}
	.stellarnav .menu-toggle span.bars span {height: 1px;background: #ddd;width: 20px;margin: 0 auto 5px;}
	.stellarnav .menu-toggle:after{display:none;}
	.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: transparent;margin-bottom: 30px;}
	.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{border-right: none;}
	.stellarnav.mobile .close-menu:before {right: 15px;color: #eee;font-size: 18px;font-weight: bold;}
	.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #fff;}
	.stellarnav.mobile{top: 3px;}
	.stellarnav.mobile ul {background: #324434;}
	.stellarnav.mobile ul ul{padding: 0 10px;}
	.stellarnav.mobile ul ul a{color: #ccc;}
	.stellarnav.mobile li.open{background: transparent;padding: 0;}
	.stellarnav.mobile li.has-sub li{border-bottom: none;}
	.stellarnav.mobile li a {border-bottom: 1px solid #435846;}
	.stellarnav.mobile li.has-sub li a{font-size: 14px;}
	.stellarnav.mobile > ul > li{border-bottom: none;padding: 0;}
	.stellarnav.mobile > ul > li:before{display: none;}
	.stellarnav.mobile > ul > li > a.dd-toggle {top: 3px;}
	.stellarnav.mobile > ul > li > a b{font-size: 14px;vertical-align: baseline;}
	.stellarnav.mobile > ul > li.has-sub.open > a {background: #435846;}

}




/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.footer{background: #43493d;padding: 50px 0 0;}
.footer .center {max-width: 1000px;width: 90%;}
.footer_info {grid-template-columns: 125px 1fr;grid-gap: 70px;}
.footer_info li {display: inline-block;vertical-align: top;}
.footer_info li:nth-child(1){width: 48%;}
.footer_info li:nth-child(2){width: 48%;}
.footer_info li p,.footer_info li p a{color: #eee;font-size: 14px;}
.footer_menu a{width: 46%;background: #33372f;border: none;color: #eee;font-size: 12px;padding: 6px 8px;
	position: relative;z-index: 1;}
.footer_menu a:before{content: "";width: 0;height: 100%;position: absolute;top: 0;left: 0;transition: all .5s;
background: #cbb689;z-index: -1;}
.footer_menu a:hover:before{left: auto;right: 0;width: 100%;transition: all .5s;}


.box_link a{border: 1px solid #b0ae9f;width: 32px;height: 32px;padding: 0;margin: 4px 0;border-radius: 30px;
	background-size: contain !important;background-position: center !important;transform: translateY(0px);
transition: all .5s;}
.box_link a.me_tp_fb{background: url(https://pic03.eapple.com.tw/top1car/box_fb.svg) no-repeat;}
.box_link a.me_tp_line{background: url(https://pic03.eapple.com.tw/top1car/box_line.svg) no-repeat;}
.box_link a.me_tp_ig{background: url(https://pic03.eapple.com.tw/top1car/box_ig.svg) no-repeat;}
.box_link a:hover{transform: translateY(-5px);}
.box_link a i{display: none;}
.box_link a.me_tp_call,.box_link a.me_tp_mail{display: none;}
.copy {padding: 30px 0;border-top: 1px #4e5547 solid;margin-top: 50px;}
.copy, .copy a {  color: #888;  font-size: 12px;}
.footer_menu a:hover {  background: #33372f;  color: #fff;}

@media screen and (max-width: 1200px){
	.box_link{display: none;}
	.footer_info{padding-right: 0;}
	.footer_info li p, .footer_info li p a {font-size: 14px;}
}


@media screen and (max-width: 1024px){
.footer_info {
    grid-template-columns: 100px 1fr;
    grid-gap: 8px;
}}

@media screen and (max-width: 768px){
	.footer_info {grid-template-columns: 1fr;grid-gap: 20px;padding: 0;}
	.footer_info li+li{margin-top: 0;}
}
@media screen and (max-width: 600px){
	.footer_logo {margin: 0 auto;}
	.footer_info li:nth-child(1),.footer_info li:nth-child(2){width: 100%;margin-bottom: 20px;
		text-align: center;}

}


/*●●●●●●●●●●●●●●●●●●●●●●●●   文章分類管理   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*文章設定 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*文章功能頁/ = = = = */
.blog_box {
    display: flex;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
}
/* 左側分類欄位 */
.blog_le {
    width: 220px;
    padding: 0;
}
h5.blog_le_t {
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 0;
    position: relative;
}
h5.blog_le_t em {

    line-height: 1;
    letter-spacing: 2px;
    font-weight: 500;
    position: relative;
}
h5.blog_le_t span {
    font-size: 0;
    display: none;
}
.blog_search {
    position: relative;
    margin-bottom: 10px;
    opacity: .8;
}
.blog_search input[type=search] {
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    background: #fcfcfc;
    border-radius: 0;
    padding: 10px 40px 10px 10px;
}
/* 分類列 */
.blog_le .accordion {
    border-radius: 0;
    border: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-size: 0;
}
.blog_le .accordion li {
    transition: .3s ease-out;    
    border-bottom: 1px solid #ffffff4d;
}
.blog_le .accordion li .link i{color: #9fb0b7;}
.accordion li+li .link {
    border: 0;
}
.accordion li .link a {
    padding: 15px 10px 10px;
    text-align: left;
    line-height: 1.7;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
}

.blog_le .accordion > li.on_this_category{
    background: #12384a !important;
}
.blog_le .accordion > li:hover {
    background: transparent !important;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #ffffff !important;
    background: #43493d;
}
.blog_le .accordion > li.on_this_category .link a {
    color: #fff  !important;  
}
/* 次分類 */
.blog_le .accordion li, .submenu li+li{border: 0;}
.submenu {
    background: transparent;
    font-size: 14px;
}
.submenu a {
    position: relative;
    color: #ccc;
    padding: 10px 15px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    word-break: break-all;
    border: 0;
}
.submenu a i {    display: none;}
.submenu li.on_this_category a, .submenu a:hover {
    background: #12384a;
}


/* 右側圖文區 */
.blog_ri {
    width: calc(100% - 240px);
    padding: 0 0 0 60px;
}
h4.blog_category_title {
    width: fit-content;
    font-weight: 600;
    letter-spacing: 0.04em;
    display: none;
}
/* 圖文區塊 */
.blog_subbox {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}
.subbox_item {
    position: relative;
    width: 100%;
    background: rgb(255 255 255);
    border-radius: 0;
    overflow: hidden;
    transition: .5s ease-out;
    border: 0;
    height: fit-content;
    width: 100%;
    margin: 0;
    background: transparent;
    padding: 25px 0;
}
.subbox_item:hover {
    transition: .5s ease-out;
}
.subbox_item li:hover {
    transition: .5s ease-out;
}
.subbox_item a {
    gap: unset;
    height: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}
.module_i_news li a:before, .module_i_news li a:after, .subbox_item a:after, .subbox_item a:before {
    content: none;
}
/* 圖 */
.blog_list_le {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4 / 3;
    background-color: #05212f;
    margin-right: 40px;
    max-width: 32%;
    min-width: 280px;
}
.blog_list_le img {
    width: 100%;
    transition: all .6s ease-out;
}
.subbox_item a:hover img {
    z-index: 1;
    /* opacity: 0.4; */
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* 文字 */
.blog_list_ri {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 35px;
    padding: 0;
    width: 100%;
    margin: 0;
    height: fit-content;
    height: fit-content;
}
.blog_list_ri:after {
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: "";
    background: linear-gradient(45deg, #43493d, #43493d);
    transition: width .6s cubic-bezier(0.65, 0, 0.35, 1);
}
.subbox_item a:hover .blog_list_ri:after{
    width: 100%;
}
.blog_list_ri h5 {
    
    text-align: left;
    color: ##050a2d;
    font-weight: 500;
    letter-spacing: 2px;
}
.blog_list_ri em {
font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
    order: -1;
    padding: 0 0 10px 0;
    font-weight: 400;
}
.blog_list_ri p {
font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.7;
    font-weight: 400;
    color: #444;
    margin: 10px 0 20px;
}



/*文章內層/ = = = = */
.blog_in_page h5.blog_le_t em {
    /* color: transparent; */
}
.blog_in_page .blog_ri {
    width: calc(100% - 240px - 40px);
    padding: 10px 40px;
}
.blog_in_page h4.blog_category_title {
    width: 100%;
    letter-spacing: 1.5px;
    display: block;
    text-align: left;
    border-bottom: 1px solid #ccc;
    color: #232323;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 24px;
}


/* 分享按鈕 = = */
.blog_shareData {
    border: 1px solid #ccc;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 20px;
    width: fit-content;
    padding: 10px;
    border-radius: 5px;
    margin: 0;
    display: none;
}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {  font-weight: 400;   font-size: 14px;  color: #333;}
.toShareNews a object {  filter: grayscale(1) brightness(1) contrast(1);}
.toShareNews > a:hover > object { filter: none;}

.blog_back a.article_btn_back {   background: #43493d; font-size: 12px;}
.blog_back a.article_btn_next {  background: #333; font-size: 12px;}
.news_related h6 span:before {  content: '相關文章';  font-size: 24px;color: #444444;  letter-spacing: 2px;}
.news_related {  background: #fdfdfd;  padding: 25px 15px;}
.news_related {   background: #fdfdfd;   padding: 55px 15px 25px;}
.lastPage { background: #43493d;}

.blog_back {   width: 45%;}



/* 文章編輯器 */
.blog_box_edit {  background: transparent;}
.blog_box_edit * { line-height: 1.7;}
.articel_mainPic {  display: none;}





@media screen and (max-width: 1024px) {
/* 外層 */
.blog_le {width: 100%; margin-bottom: 40px;}
h5.blog_le_t {display: none;}
.blog_le .accordion {grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));}
.blog_le .accordion li {   border-bottom: 1px solid #cccccc; }
.blog_ri {width: 100%;padding: 0;}
.blog_list_le {max-width: 250px;}
.i_blog_ri h5, .blog_list_ri h5 {font-size: var(--f22);}
.blog_list_ri p {letter-spacing: 1.5px;}
.blog_in_page .blog_ri {  width: 100%;   padding: 10px 0;}
.accordion li .link a {  border-bottom: none;}
.blog_le .accordion { grid-template-columns: repeat(1, 1fr); }
}

@media screen and (max-width: 768px) {
/* 外層 */
.blog_le {margin-bottom: 20px;}
.blog_list_ri p {font-size: 13px;}
.blog_list_le {max-width: 200px;margin-right: 15px;}
.subbox_item a .blog_list_le::before, .subbox_item a:hover .blog_list_le::before {letter-spacing: 1px;font-size: 14px;padding: 6px 15px;}
.blog_back {   width: 100%;}

}

@media screen and (max-width: 640px) {
/* 外層 */
.subbox_item a {flex-direction: column;gap: 10px;}
.blog_list_le, .blog_list_ri {margin: 0 auto;max-width: 500px;}
}

@media screen and (max-width: 480px) {
    .i_blog_ri h5, .blog_list_ri h5 { order: 2;  }
    .blog_list_ri em {   order: 1;   font-size: 13px;    margin: 0;  }
    .i_blog_ri p, .blog_list_ri p {  order: 3;   }

}




/*首頁*/
.module_i_news {  padding: 80px 20px;  background: #fff;}
.module_i_news .title_i_box h6{  font-size: 32px;   color: #050a54;}
.module_i_news section {max-width: 1400px;}
.module_i_news .title_i_box {margin-bottom: 10px;}
.module_i_news .title_i_box h4 {   font-size: 16px;  color: #444444;   letter-spacing: 1px;}
.module_i_news ul {grid-template-columns: 1fr 1fr 1fr 1fr;}
.module_i_news li a {grid-template-columns: 1fr;}
.module_i_news li a:before,.module_i_news li a:after{display: none;}
.i_blog_ri h5 {  color: #050a2d;}
.i_blog_ri p {   font-size: 14px;  line-height: 160%;}
.i_blog_le {overflow: hidden;}
.module_i_news li a .i_blog_le img{transform: scale(1);transition: all .5s;}
.module_i_news li a:hover .i_blog_le img{transform: scale(1.05);}

@media screen and (max-width: 1024px){
	/*首頁*/
	.module_i_news ul {grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 960px) {
    .subbox_item {border-bottom: none;}
}
@media screen and (max-width: 768px){
	/*右側*/
	.blog_ri {padding: 0;}
	/*首頁*/
	.module_i_news .title_i_box h6:before{font-size: 42px;}
	.module_i_news li {border-bottom: none;}
}
@media screen and (max-width: 500px){
	/*分類頁*/
	.subbox_item a {grid-template-columns: 1fr;}
	/*首頁*/
	.module_i_news {padding: 50px 20px;}
	.module_i_news ul {grid-template-columns: 1fr;}
}




/*●●●●●●●●●●●●●●●●●●●●●●●●   促銷方案&小撇步文章分享   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/







/*●●●●●●●●●●●●●●●●●●●●●●●●   相簿管理(有分類)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*分類頁面*/
.overlay {-webkit-transform: scale(1);transform: scale(1);background: rgb(85 85 85 / 50%);}
.show-list {grid-template-columns: repeat(3, 1fr);}
.show-list .item a{position: relative;}
.show-list .item a:before{content: "VIEW   +";position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);
border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;color: #fff;height: 0;overflow: hidden;opacity: 0;
transition: all .5s;transition-delay: 0s;}
.show-list .item a:hover:before{opacity: 1;height: 25px;padding-bottom: 10px;transition: all .5s;
	transition-delay: .3s;z-index: 100;}
.show-list .show_name {font-weight: 400;text-align: center;color: #888;letter-spacing: .6rem;font-size: 14px;}
.show-list .item:hover .show_name {color: #333;}
/*相簿頁面*/
.subalbum-menu{padding: 0;}
.subalbum-menu h2 {font-size: 14px;font-weight: 400;background: #888;color: #fff;padding: 8px 20px;
    line-height: 1.2;border-radius: 5px;letter-spacing: .4rem;}
.other_subalbum li a p {background: rgb(85 85 85 / 50%);color: #fff;text-align: center;font-weight: 300;
    font-size: 14px;padding: 10px;letter-spacing: .6rem;position: absolute;bottom: 0;left: 0;width: 100%;}
/*相本頁面*/
.album_descrip p{font-size: 14px;line-height: 180%;}
/*首頁*/
.module_i_album .title_i_box {margin-bottom: 10px;}
.module_i_album .title_i_box h6:before{content: "Portfolio";}
.module_i_album .title_i_box h4 {font-size: 20px;letter-spacing: .6rem;margin-top: 10px;}
.module_i_album section {max-width: 1600px;}
.i_album_list {grid-template-columns: repeat(3, 1fr);}
.i_album_list li a p {height: 60px;background: rgb(85 85 85 / 50%);color: #fff;padding: 10px;font-size: 14px;}
.i_album_list li a p span {font-size: 14px;letter-spacing: .4rem;font-weight: 300;width: 100%;padding-left: 20px;text-align: left;}
.i_album_list li a p span:after{content: "VIEW   +";display: block;border-bottom: 2px solid #ccc;font-size: 12px;max-width: 100px;
height: 0;overflow: hidden;opacity: 0;transition: all .5s;transition-delay: 0s;}
.i_album_list li a:hover p span{font-size: 18px;}
.i_album_list li a:hover p span:after{opacity: 1;height: 25px;margin-top: 20px;padding-bottom: 10px;transition-delay: .3s;}


@media screen and (max-width: 1024px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(2, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 500px){
	/*分類頁面*/
	.show-list {grid-template-columns: repeat(1, 1fr);}
	/*首頁*/
	.i_album_list {grid-template-columns: repeat(1, 1fr);}
}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/








/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*標題*/
.blank_letter {  color: #333;  font-size: 24px;  font-family: "Tenor Sans", "Noto Serif TC", sans-serif;}
/*左側資訊*/
.contact_content .information_left{margin-bottom: 80px;}
.list_before.info li {border-bottom: 1px solid #eee;padding: 5px 5px 10px 70px;word-break: break-word;
    line-height: 120%;}
.list_before.info li:before{font-weight: 400;letter-spacing: .4rem;width: 60px;}
/*表格設定*/
.contact_content .information_right {width: calc(100% - 305px);padding-left: 50px;}
button, input, optgroup, select, textarea{outline: none;}
.contact_form li {margin-bottom: 8px;grid-template-columns: 1fr;}
.contact_form li .form__label {max-width: 100%;text-align: left;font-size: 16px;font-weight: 500;
	padding-left: 15px;position: relative;}
.contact_form li .form__label span.star{font-size: 12px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.contact_form li input.noborder,.contact_form li textarea.noborder {border: none;background: transparent;
    border-bottom: 3px solid #eee;border-radius: 0;}
.contact_form li.last blockquote, .contact_form li.last cite{border: 1px solid #c9c9c9;}
.contact_form li.last blockquote{color: #888;}
.contact_form li.last cite {background: #43493d;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input { letter-spacing: 2px;}
.contact_form li.last cite:hover {  background: #CBB689;}
.noborder {padding: 10px;border-radius: 6px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
	grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(200px, 1fr));line-height: 1.8;}
.form select{width: 100%;border: 1px solid #eee;padding: 6px 26px 6px 6px;}

.contact_form li.last cite:hover i.fa-solid.fa-arrow-right { margin:0;}


@media screen and (max-width: 768px) {
	/*左側資訊*/
	.list_before.info li,.list_before.info li:before{font-size: 12px;}
	/*表單設定*/
	.contact_form li {grid-gap: 5px;}
	.form select{margin: 0;}
	.contact_form li.last blockquote, .contact_form li.last cite{padding: 0;}
	.contact_form li.last input{font-size: 12px;}
}
@media screen and (max-width: 600px){
	.contact_form {margin-top: 20px;}
	.contact_form li {margin-bottom: 10px;}
	.contact_form li .form__label {font-weight: 500;background: transparent;padding: 0;}
	.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
		font-size: 12px;}
	.form select{font-size: 12px;}
	.list_before.info li {padding: 5px 5px 5px 70px;}
	.blank_letter {font-size: 16px;font-weight: 600;}
}



/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
/*大範圍*/
.contact_page .main_part{}
.contact_page .path{}
.contact_editbox {}
.contact_content {}
/*側邊資訊*/
.contact_content .information_left{display: none;}
/*表單區塊*/
.blank_letter { display: none;}
.contact_content .information_right {padding: 0;width: 100%;max-width: 1000px;display: block;margin: 0 auto 80px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {border-bottom: none;background: #f3f3f37a;}
.contact_form li .form__label {color: #000;}
.contact_form li .form__insert {font-weight: 300;color: #000;font-size: 12px;margin-bottom: 20px;}
/*.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {  grid-template-columns: repeat(auto-fit, minmax(20px, 20px) minmax(20px, 0fr));}*/
.contact_form li.last input {font-size: 12px;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 3px;}

.fa-arrow-right::before {display: none;}
h4.blank_letter.f:before {   line-height: 1.2;  color: #27353D;   content: 'Mail Form';   color: #5a5c92;   font-weight: 400;   font-size: 16px;  letter-spacing: 1.5px;}


@media screen and (max-width: 1200px){
	.contact_content {padding: 80px 0;}
	.contact_content .information_right {max-width: 800px;padding: 0 20px;}

} 
@media screen and (max-width: 600px) {
    .contact_form li .form__label {padding-left: 15px;}
}







/*●●●●●●●●●●●●●●●●●●●●●●●●   購物車(商品展示)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.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% - 277px);}
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;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width: 100%;  max-width: 100%;  padding: 0;  text-align: left; border-bottom: none;  padding-bottom: 20px;}
.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-layer-two li li:hover > a:before { background:#005b7e;}

.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) {
}



.product-layer-two li a {  position: relative;   background: #f4f4f4; display: block;  font-size: 16px; font-weight: 600;  color: #333;}
.product-layer-two li li a { background: #fff;  font-size: 14px;  color: #333;  font-weight: 600;  letter-spacing: 0;  border-bottom: 1px solid #eeeeee !important;  border-radius: 0;  padding: 10px;}
.product-layer-two li i {  display: none;}
.products-list .name {  font-size: 15px;  font-weight: 600;  height: 52px;}
.products-list .more {  border: none;  color: #ffffff; font-size: 14px;  font-weight: bold;  line-height: 32px;  text-align: center;  transition: all .5s;  position: absolute;  transform: translateX(-50%); left: 50%; bottom: 0;  background: #666666;}
.products-list .item a:hover .more {  background: #43493d;color: #fff;  letter-spacing: 2px;}
.product-layer-two li.active a {  font-weight: 600;  border: 0;  background: #43493d;  color: #fff;}
.products-list .price b {   color: #C00;  font-size: 15px; }
.product_info {  margin: 20px 0;  width: 95%;}
.product_info li .txt_box {  display: inline-block;  vertical-align: top;  color: #444;  font-size: 16px;  text-align: justify;}
.sidebarBtn h2 { color: #111; }
div#number_area {  color: #868686;}
.product_info li span {   display: block;   font-size: 14px;  color: #777;  margin-bottom: 3px;   letter-spacing: 1px;  font-weight: 600;  padding-bottom: 5px;}
.radio-inline__input:checked + .radio-inline__label { background: #678428;  border: 0;  color: #ffffff;}
.pd_tabTitle li.activeTab::after {  height: 1px;  background: #999999;}
.pd_tabTitle li a { display: block;  padding: 10px 10px;  color: #666666; line-height: 1.4; background: transparent;  font-size: 20px;  font-weight: 700;}
.prod_related h6 span:before {  content: '相關推薦';  font-size: 20px;  color: #666666; letter-spacing: 1px;}

.sidebarBtn {   padding: 15px; display: inline-block;  vertical-align: top;  border: 0px #ddd solid;  background: #fff;  box-shadow: 0px 0px 0px 2px #f5f5f5;}
.sidebarBtn .price {  color: #333;   font-size: 22px;  font-weight: bold; padding: 10px 0;  border-bottom: 1px solid #e6e6e6;  letter-spacing: 1px;}

.products-list .price { letter-spacing: 1px;    display: none;}

.inquiry_a1 { background: #43493d;;  font-size: 14px;}
.inquiry_a2 {   background: #43493d;  font-size: 14px;}

.product-layer-two li.active li a {    font-weight: normal;  color: #333;  background: #fff;}





/*內頁BANNER 設定*/
.banner {background: url(https://pic03.eapple.com.tw/realandchill/ban.jpg) no-repeat;
background-position: center top !important;background-size: cover !important;height: 35vw;}
.banner h5 {font-weight: 400;color: #fff;letter-spacing: 1rem;font-size: 24px;font-weight: bold;}
.banner h5:before{content: "RC The Tasting Lounge ";letter-spacing: 0.5rem;display: block;font-size: 14px;
    margin-bottom: 15px;color: #fff;}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width: 768px) {
	.banner{height: 300px;}
	.banner h5 {font-size: 20px;}
	.banner h5:before{font-size: 12px;letter-spacing: 5px;}
}
@media screen and (max-width: 450px){
	.banner{height: 250px;}
}





/*●●●●●●●●●●●●●●●●●●●●●●●●   其他設定   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*★★★查看更多按鈕↓↓↓↓↓↓↓↓↓↓↓↓*/
.animated-arrow {height: 40px;line-height: 40px;width: 180px;}
.animated-arrow b {font-size: 12px;display: block;font-weight: 400;}
.animated-arrow b i{display: none;}
/*★★★下拉編輯頁↓↓↓↓↓↓↓↓↓↓↓↓*/
.other_select_page .page{display: none;}
.promotion_title{display: none;}
.other_promotion{display: none;}
/*★★★卷軸設定↓↓↓↓↓↓↓↓↓↓↓↓*/
/* 捲軸寬度及高度 */
::-webkit-scrollbar {
  width: 8px; /*右側捲軸寬度*/
  height: 0px; /*下方捲軸高度*/
}
/* 軌道背景底色 */
::-webkit-scrollbar-track {
  background: #eee; 
}
 
/* 滑桿顏色 */
::-webkit-scrollbar-thumb {
  background: #cbb689; 
}
/* 滑桿滑鼠滑入時的顏色 */
::-webkit-scrollbar-thumb:hover {
  background: #444; 
}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.animated-arrow b {font-size: 14px;}
/*頁數*/
.page li {background: transparent;display: inline-block;width: 35px;height: 35px;line-height: 35px;border-radius: 50%;
border: 1px solid #eee;}
.page li.activeN{background: #BA8C43;color: #fff;border: 1px solid #BA8C43;}
.page li:hover{border: 1px solid #BA8C43;}
.page li a{color: #eee;width: 100%;height: 100%;}
.page strong, .page a:hover {background: #BA8C43;}

/*top按鈕*/
#to_top {padding-top: 5px;font-size: 10px;}
#to_top i.top:before, #to_top i.top:after {height: 8px;top: 8px;}


@media screen and (max-width: 768px){
	/*top按鈕*/
	#to_top {bottom: 50px;}
}

