@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/

/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/

/*header*/
/*固定header有顏色變化*******************************************************/
/*
.header_area.sticky .main_header_area {    background: #ffffffbf;}
.nav-brand img {    max-width: 100%;    filter: brightness(300);}
.header_area.sticky .nav-brand img {    filter: brightness(1);}
.nav-menu > li > a {    color: #fff;}
.header_area.sticky .nav-menu > li > a{color: #343a40;}
.header_area.sticky .nav-menu>li:hover>a {    color: #7d262b;}
.nav-menu>li:hover>a {    color: #fff;}
.tp_links a.me_tp_call:before , .tp_links a.me_tp_mail:before {    filter: invert(1);}
.header_area.sticky .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}
.header_area.sticky .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
.header_area.sticky .nav-menu>li:after {    background: #7d262b;}
*/
/*手機選單*/
/*
.navigation-portrait .nav-menu > li > a{color: #343a40;}
.navigation-portrait .nav-menu>li:hover>a {    color: #7d262b;}
.navigation-portrait .tp_links a.me_tp_call:before , .header_area.sticky .tp_links a.me_tp_mail:before {    filter: invert(0);}
.navigation-portrait .submenu-indicator-chevron {    border-color: transparent #70798b #70798b transparent;}
*/

/* ************************************************************ */
/*碰觸特效*/
/*hover動畫*/
/*
.nav-menu>li {    position: relative;}
.nav-menu>li:after {
    content: "";
    left: 0;
    width: 0;
    transition: all 0.3s;
    height: 4px;
    position: absolute;
    background: #7d262b;
    bottom: 0;
}
.nav-menu>li:hover:after {    width: 100%;}
.nav-menu>li:nth-child(7):hover:after {    width: 0%;}*/
/***************************************************************/
/*LOGO*/

/*選單LOGO*/
.nav-menu > li:last-child{ display:none;}

.nav-header {
   top: 0px;
   text-align: center;
    margin: auto;
    width: 100%;
}
.nav-brand img {  }
/*底部*/
.footer_logo {}



/*電腦LOGO*/

.nav-brand {
	width:100%;
	max-width:220px;
	
}

/*手機LOGO
.nav-brand-m {}
*/

/*header*/
.main_header_area {
    background:#fff;
    height:156px ;
    width: 100%;
}

.nav-menu { 
	margin: 99px 0 0 0;
	padding: 0 10px 0 10px;
	text-align: center;
    width: 100%;
}

.nav-menu > li > a {
    color: #9d9d9d;
    margin: 0;
	font-size:18px;
	font-weight:bold;
	padding: 18px 9px;
    letter-spacing: 1px;
}
.nav-menu>li:hover>a {  /*選單碰觸顏色*/
    color: #696969;
}
.nav-dropdown>li>a {
	color: #696969;
	font-size:16px;
	letter-spacing:1px;
}
.nav-dropdown > li > a:hover {
   color: #696969;
    background: #ececec;

}


