@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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% - 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-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:#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: 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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.navigation {grid-template-columns: 0px 1fr;}
.header_area {
  position: absolute;       
  top: 20px;                
  right: 20px;            
  width: 1000px;           
  padding: 20px;
  background: #ffffff;
  border-radius: 60px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); 
  z-index: 9999;
}        

.header_area.sticky {
  position: fixed;
  top: 0px; 
  right: 0px; 
  padding: 10px;
  width: 100%;  
  border-radius: 0px;
  background: rgb(255 255 255 / 83%);
} 
.header_area.sticky::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;  /* 線粗細 */
  background: linear-gradient(90deg, red, blue, red, blue);
  background-size: 200% 100%;
  animation: gradientLine 3s linear infinite;
  z-index: 9999;
}

@keyframes gradientLine {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
.header_area.sticky .navigation  {grid-template-columns: 200px 1fr;} 

@media screen and (max-width: 1200px) {
.header_area {
  width: 900px;           
  padding:0;}
}
@media screen and (max-width: 980px) {
.navigation {
  display: grid;
  grid-template-columns: 200px 1fr;}
.header_area{
  position: fixed;
  top: 0px; 
  right: 0px; 
  padding: 10px;
  width: 100%;  
  border-radius: 0px;
  background: rgb(255 255 255 / 83%);}
}
@media screen and (max-width: 768px) {.navigation {display: flex;}}
/*logo*/
.nav-brand img {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 9999;
  width: 8%;
  animation: spin 10s linear infinite;
  transition: transform 0.5s ease;
}
@keyframes spin {from {transform: rotate(0deg);}to {transform: rotate(360deg)}}
.header_area.sticky .nav-brand img{
  position: relative;
  width: 50%;
  top: 0;
  left:0;
  animation: none;
  transform: rotate(0deg); 
  transition: transform 0.5s ease;
}
@media screen and (max-width: 980px){
.nav-brand img {
  position: relative;
  top: 0px;
  left: 20px;
  z-index: 9999;
  width: 50%;
  animation: spin 10s linear infinite;
  transition: transform 0.5s ease;}
}
@media screen and (max-width: 768px){
.header_area .nav-brand img{
  position: relative;
  width: 50%;
  top: 0;
  left:0;
  animation: none;
  transform: rotate(0deg); 
  transition: transform 0.5s ease;}
}
/*選單*/
a.tp_btn_cart span span{display: none;}
a.tp_btn_notice span {display: none;}
.stellarnav > ul > li > a b{
  font-size: 16px;
  margin: 0 30px;
  color: #000000;
  font-family:"微軟正黑體", sans-serif;
  font-weight: 800;
  transition: letter-spacing 0.4s ease, transform 0.4s ease; 
  cursor: pointer;
  letter-spacing: 10px;
  transition: color 0.3s ease;
}
.stellarnav ul li a b:hover {
  background: linear-gradient(270deg, red, blue, purple, orange, red);
  background-size: 1000% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 5s linear infinite;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.stellarnav ul {
  padding-top: 15px;
  text-align: center;}
.me_tp_features {padding-right: 112px;}
.me_tp_features a {font-size: 20px;}
.header_area.sticky .me_tp_features {
  padding-top: 20px;
  padding-right: 62px;}
.header_area.sticky .stellarnav ul {
  padding-top: 0px;
  text-align: right;}
.header_area.sticky .stellarnav > ul > li > a b{font-size: 16px;}
@media screen and (max-width: 980px){
.me_tp_features {
  padding-right: 25px;
  text-align: right;
}
.stellarnav ul {
    padding-top: 15px;
    text-align: right;
}
.stellarnav > ul > li > a b{
  text-align: right;
  margin: 0 15px;
}
.header_area.sticky .me_tp_features {
    padding-top: 10px;
    padding-right: 27px;
}
}
@media screen and (max-width: 768px){.me_tp_features {text-align: center;}}
/*選單下拉*/
.stellarnav li {text-align: center;}
.stellarnav li li > a , .stellarnav li li.has-sub > a {
  color: #000000;
  background: #ffffff;
  transition: all 0.3s ease;
  letter-spacing: 5px;
}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{
  color: #000000;
  background: #ffffff;
 }
.stellarnav ul ul:hover {background: #ffffff;}
.stellarnav li li {border: 1px #ffffff solid;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub > a { 
  transition:all 0.3s ease;
  position: relative;
  text-decoration: none; 
  border-bottom: 2px solid transparent;
}
.stellarnav li li > a::after,
.stellarnav li li.has-sub > a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;          
  width: 0;           
  height: 1px;        
  background: linear-gradient(to right,#ff0000, #ff9900, #0000ff);
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.stellarnav li li:hover > a::after,
.stellarnav li li.has-sub:hover > a::after {
  width: 100%; 
}
.stellarnav.mobile.left .close-menu{background: #ffffff;}
.stellarnav a {color: #000000}
.stellarnav .icon-close:after {border-bottom: solid 3px #000000;}
.stellarnav .icon-close:before {border-bottom: solid 3px #000000;}
#bottom_menu li a{color: #000000;}
.path p, .path p a {display: none;}/*首頁>全部*/
@media screen and (max-width: 768px) {ul#bottom_menu {display: flex;}}

/*大圖*/
@media screen and (max-width: 980px){body.pageIndex.bodyDesktop {padding: 125px 0;}}
@media screen and (max-width: 768px){body.pageIndex.bodyMobile {padding: 165px 0;}}

/*NENU*/
@media (max-width: 768px) {
.stellarnav.mobile > ul > li > a {
  text-align: left;
  display: grid;}
.stellarnav.mobile > ul > li > a b {text-align: left;}
}
/*首頁車款價格-購物車*/
.i_prod_tit h2, .i_video_tit h2{
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: 400;
}
.i_prod_tit span, .i_video_tit span{letter-spacing: 5px;}
.products-list .more {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  color: #000;
  border-radius: 50px;
  border: 1px solid #000000;
  background: #ffffff; 
  transition: all 0.3s ease;
}
.products-list .item a:hover .more {
  color: #000000;
  border: 1px solid transparent;
  background:
  linear-gradient(#ffffff, #ffffff) padding-box,
  linear-gradient(90deg, #ff0000, #ff9900, #0000ff) border-box;
}
.animated-arrow {
 background: #000000;
 border-radius: 50px;}
.products-list .price b{
  color: #030303;
  letter-spacing: 1px;
  font-size: 16px;
}
.sidebarBtn .price span {
  letter-spacing: 3px;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 768px) {
.pageIndex .products-list {grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 450px) {
.pageIndex .products-list {grid-template-columns: 1fr;}
.prod_part {padding: 0px 45px;}}

/*首頁-聯絡我們*/
.contact_le_map a { background: #000000;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #dddddd solid;}
.contact_form li.last cite {background: #000000;color: #fff;}
.information_left.fadeInLeft.animated15.clearfix {display: none;}
.contact_content .information_right {padding-left: 0px;}
.contact_content .information_right {width: 100%;}
.contact_content{ max-width: 1200px;}
.contact_form li .form__label {max-width: 90px;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 10px;}
.contact_form li.last cite {
  transition: all 0.3s;
  border-radius: 50px;
}
.contact_form li.last cite:hover{background: #000000;}
.contact_form li.last blockquote{
  color: #666;
  background: #ffffff;
  transition: all 0.3s;
  border-radius: 50px;
  border: 1px #dddddd solid;
}
.contact_form li.last blockquote:hover{
  background: #dfdfdf;}
h4.blank_letter{
  padding: 30px 20px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 5px;
}
.blank_letter.f:after {
  content:"表單提交後，我們將盡速與您聯繫，感謝您的耐心等候!";
  display: block;
  width: 100%;
  color: #575757;
  font-size: 15px;
  position: absolute;
  text-wrap:nowrap;
  left: 0;
  letter-spacing: 0;
  padding: 10px 0 20px 20px;
}  
@media screen and (max-width: 768px){.contact_content .information_right {padding: 0 75px;}}
@media screen and (max-width: 600px){.contact_content .information_right {padding-left: 20px;
padding: 0px 20PX;}}
@media screen and (max-width: 768px){h4.blank_letter{font-size: 20px;}}
@media screen and (max-width: 450px){.contact_form li .form__label { max-width: 100px;background: rgba(255, 255, 255, 0);}}
@media screen and (max-width: 600px){.blank_letter.f:after { padding: 10px 0 20px 20px;}}
@media screen and (max-width: 600px){.blank_letter { padding: 30px 0px;}}
@media screen and (max-width: 450px){.blank_letter.f:after {text-wrap: auto;}}
@media screen and (max-width: 768px) {.product-layer-two {
display: inline-block;
padding: 10px 0;
position: relative;}}

/*車款價格-購物車*/
.product_page .main_part {max-width: 1300px;}
.product_page .product_menu_list {
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  border-right: 0px solid #ccc; 
  min-height:0;
}
.product_info_page .show_content{
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: flex-start;
}
ul.product-layer-two{
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  letter-spacing: 1px;
  border-bottom: 0px dotted #9c9c9c;
}
.product-layer-two > li{
  flex: 1 1 calc(20% - 10px); 
  list-style: none;           
  box-sizing: border-box;      
  text-align: center;       
  padding:0;             
  border: none;
  border-bottom: 1px solid #ccc;
}
.product-layer-two li a {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  letter-spacing: 2px;
  border-bottom: 0px solid #ccc; 
  position: relative;
  background: #ffffff;
}
.product-layer-two li a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image:url('https://pic03.eapple.com.tw/kongrent/PRODUCT-B-11.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.product-layer-two li a:hover::after {
  background-image:url('https://pic03.eapple.com.tw/kongrent/PRODUCT-R-12.png');
}
.product_page .products-list, .product-wrapper{width: 100%;}
.products-list {grid-template-columns: repeat(4, 1fr);}
.products-list .more {font-weight: 400;}
.product-layer-two li.active a {
  font-weight: bold;
  border: 0px #ccc solid;
}
.product-layer-two li.active a::after {
  display: inline-block;
  background-image: url('https://pic03.eapple.com.tw/kongrent/PRODUCT-R-12.png');
}
.inquiry_a3 {background: #000000;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #000000;}
.prod_related h6 span:before {
  content: '其他車款';
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  display: inline-block;          
  padding: 8px 70px;                  
  border-radius: 5px;             
  background: rgb(255, 255, 255);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;      
  cursor: pointer;                
}
.lastPage{
  background: #000000;
  border-radius: 50px;
}
.prod_related h6 {margin: -51px auto 18px;}
.rewrite_simple {
  background: #2d4bc5 url(../images/simple_left.png) 10% center no-repeat;
  border-radius: 50px;  
}
.send_simple {
  background: #000000 url(../images/simple_right.png) 88% center no-repeat;
  border-radius: 50px;  
}
.contact_le_map a {
  background: #ffffff;
  border: 2px solid #000000;
  color: #000000;
}
.contact_le_map a:hover {
  background: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
ul.products-list{grid-template-columns: 1fr 1fr 1fr;}}
@media screen and (max-width: 768px) {
ul.products-list{grid-template-columns: 1fr 1fr;}}
@media screen and (max-width: 600px){
.main_part {padding: 0px 45px;}
ul.product-layer-two {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;}
}
@media screen and (max-width: 450px) {
ul.products-list{grid-template-columns: 1fr;}}

/*聯絡我們-表單*/
.contact_content .information_right {
  width: 100%;
  display: block;
}
/*footer*/
.box_link {display: none;}
.footer {background: #ffffff;}
.footer_info li p{color: #000000;}
.footer_info li p a {color: #000000;}
.footer_info {grid-template-columns: 0px 1fr;}
.footer_menu a {
  display: inline-block;
  padding: 10px 10px 9px 35px;
  margin: 0 4px 4px 0;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  background: #ffffff;
  text-decoration: none;
  position: relative;
  border: 0px #ccc solid;
  border-radius: 20px;      
  z-index: 1;
  overflow: hidden;           
  transition: color 0.3s ease, background 0.3s ease;
}
.footer_menu a::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;              
  height: 20px;             
  background-image: url('https://pic03.eapple.com.tw/kongrent/ICON-06.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.footer_menu a:hover {
  background: #ffffff;
  color: #000000;
}
.footer_menu a::after {
  content: '';
  position: absolute;
  inset: 0;                  
  border-radius: 20px;       
  padding: 2px;              
  background: linear-gradient(135deg, red, blue); 
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;      
  transition: opacity 0.3s ease;
  z-index: 1;              
}
.footer_menu a:hover::after {
  opacity: 1;
}
.copy {
  border-top: none; 
  position: relative;}
 .copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, red, blue, red, blue);
  background-size: 200% 100%;
  animation: gradientLine 3s linear infinite;
}

@keyframes gradientLine {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
} 
/*footer-logo*/
.footer_logo img {display: none;}
/*內頁BANNER 設定*/
.banner {}
.banner h5 {
  padding-top: 80px;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 24px;
}
.banner.banF h5::before {
  content: "MODELS";
  display: block;
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: 400;}
.banner.banB {display:none;}
.banner.banC {display:none;}
.banner.banF {
  background: url(https://pic03.eapple.com.tw/kongrent/banner-01-01.png) center top;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 980px){
.banner.banF {background: url(https://pic03.eapple.com.tw/kongrent/banne980-02.png) center top;}}
@media screen and (max-width: 768px){
.banner.banF {background: url(https://pic03.eapple.com.tw/kongrent/banne768-03.png) center top;}}
@media screen and (max-width: 450px){
.banner.banF {background: url(https://pic03.eapple.com.tw/kongrent/banne450-04.png) center top;}}
@media screen and (max-width: 400px){
.banner.banF {background: url(https://pic03.eapple.com.tw/kongrent/banne320-05.png) center top;}}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}





