@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans+Deva:wght@100..800&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
body{
    font-family: "微軟正黑體", "Playpen Sans Deva", cursive;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.pageIndex .main_part { border-top: none;}
.header_area { width: 100%;  padding: 0;   background: #cc000000;}
.pageIndex .header_area {  position: fixed; }
.main_header_area {  transition: all 0.5s ease;  border-top: 4px solid #FCF1F6;}
.header_area{background: #fff ;   transition: 0.7s;}
.header_area.sticky {  width: 100%;  z-index: 9999;  background: #fff; transition: 0.7s;}
.tp_links{ display:none;}


.main_header_area .container { max-width: 1550px;  margin: auto;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(115px, 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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結



/*●●●●●●●●●●●●●●●●●●●●●●●●   HEADER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/

.stellarnav li { font-size: 17px;}
.stellarnav li a { color: #1E150D; padding: 10px 10px;}
.stellarnav > ul > li { padding: 0 5px;}
.stellarnav > ul > li:nth-of-type(1) > ul > li:nth-child(1) { display: none; }

.stellarnav > ul > li.has-sub > a { padding: 30px 8px 0px; }
.stellarnav > ul > li > a {  margin: 26px 10px 24px;  padding: 30px 8px 0px;  position: relative; letter-spacing: 1.5px;  color: #1E150D; transition: all 0.1s;  font-size: 17px;  font-weight: 700; position: relative; height: 60px;}
.stellarnav > ul > li > a b { font-weight: 400;}
.stellarnav > ul > li > a:hover {  color: #DF7494;}
.stellarnav li li a{ transition: all 0.2s ease-in-out;}/*下拉分類滑過前*/
.stellarnav li li a:hover { background: #DF7494; color: #ffffff;}/*下拉分類滑過後*/



/*選單icon*/
.stellarnav > ul > li > a:before {
     content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-01.png);
    position: absolute;
    display: inline-block;
    top: 32%;
    left: 47%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    }

.stellarnav > ul > li:nth-of-type(1) > a:before {
    content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-01.png);}   
.stellarnav > ul > li:nth-of-type(2) > a:before {
    content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-02.png);}
.stellarnav > ul > li:nth-of-type(3) > a:before {
    content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-03.png);}
.stellarnav > ul > li:nth-of-type(4) > a:before {
    content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-04.png);}
.stellarnav > ul > li:nth-of-type(5) > a:before {
    content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-05.png);}
.stellarnav > ul > li:nth-of-type(6) > a:before {
    content: url(https://pic03.eapple.com.tw/premiumdoggie/nav-06.png);}


/*選單下拉三角槓槓*/
.stellarnav li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.stellarnav li.has-sub > a:hover:after {   border-color: #7cd68540;}

/* 選單hover特效 */
.stellarnav > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 0%;
    height: 8px;
    background: #f3d9a53d;
    transition: 0.5s;
	}
.stellarnav > ul > li > a:hover:after {
	width: 100%;
}

.stellarnav li.has-sub > a:after{
  content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    z-index: -1;
    display: block;
    width: 0%;
    height: 8px;
    background: #f3d9a53d;
    transition: 0.5s;
    top: unset;
    right: unset;
    transform:rotate(0deg);
}

.stellarnav li.has-sub > a:hover:after{
  	width: 100%;
}

.nav-brand img {  max-width: fit-content;  width: 115px;}
.nav-brand {  max-width: fit-content;}


/*下拉分類橫向箭頭*/
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #CBE0C1 #CBE0C1 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li { border: none !important;}
.stellarnav li li > a, .stellarnav li li.has-sub > a {
    color: #1E150D;
    padding: 10px 15px!important;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
    font-size: 17px;
    font-weight: 500;
    box-shadow: 4px 5px 23px rgb(0 0 0 / 10%);}
	
/*下拉背景*/
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { padding-left: 20px;  border-left: 4px solid #7cd68598 ;}
.stellarnav > ul >li >ul { left: 0px; }
.stellarnav ul ul { width:238px; border: 0 solid transparent;}/*下拉分類寬度/外框*/
.stellarnav li li { border: none;}
.stellarnav li li + li { border-top: 1px solid #eeeeee;}
.stellarnav li.drop-left ul ul { right: 100%;}
.stellarnav ul ul ul { left: 100%;}


/*-------------------*/
/*下拉次分類(箭頭)*/
.stellarnav li.drop-left li.has-sub > a:after {
    float: left;
    margin-right: 10px;
    border-left: 0;
    border-top: 1px solid #CBE0C1 ;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #CBE0C1 ;
}
.stellarnav li li.has-sub > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #CBE0C1 #CBE0C1 transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.me_tp_features {  display: none;}

/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #4c4c4c;}
.stellarnav .menu-toggle:after { color: #4c4c4c;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background:  #F4C0D0;
    color: #fff;
  }
  .stellarnav .icon-close:before{
    border-bottom: solid 3px #fff;
  }
  .stellarnav .icon-close:after{
    border-bottom: solid 3px #fff;
  }
  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{
    background: #fff;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #F3D9A5;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #F3D9A5;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: -14px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: #f3d9a52e;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(224, 224, 224, 0.6) solid;
  }

  .stellarnav.mobile li a{ border-bottom: 0px;}

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}



@media screen and (max-width: 1750px){
.nav-header {  padding-left: 20px;}
}
@media screen and (max-width:1400px) {
    .nav-brand img{ margin-left: 60px;}
}
@media screen and (max-width: 1250px){
.stellarnav > ul > li {   padding: 0 0px;}
}
@media screen and (max-width: 1024px){	
.navigation {  justify-content: center; padding: 15px 0 0px 0; }
.nav-header {  padding-left: 0px;}
  .header_area {  position: relative !important;  }
.stellarnav > ul > li > a {  margin: 10px 3px; }
.nav-brand img{margin-left: 0px; margin-top: 0px; margin-bottom: -12px;}
}
@media screen and (max-width:948px) {
    .stellarnav > ul > li > a{ margin: 10px 2px;}
}
@media screen and (max-width: 768px){	
    .stellarnav.mobile { top: 23px;}
    .stellarnav > ul > li > a:before{ display: none;}
    .nav-brand img{ margin-bottom: 4px; width: 100px;}
    .navigation{ padding: 0px 0 0px 0 ;}
    .stellarnav > ul > li > a{ font-size: 16px;}
    .stellarnav li li > a, .stellarnav li li.has-sub > a{ font-size: 16px; padding: 10px 9px!important; }
    .stellarnav > ul > li.has-sub > a{ padding: 10px 43px 10px 10px;}
}
@media screen and (max-width: 570px){	
    .nav-brand img{ width: 88px; }
    .stellarnav.mobile { top: 32px; left: 8px;}
}


/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(115px, 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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/*footer/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/


.footer { border-top: 0px; padding: 70px 0 0;  font-size: 14px; background: #fff; background-image: url(https://pic03.eapple.com.tw/premiumdoggie/footer-bg.jpg); background-size: contain;}
.footer_menu { width: 100%;  display: grid; grid-template-columns: repeat(2, 1fr);}
.footer_menu a { background: #DF7494;  border: none; text-align: center; color: #ffffff; font-weight: 500; padding: 10px 10px;  transition: all .3s;  border-radius: 100px;   border: 0px;}
.footer_menu a:hover { background: #F2D393 ;  color: #fff;  border-radius: 100px; font-weight: bold;}
.footer_menu a:nth-child(1) { display: none;}

.footer_info ul { display: flex; justify-content: flex-end;    border-left: 1px solid #e2e2e2;}
.footer_info {  padding: 0;  display: grid;    grid-template-columns: 240px 1fr;    grid-gap: 20px;}
.footer_info li { padding: 0px;}
.footer_info li:before { font-size: 18px;  text-transform: uppercase; display: block;  color:#392f26;    font-weight:bold;    margin-bottom: 7px;}
.footer_info li:nth-child(1):before { content: '特寵業字第A1140004號'; display: block; font-weight: 600; } 
.footer_info li:nth-child(1) { width: 50%;  display: flex;  flex-flow: column;  margin-left: 70px;  padding: 0 17px;  flex-wrap: wrap;  flex-direction: row;}
.footer_info li p {  color: #2c2c2c ; line-height: 150%;  display: inline-block;  width: 100%;  font-size: 15px;}
.footer_info li p a { color: #2c2c2c}
.footer_info li:nth-child(2) { width:50%;  margin: 0;  border-top: 0px solid #ffffff;  padding-top: 0;}



.footer_info li p.add2:before {content: '營業時間：';}

/*順序*/
.footer_info li p.taxid { order: 1;}
.footer_info li p.tel  {order:2 ;}
.footer_info li p.add  {order:3;}
.footer_info li p.add2  {order:4;}
.footer_info li p.line {order:5;}



/*footer_logo*/
.footer_logo img {  width: 130px; }
.footer_logo{ margin: auto;}
.copy { text-align: center;  padding: 20px 0;  font-size: 13px;  border-top: 0px;  margin-top: 62px;  background: #F4C0D0;}
.copy a,.copy p,.total_view{ color: #fff; transition: all 0.5s ease-in-out;}
.copy a:hover { color: #eee3d0;}
#to_top { bottom: 30px; color:#ffffff;  background:#F2D393; box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.1);  border-radius: 50px;}
#to_top i:before, #to_top i:after { background: #ffffff;}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.box_link {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    width: 100%;
    left: -7px;
    top: 91%;
    flex-direction: row;
}
.box_link a {
    transition: all 0.3s;
    background: #DF7494;
    width: 13%;
    height: 33px;
    border-radius: 100px;
    font-size: 18px;
    color: #ffffff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_link a:hover { background:#F2D393;}

.box_link a.me_tp_line ,.box_link a.me_tp_call ,.box_link a.me_tp_mail { display: none;} 

a.me_tp_mail { display: none;}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 1350px) {
.footer .center { max-width: 90%;}
}
@media screen and (max-width: 1200px) {
.footer_info {  grid-template-columns: 200px 1fr;}
.box_link {left: -27px; }
.footer_info li:nth-child(1) { margin-left: 15px;}
}
@media screen and (max-width: 1024px) {
.footer { padding: 32px 0 0; background-size: cover ;}
.footer .center { max-width: 100%;}
.footer_info { display: flex; flex-direction: column;}
.footer_logo { width: 100%; margin: 0 auto; text-align: center;}
.box_link { left: 50%; top: 42%; transform: translate(-50%, 0%) ; }

/*手機板footer*/
.footer_menu a { width: auto; text-align: center;}
.footer_info { padding: 25px 70px 0;}
.footer_info li p { width: calc(100% / 1);}
.footer_info li:nth-child(1) { width: 100%; text-align: justify; padding: 0;}
.footer_info li:nth-child(2) { width: 100%; text-align: left;}
.footer_info ul { width: calc(100% - 0px); margin: 10% 0 0;  border-left: 0px;}
/* #bottom_menu li:nth-child(1) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(2) { border-right: 1px solid #ddd;}
#bottom_menu li:nth-child(1) {width: 100%!important; border-right: 1px solid #ddd; }
#bottom_menu li:nth-child(2) { display:none !important;}
#bottom_menu li:nth-child(3) { display:none !important;} */

}

@media screen and (max-width: 920px) {
    .footer_info ul { margin: 6% 0 0;  }
}
@media screen and (max-width:768px) {
    .copy{ margin-top: 22px; }
}
@media screen and (max-width:766px) {
.footer_info ul { width: calc(100% - 0px);  margin: 0 0; display: flex; flex-direction: column; }
.footer_info li:nth-child(1) { width: 100%;  text-align: justify;  padding:0px 0px 25px; margin-left: 0px;}
.footer_info li:nth-child(2) { margin-left: 0px; }

/*Footer/＝＝＝＝＝*/
#to_top { bottom:120px;}
/* #bottom_menu {display: block; } */
.footer_info { justify-content: center;}
.footer_logo { height: 115px; margin: 0 0; background-position: left; text-align: left;}
.box_link {  left: 0%; top: 5px; justify-content: flex-start; transform: translate(0%, 0%);}
.swiper-banner { margin: 40px 0 0;}
}
@media screen and (max-width: 600px) {
.copy{ margin-top: 0px;}
.box_link { text-align: center;}
.footer_info { padding: 20px 25px 16px;}
.footer_info li:nth-child(2) { padding: 20px 0;}
}
@media screen and (max-width: 480px) {
.copy { margin-top: 0;}
.footer_info li:nth-child(2){ margin-left: 5px;}
.footer_info li:nth-child(1){ margin-left: 5px;}
.box_link{ left: 4px;}
}
@media screen and (max-width:350px) {
    .footer_info li:nth-child(1){ text-align: left;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1150px;} */

.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: 115px; 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;}
.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:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { 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:#ad925e;}

.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: 1150px) {
}
@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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto; margin-top: 50px; }
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 1400px) {
.bannerindex { margin-top: 116px; }
}
@media screen and (max-width: 1024px) {
.bannerindex { margin-top: 0px; }
}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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 -115px; 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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





.car_page .information_left {
    display: block;
}
body.car_page .footer_info li p:before{
    position: initial;
    display: inline;
}
.contact_le_map a{background: #2a93d8; }




@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 55px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