.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {color: #696969;}
/*下拉箭頭的顏色*/
.submenu-indicator-chevron { border-color: transparent #9d9d9d #9d9d9d transparent;}
.nav-menu>li:hover>a .submenu-indicator-chevron, .nav-menu>.focus>a .submenu-indicator-chevron { border-color: transparent #9d9d9d #9d9d9d transparent;}
/*下方一條線*/
.nav-menu>li::after {
    content: "";
    background: #adadad;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: scale(0,1);
    transition: 0.3s ease-in-out;
}
.nav-menu>li:hover::after { transform: scale(1); transition: 0.3s ease-in-out;}
.nav-menu>li {position: relative;}















/*footer*/
.footer {
     background: #ececec;
}
.footer_logo {
    text-align: center;
	max-width:310px;
	display:block;
	margin:auto;
	width:100%;
}
.footer_info { padding: 0;}
.footer_info ul {
    width: 100%;
    min-width: 280px;
    text-align: center;
    margin: 10px auto;
}
.footer_info li p {
    font-size: 17px;
	 color: #9d9d9d;
}
.footer_info li p a {color: #9d9d9d;}/*這行要和上一行一樣，iphone會改顏色，所以要強迫設定*/
.copy {
    color:#fff ;  /*公司區塊文字顏色*/
    border-top: 1px #9d9d9d solid;  /*公司區塊底部線的顏色*/
    background: #9d9d9d;   /*公司區塊底部背景色*/
}
.copy a {
	color: #;   /*揚京快客連結顏色*/
}
.copy a:hover {
    color: #0;    /*揚京快客連結-碰觸顏色*/
}
.footer_menu a {
    border: none;
    border-left: 2px solid #9d9d9d;
    border-right: 2px solid #9d9d9d;
    margin: 0 10px 4px 0;
	background: #ffffff00;
}
.footer_menu a:hover { background: #9d9d9d;}
.footer_info li:nth-child(1) {  width: 100%;}
.footer_info li:nth-child(2) {  width: 100%;}
.footer_logo img {width:100%;}

/*文章分類按鍵範圍*/
.link a { width: 100%; display: block; padding: 15px 15px;}
.accordion li .link { padding: 0;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
#content_main { margin:0;}
.bannerindex { padding:0; margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}	
	
	
.bannerindex { padding:0; margin:0;}
.nav-brand {
	background: #fff;
    border-radius: 0 0 136px 136px;
    padding: 10px;
}
.main_header_area { height:100px;}


/*手機選單*/
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
    width: 250px;}
	
.navigation-portrait .nav-dropdown>li>a { background-color: #ffffff00;}
.navigation-portrait .nav-dropdown>li:hover { background: #ececec;}	
.navigation-portrait .nav-dropdown>li>a {padding: 12px 0px 12px 45px;    width: 75%; }
.navigation-portrait .nav-dropdown>li>a:before { width: 0;background: rgb(255 255 255 / 0%);}
.nav-toggle:before {
    background-color: #9d9d9d;
    box-shadow: 0 0.5em 0 0 #9d9d9d, 0 1em 0 0 #9d9d9d;
}
.nav-toggle:after { color: #9d9d9d;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.path {display: none;}

/*內頁BANNER 設定*/
.banner {
	background:url(https://pic03.eapple.com.tw/panocattery/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}
/*url(https://pic03.eapple.com.tw/);*/
.banner h5 {margin-top: 73px;
    letter-spacing: 5px;
    color: #777777;}
.banner h5 {}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*產品圖遮色片*/
.products-list .pic{  overflow: hidden;}
/*聯絡我們*/
.animated-arrow { background: #9d9d9d;}
.blank_letter {color: #9d9d9d;}
.contact_form li {  border-bottom: none;    padding-left: 0px;}
.noborder {
	background: #f0f0f0;
    border-radius: 5px;
}
.list_before>li:nth-child(5) {padding-left: 0;}
.contact_form li .form__label {
    width: 100%;
    text-align: left;
	font-size: 16px;
    font-weight: bold;
	margin-left: 0;
}
.contact_form li .form__insert { letter-spacing: 2px;}




/*帕諾日常*/
.show-list .show_name {
    color: #9d9d9d;
    text-align: center;
	}
.show-list .item:hover .show_name { color: #000000;}
.other_album_choice li { background: #9d9d9d;}








/*帕諾貓咪*/
.product-layer-two li a {
    border: 1px solid #9d9d9d;
    background: #fff;
    color: #9d9d9d;
}

.product-layer-two li:hover a {
    border: 1px solid #9d9d9d;
    background:  #9d9d9d;
    color: #fff;
}
.other_promotion li:hover { box-shadow: 0px 0px 5px #0000002b;}
.products-list .name { color: #9d9d9d;text-align: center;}

.products-list .more {
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
}
.products-list a:hover .more {
    background: #9d9d9d;
    border-color: #9d9d9d;
}
.lastaction {
    color: #fff;
    background-color: #9d9d9d66;
}
.nextaction { background-color: #9d9d9d;}
.lastPage { background: #9d9d9d;}







/*最新消息*/
.promotion_title h2 {
    color: #9d9d9d;
    font-weight: bold;
    border-bottom: 2px solid #9d9d9d;
}











/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*最底選單按鈕*/
#bottom_menu li {
    display: block;
    float: left;
    width: 100%;
    border-right: 1px solid #ddd;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding: px; }
#to_top { bottom:px;}
.banner {height: px;}


.list_before.info {
    width: 100%;
    max-width: 100%;}
.contact_page .main_part { padding: 0 0 50px 0;}
}
@media screen and (max-width: 600px) { 
.banner {height: px;}
}