@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: "Noto Sans TC", "Montserrat", serif;
}
.path p, .path p a{ display: none;}

.edit{ padding: 0px 0;}
.info_fix{ display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*電腦LOGO*/
.nav-brand{ max-width: 300px; margin: 20px 10px;transition: all 0.5s ease; }
.sticky a.nav-brand{ max-width: 155px; margin: 5px 10px;transition: all 0.5s ease; }
.nav-brand img { max-width: 100%;transition: all 0.5s ease; }
.footer_logo { max-width: 200px;margin: 0px 3px;}

/*手機LOGO
.nav-brand-m {}
*/

/*header選單欄位*/
.navigation{ grid-template-columns:300px 1fr;}
.nav-header{ max-width: 300px;}
.sticky a.nav-brand{ max-width: 300px;}

.main_header_area .container { max-width: 80%;}
.stellarnav > ul > li > a {  padding: 0px 5px 0px 5px; font-weight: 400; color: #1d1d1d; transition: all 0.5s ease;  font-family: "Montserrat", "Noto Sans";font-size: 17px;  padding: 0; text-transform: uppercase;  position: relative; display: inline-block; line-height: 46px;  height: 46px;  margin: 0 10px;   overflow: hidden;  cursor: pointer;  text-align: center; Letter-spacing: 1px;}
.stellarnav > ul > li > a:hover {  color: #355f89; transition: all 0.5s ease; }
.stellarnav li a {  padding: 9px;  color:#1d1d1d;  font-size: 15px;}
.stellarnav li a:hover{ color: #355f89;}
.stellarnav ul { margin: 0 0px 0px 0px;}
.header_area {  background: linear-gradient(to bottom, #e0e8ed, #eaeef200);  padding: 5px 0px; transition: .5s;}
.header_area.sticky { background: #ffffffed;/*box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);*/ transition:.5s;}
.stellarnav {  margin: 0px 0px 10px 0px;}
.fa-line:before{ display:none;}
/*.stellarnav li.has-sub > a:after {  content: '+';  border-left: 0px;  border-right: 0px;  border-top: 0px;}*/
.stellarnav li.has-sub > a:after{border-top: 6px solid #454444;}
.stellarnav li li.has-sub > a:after {  border-left: none; right: 10px;}/*選單下拉調整*/
.stellarnav li.drop-left ul ul { right: 150px;}

.anchorList {padding: 0 20px 0 220px;}
.anchorList>li{letter-spacing: 1px;text-align: center; position: relative; margin: 15px 5px 0px 5px;}
.anchorList > li > a{color: #653F07; font-weight: bold; padding: 18px 7px 30px 7px;}
.stellarnav > ul > li.drop-left > ul { right: unset;}
/*.anchorList > li > a:before {content: "";width: 30px;height: 30px;position: absolute;top: -22px; left: 50%;transform: translateX(-50%);}*/
.me_tp_features {  display: none;}

/* 漢堡條 */
.stellarnav .menu-toggle span.bars span {background: #5a5a5a;}
.stellarnav .menu-toggle:after { color: #5a5a5a;}

/* close menu 拉出來 */
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu{
    background: #355884;
    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;
    top:0px;
  }
  .stellarnav a.dd-toggle .icon-plus:before{
    border-bottom: solid 3px #59a4d8;
  }
  .stellarnav a.dd-toggle .icon-plus:after{
    border-bottom: solid 3px #59a4d8;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle{
    padding: 11px;
    top: 16px;
  }
  .stellarnav.mobile > ul > li > a.dd-toggle:before{
      display: none;
  }
  .stellarnav.mobile li.open{
    background: rgba(224, 232, 237, 0.2);
    padding: 0px;
  }
  .stellarnav.mobile ul ul{
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .stellarnav.mobile > ul > li{
    border-bottom: 1px rgba(242, 237, 232, 0.6) solid;
  }

  .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 100%;}
  .stellarnav.mobile > ul > li > a{ padding: 30px 43px 30px 10px;}


@media screen and (max-width: 1700px) {
.me_tp_features { left: 75.5%; top: 3.5%;}

}
@media screen and (max-width: 1500px) {
.main_header_area .container { max-width: 83%;}
}
@media screen and (max-width: 1450px) {
.main_header_area .container {  max-width: 85%;}
.stellarnav > ul > li > a { margin: 0 7px;}

.stellarnav > ul > li > a {  font-size: 16px;   margin: 0 5px;}
.nav-header{ max-width: 260px;}
}
@media screen and (max-width: 1310px) {
.stellarnav ul {  text-align: left;}
.stellarnav ul {  margin: 0px;}
.stellarnav ul { text-align: right;}
.tp_links {  display: none;}
.main_header_area .container {  max-width: 91%;}
}
@media screen and (max-width: 1024px) {
.me_tp_features { justify-content: center;}
.stellarnav ul { text-align: center;}
.header_area {   padding: 0px 0px;}
.nav-brand { margin: 10px 10px -16px 10px;}
.sticky a.nav-brand { margin: 10px 10px -16px 10px;}
.stellarnav{ margin: 0px 0px 0px 0px;}
}
@media screen and (max-width: 768px) {
.main_header_area {  height: 70px;}
.stellarnav {   margin: 15px 0px 3px 0px;}
.sticky a.nav-brand { margin: 12px 10px 0px 10px; }
.nav-brand {  margin: 12px 0px 5px 0px;max-width: 220px; }
.stellarnav.mobile{ top: -8px;}
.anchorList>li{ margin: 0px 0px 0px 0px;}
.stellarnav li a{padding: 18px 13px; }
}
@media screen and (max-width: 570px) {
    .nav-brand {  max-width: 190px; }
    .sticky a.nav-brand{ max-width: 190px;}
    .main_header_area{ height: 59px;}
    .stellarnav.mobile{ top: -2px;}
}
/*主選單hover*/
/*.anchorList>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{color: #828c62;}*/
/*.anchorList>li>a:hover {transform: translateY(-3px);}*//*選單上移特效*/
.anchorList>li>a:hover, .nav-menu>li>a {transition: all .3s;}

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



/*footer*/
.footer { background: #fff; padding: 30px 0 0; border-top: 1px solid #cbcbcb;}
.footer .center { max-width: 100%;}
.footer_logo{ max-width: 290px;}

/*icon*/
.box_link { position: relative; top: -70px; right: 0px;  width: 100%; max-width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: nowrap; flex-direction: row; max-height: 100%; order: 3; display: none;}
.box_link a { width: fit-content;  border: unset;  padding: 5px 8px; font-size: 20px; color: #6a6a6a;}
.box_link a:hover { color:  #888;}

.footer_info { padding-right: 0px; max-width: 1400px; padding: 0 40px 30px; width: 100%; margin: auto; align-items: center;}
.footer_info ul {position: relative; display: flex; width: 100%; justify-content: space-around;}
.footer_info ul li:nth-child(1):before {
     font-family: "Noto Sans TC", "Montserrat", serif;
    content: "INFO"; font-size: 20px;color: #355f89; left: 10px; top: 0%; position: absolute;  letter-spacing: 1px;font-weight: 800; }
.footer_info ul { display: flex; width: 100%; justify-content: flex-end;}
.footer_info li:nth-child(1) { width: 40%; position: relative; padding-top: 40px; display: flex;flex-direction: column;} 
.footer_info li:nth-child(2) { width: 25%;min-width: 280px;}
.footer_info li p { line-height: 250%; letter-spacing: 1px; color: #444;}
.footer_info li p.phone{ order: 1;}
.footer_info li p.add{ order: 2;}
.footer_info li p.mail{ order: 3;}
.footer_info li p.taxid{ order: 4;}
.footer_info li p.add2{ order: 5;}

.footer_info li p > a { color: #444;}
.footer_info li p.add2:before{ content: '營業時間：';}

.footer_menu { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; position: relative;  padding-top: 30px;}
.footer_menu:before { content: "LINK"; font-size: 20px; color: #355f89; left: 0px; top: 0%; transform: translateY(-50%); position: absolute;font-weight: 800;letter-spacing: 1px;  font-family: "Work Sans", sans-serif;}
.footer_menu a { display: inline-block; padding: 5px 7px 5px 15px; border: unset; margin: 0 0px 5px 0; font-size: 14px; position: relative; line-height: 100%;
    color: #444; background: transparent;  width: 46%; letter-spacing: 2px; transition: 0.5s;}

.footer_menu a:before { content: ""; background: #004172; width: 5px;height: 5px;position: absolute; left: 0; top: 50%; transform: translateY(-50%); border-radius: 0px;}
.footer_menu a:hover { background: transparent; color: #59a4d8; letter-spacing: 4px;}
.copy { text-align: center; padding: 15px 0 20px; font-size: 13px; color: rgb(222, 222, 222);  margin: 0; background: #355f89;}
.copy a { color:  rgb(222, 222, 222);}
.copy a:hover { color: rgb(222, 222, 222);}


@media screen and (max-width:1300px) {
    .footer_info ul{ justify-content: center;}
    .footer_info li:nth-child(1){ width: 52%;}
}

@media screen and (max-width:910px) {
    .footer_info{ grid-template-columns:200px 1fr;}
}
@media screen and (max-width:800px) {
    .footer_info{ grid-template-columns:unset}
}
@media screen and (max-width:768px) {
    .footer_info ul li:nth-child(1):before{ left: 0px;}
}

@media screen and (max-width:600px) {
    .footer_info ul{ flex-direction: column;}
    .footer_info li:nth-child(1),.footer_info li:nth-child(2) { width: 100%;}
    .footer_info li:nth-child(1) {margin-bottom: 24px;}
    .footer_logo{ max-width: 240px;}
    .footer_info{ padding: 0 20px 30px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_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: 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; margin-top: -115px;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0; margin-top: -70px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.banner h5 {  display: block;  position : relative;  width: 100%;  height: max-content;  margin: 10px auto;  text-align: right;  font-size: 32px; font-weight: bold; color: #355F80;right: 7%; font-family: "Cactus Classical Serif", 'Noto Sans TC', sans-serif;  letter-spacing: 1px;}
.banner:before { display: block; font-size: 26px; font-family: "Montserrat";  margin: 10px;position:absolute;right: 7%; top: 16%;color: #005B91;}
.banner.banE:before {  content: "WORKS";}
.banner.banblog:before {  content: "NEWS";}

.banner {  padding:170px 0 150px 0;  background: url(https://pic03.eapple.com.tw/xinrong2023/in-ban.jpg) no-repeat top center fixed; margin-top: -107px; background-size: contain;}
.banner.banA {}
.banner.banB { display: none; }
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
.banner{  background-size: unset; padding: 200px 0 80px 0;}
.banner:before{ top: 20%;}
}
@media screen and (max-width: 768px) {
.banner {    padding: 60px 0 60px 0 ; background-attachment: unset;  margin-top: 0px; background-position: 52% 63% ;}
.banner h5 {  display: block;  position: relative;  max-width: 100%;  width: 100%;  height: max-content;    margin: 10px auto;  text-align: center;   font-size: 30px;  left: 0%;  letter-spacing: 1px; width: initial;  padding: 6px 20px; }
.banner:before { display:none;}
}
@media screen and (max-width: 500px) {
.banner {  padding: 39px 0 31px 0; background-position: 47% 65%; }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/

.module_i_news .title_i_box h4{ font-size: 36px; color: #346AB6; font-weight: bold; display: flex; flex-direction: column; justify-content: center;}
.module_i_news .title_i_box h4::before{ content: "NEWS"; color: #08C2FF; font-size: 28px; font-weight: 500;}
.module_i_news02 .title_i_box h4::before{ content: "PRESTIGIOUS SCHOOL"; color: #08C2FF; font-size: 28px; font-weight: 500;}
.i_blog_ri h5{font-size: 24px; font-weight: bold; color: #4379F2;}
.i_blog_ri em{ color: #08C2FF;}
.i_blog_ri p{ color: #000;}
.module_i_news li a:after{ border: 2px #ACE5E3 dashed; background: unset;}
.module_i_news li a:before{
  top: 50%;
    left: 50%;
    bottom: unset;
    right: unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    font-size: 22px;
    font-family: "Josefin Sans", serif;
    color: #FDDE55;
    font-weight: bold;
}
.animated-arrow{ background: #355F80; width: 200px;}

/* 文章管理 */
h5.blog_le_t{ color: #598EC2;}
h4.blog_category_title{font-size: 28px; color: #355F80;}
h4.blog_category_title span{font-size: 24px;}
/*文章管理/外層＝＝*/
.module_i_news { padding: 0 20px 50px 20px; }
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border-bottom: unset;}
.module_i_news li a , .subbox_item a {
	padding: 5px;
	display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: wrap;
}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri {    width: 100%;}
.blog_list_le { width: 100%; }
.blog_list_ri {  width: 100%;  padding: 0 0 0 10px;  position: relative; }

.i_blog_le , .blog_list_le{    /*position: relative;    padding-bottom: 100%;    height: 0;*/}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.blog_list_ri h5 {
    font-size: 24px;
    color: #355F80;
    display: block;
}
.blog_list_ri em{
  color: #4A95DE;
}
.blog_list_ri p {
    margin-top: 10px;
    line-height: 180%;
    color: #000;
    -webkit-line-clamp: 3;
    min-height: 80px;
	letter-spacing: 1px;
}


.subbox_item a:before {
    top: 50%;
    left: 50%;
	bottom:unset;
	right:unset;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
	font-size: 22px;
 font-family: "Montserrat", serif;
	color:#bbe2fe;
  font-weight: bold;
}
.subbox_item a:after {
    border: 2px #8080801c dashed;
}

/*側邊*/
.blog_le .accordion {
    border: unset;
    border-radius: 0px;
}
.blog_le .accordion > li{transition:all 0.3s;border-bottom: 1px solid #5993C7;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #5993C7 !important;}
.submenu a:hover {    background: #5993C7;}
.submenu li.on_this_category a, .submenu a:hover{ background: #C6C6C6; }

/*首*/
.module_i_news ul{ grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{ grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back, .blog_back a.article_btn_prev, .blog_back a.article_btn_next {
    background: #5993C7;
    color: #fff;
	transition:.3s;
}

.subbox_item a:after {  background: rgb(255 255 255 / 0%); }
.lastPage{
  background: #5993C7;
}

@media screen and (max-width:1298px) {
  .subbox_item a:before{ font-size: 15px;}
}
@media screen and (max-width: 1200px) {
  /*文章管理*/
  .blog_list_ri h5 {
      margin-top: 0;
      font-size: 20px;
  }
  
  .blog_list_ri p {
      margin-top: 10px;
  }
  }
  
  @media screen and (max-width: 1024px) {
  .blog_subbox{grid-template-columns:1fr 1fr; }
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul{grid-template-columns:1fr 1fr;}
    .header_area {  padding: 0px; }
    }
    @media screen and (max-width: 980px) {
    /*文章管理/＝＝＝＝＝*/
    .blog_subbox{/*grid-template-columns:1fr 1fr;*/}
    }
  @media screen and (max-width: 768px) {
      
      /*文章管理/＝＝＝＝＝*/
      h4.blog_category_title{font-size: 24px;}
      h4.blog_category_title span{font-size: 20px;}
      
  }

  @media screen and (max-width: 600px) {
    /*文章管理/＝＝＝＝＝*/
    .module_i_news ul , .blog_subbox{grid-template-columns:1fr 1fr;}
    h4.blog_category_title{font-size: 20px;}
    h4.blog_category_title span{font-size: 18px;}
    
    .blog_list_le {
        width: 100%;
    }
    .blog_list_ri {
        padding: 20px 10px 30px 10px;
        width: 100%;
    }
    .blog_list_ri h5 {
        font-size: 18px;
    }
    .blog_list_ri em {
        position: inherit;
    }
    
    .blog_list_ri p {
        margin-top: 15px;
        font-size: 14px;
        min-height: unset;
    }
    }

    @media screen and (max-width:430px) {
      .module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
    }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 相簿 */
.show-list .show_name{ color: #000;}
.show-list .item:hover .show_name{ color: #355880;}
.other_album_choice li{ background: #355F80; border-radius: 0px;}
.subalbum-menu h2{color: #355F80; }
.overlay{  background: rgba(0,65,114,.3);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.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) { 
}




