@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+TC:wght@100..900&display=swap');
/*
關於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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*----------------------------------------------*/
/* header=== */

.main_header_area .container{ max-width: 1400px; padding: 10px;}

.tp_links {display: none;}

.navigation {grid-template-columns: 250px 1fr;}

.header_area {
    background: white;
    box-shadow: 0px -1px 10px rgb(0 0 0 /10%);
    border-top: 3px solid #39a9f4;
    padding: 0px;
    padding-top: 5px;
}

.stellarnav ul ul {
    width: 200px;
    border: 0px solid #eeeeee;
}


/*第一層*/
.stellarnav>ul>li>a {
    margin: 10px 5px;
    padding: 0px 10px 0;
    position: relative;
    letter-spacing: 1.5px;
    color: #333;
    transition: all 0.1s;
}

.stellarnav>ul>li>a b {
    font-weight: 400;
}

.stellarnav>ul>li>a:hover {
    color: #57a0d5;
}

.stellarnav li li a {
    transition: all 0.2s ease-in-out;
}

/*下拉分類滑過前*/
.stellarnav li li a:hover {
    background: #358bc5;
    color: #ffffff;
}

/*下拉分類滑過後*/

/*選單下拉三角槓槓*/
.stellarnav li.has-sub>a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 2px;
    transform: translateY(-50%);
    height: 5px;
    width: 5px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #cccccc #cccccc transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*按鈕效果*/
.stellarnav>ul>li:hover::after {
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.stellarnav>ul>li::after {
    content: "";
    background: #358bc5;
    height: 4px;
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 25%;
    transform: scale(0, 1);
    transition: 0.5s ease-in-out;
}

/*下拉分類橫向箭頭*/
.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 #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(-45deg);
}


/*-------------------------------------------------*/

/*第二層*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 10px 15px;
    transition: all 0.3s;
    letter-spacing: 1.5px;
    border-left: 1px solid transparent;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    padding-left: 20px;
    border-left: 1px solid #358bc5;
}

.stellarnav>ul>li>ul {
    left: 50%;
    transform: translateX(-50%);
}

.stellarnav ul ul {
    width: 200px;
    border: 1px solid #eeeeee;
}

/*下拉分類寬度*/
.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 #ccc;
    border-bottom: 0px solid transparent;
    border-right: 1px solid #ccc;
}

.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 #cccccc #cccccc transparent;
    -webkit-transform: rotate(253deg);
    transform: rotate(45deg);
}

.stellarnav.mobile > ul > li > a.dd-toggle {padding: 0px;}

@media only screen and (max-width: 1024px) {
    .navigation {
        padding: 0px;
    }
}

@media only screen and (max-width: 768px) {
.header_area {
    box-shadow: none;
}
    
element.style {
    display: block;
}
.stellarnav.mobile.left > ul {
    left: 0;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    border-right: 1px #eee solid;
}
.stellarnav.mobile.active > ul {
    display: block;
}
.stellarnav.mobile > ul {
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.stellarnav.mobile ul {
    /* background: rgba(221, 221, 221, 1); */
    background: #fff;
}
.stellarnav.mobile ul {
    text-align: left;
}
.stellarnav.mobile ul {
    position: relative;
    display: none;
    z-index: 99;
}
.stellarnav ul {
    margin-top: 0px;
}
.nav-brand { width: 150px;}

.main_header_area .container {     padding-bottom: 5px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*----------------------------------------------*/
/* footer=== */

.footer_logo { width: 200px;}


.box_link{display: none;}


.footer{border-top: 1px  #358bc5 solid; background: #fff;}
.footer_menu a{border: 1px #d2e6f4 solid; color: #5285ae; background: #ffffff;}
.footer_menu a:hover {background: #5285ae;}

.footer_info li:nth-child(1) {
    display: flex;
    flex-direction: column;
}
.footer_info li p:nth-child(1){
    order: 2;}
.footer_info li p:nth-child(2){
    display: none;}
.footer_info li p:nth-child(3){
    order: 1;}
.footer_info li p:nth-child(4){
    order: 3;}
.footer_info li p:nth-child(5){
    order: 4;}
.footer_info li p:nth-child(6){
    display: none;}


.box_link{display: none;}



@media only screen and (max-width: 768px) {

.footer_logo img { width: 150px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 側邊按鈕 */

.info_fix {display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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) {
}

/* 外層 */
.products-list .more { border: 1px solid #5791d3;color: #5791d3;}
.products-list .item a:hover .more { background:#5791d3;}
.product-layer-two li a { background: #e3f0ff; color: #515151;}
.product-layer-two li.active a{ border: 1px #5791d3 solid;}

/* 內層 */
.pd_tabTitle li.activeTab::after { background: #8aaec7;}
.pd_tabTitle li{ border-bottom: 1px solid #8aaec7;}
.pd_tabTitle li.activeTab a{ color: #5791d3;font-weight: 600;font-size: 20px;}

/* 相關推薦 */
.lastPage{ background: #5791d3;}
.prod_related h6 span:before{ color: #488bd8;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 350px;
    background: url(https://pic03.eapple.com.tw/shengsx/s_banner.jpg) center no-repeat;
}
.banner h5 {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
    letter-spacing: 5px;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}


@media screen and (max-width: 1024px) {
    .banner h5{ top: 50%;}
    .banner{ background-position: 25% 100%;}
}

@media screen and (max-width: 768px) {
    .banner h5{ top: 40%;}
    .banner{ background-position: 30% 100%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
 


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

.blog_list_ri h5 {
    font-weight: 400;
  }
  
  .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }
  
  .accordion li .link a {
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  .blog_subbox {
    grid-template-columns: repeat(auto-fill,minmax(380px, 1fr));
  }
  
  .subbox_item a:after { background: rgba(0,0,0,0.5);}
  .blog_back a.article_btn_prev {background: #525463;}
  .blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {background: #52a2e3;}
  .blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #52a2e3 !important;}
  .blog_page .main_part {max-width:1600px;}
  .submenu li.on_this_category a, .submenu a:hover {
    background: #52a2e3;
    color: #444;
  }
  .blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #52a2e3;}
  .blog_back a.article_btn_back {background: #666666;}
  
  .subbox_item a:hover:before {
    transform: translate(-50%, -50%) scale(1);
    transition: all 500ms;
  }
  .path p, .path p a {
  display: none;
  }
  .subbox_item a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    left: 50%;
    width: 145px;
    text-align: center;
    background: #52a2e3;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 5px;
    transform: translate(-50%, -50%) scale(0, 0);
  }
  
  .subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
  }
  .subbox_item a:after {
    background: rgba(0, 0, 0, 0.5);
  }
  .subbox_item a:after {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff99;
    opacity: 0;
    border: 2pt solid #52a2e3;
  }
  
  .blog_list_le img {
    z-index: 999;
  }
  h4.blog_category_title {
    color: #444;
    font-size: 25px;
    font-weight: 500;
  }
  
  
  /*相關文章*/
  
  .news_related {
    background: #ffffff;
}

  .news_related h6 span:before {
    color: #444;
  }
  
  .lastPage {
    background: #52a2e3;
    border-radius: 50px;
  }
  
  .news_related_list li a:hover {
    padding: 10px;
    transition: .3s;
  }
  
  .news_related_list li a {
    transition: .3s;
  }



  @media screen and (max-width: 1024px) {
    .blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/*相簿*/
.path {
    padding: 0 10px;
    display: none;
}

/* 標題 */
.subalbum-menu h2 {
    color: #fff;
}

.block {
    background: #fff;
}

/* 觀看其他 */
/*觀看其他作品*/
.album_fixed_title embed {
    display: none;
}

.album_fixed_title {
    display: none;
}

.other_album_choice li a {
    color: #fff;
}

.other_album_choice li {
    background: #916f2d;
}


.other_album_choice li {
    margin-top: 2%;
}


/* 相簿第一層內頁=========== */

body.album_page .show_content {
    width: 95%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: column;
}

.subalbum-menu {
    padding: 0;
}

ul.show-list {
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

body.album_page .main_part {
    max-width: 2000px;
    margin: 5% auto auto auto;
    padding: 0 0 80px 0;
}

.album_page .show-list .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 20px 10px;
    padding: 0;
    margin: 0.4%;
    box-sizing: border-box;
}
.overlay {
    position: absolute;
    background: transparent;
}


.album_page .show-list .item a {
    max-width: 100%;
}

.album_page .show-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 12 / 8;
    overflow: hidden;
    padding-bottom: 0;
}

.album_page .show-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;

}
.album_page .show-list .item:hover .show_pic img {
    transform: scale(1.05);
    transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
    filter: brightness(0.5);

}


.show-list .show_name {
    font-size: 21px;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #111;
    line-height: 44px;
    margin-bottom: 10px;
    height: auto;
    font-weight: 300;
    margin-top: 0;
    padding-left: 10px;
    text-align: center;
}


.album_page .show-list .item:hover .show_name {
    opacity: 1;
    text-decoration: underline;
    color: var(--MainColor);

}

.overlay:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .3);
    margin-left: -100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0s linear .5s;
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s, -webkit-transform 0s linear .5s;
    position: absolute;
    top: 50%;
    z-index: 1;

}

.album_page .show-list .item:hover .overlay:before {
    -webkit-transform: translate3d(100%, 0, 1px);
    transform: translate3d(100%, 0, 1px);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
}



.overlay:after {
    content: 'view\A——————\Amore';
    white-space: pre-line;
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    line-height: 1.2;
    transform: translate(-50%, -50%);
    transition: all 1.5s 0.8s ease-in-out;
    color: #fff;
    z-index: 1;
    opacity: 0;
}

.album_page .show-list .item:hover .overlay:after {
    visibility: visible;
    transition: all 1s 0.4s ease-in-out;
    z-index: 1;
    opacity: 1;
    top: calc(50% + 0px);

}

.show-list .item:hover .overlay {
    transform: none;
}



@media screen and (max-width: 1200px) {
    ul.show-list{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}


@media screen and (max-width: 768px) {

    .album_page .show-list .item:hover .show_name,
    .show-list .show_name {
        font-size: 20px;
    }
}

@media screen and (max-width: 476px) {
    ul.show-list{
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .album_page .show-list .item:hover .show_name,
    .show-list .show_name {
        font-size: 17px;
    }
}

/* 相簿第二層內頁===========================--- */


body.album_class_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding-top: 40px;
}
body.album_class_page .show_content {
    display: grid;
}


body.album_class_page .subalbum-menu{margin-top: 0;}
body.album_class_page .subalbum-menu h2 {
    display: none;
}

ul.show-list.other_subalbum{
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.subalbum-menu {
    margin: 80px 0;
}

.album_class_page li.item {
    position: relative;
    width: 32.5333%;
    margin: 0.4%;
}


.other_subalbum li p {
    position: absolute;
    right: 50%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    width: 100%;
    height: auto;
    font-weight: 300;
    font-size: 21px;
    color: #FFFFFF !important;
    border: none;
    text-align: center;
    background: rgb(38 75 133 / 30%);
    padding: 10px;
    transition: all ease-in .3s;
    border-radius: 0px;
}

.album_class_page li.item:hover p {
    opacity: 1;
}

.album_class_page .show-list .show_pic{
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding-bottom: 0;
}



.album_class_page li.item a img {
    max-width: 100%;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: all 0.2s;
}

.album_class_page li.item a:hover img {
    transform: scale(1.1);
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


.album_class_page li.item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000071;
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}


.other_subalbum:hover a:hover:after {
    opacity: 0;
    transition: 0.5s;
}

.other_subalbum:hover a:after {
    opacity: 1;
    transition: 0.5s;
}


@media screen and (max-width: 1200px) {
    .album_class_page li.item {
        width: 49.2%;
    }
}


@media screen and (max-width: 768px) {
    body.album_class_page .main_part {
        margin: 5% auto;
    }

    body.album_class_page .subalbum-menu {
        margin-top: 0;
    }

    .album_class_page li.item p {
        font-size: 20px;
    }
}

@media screen and (max-width: 476px) {
    .album_class_page li.item {
        width: 100%;
        margin-bottom: 2%;
    }

    .album_class_page li.item p {
        font-size: 17px;
    }
}

/* 相簿第三層內頁================== */

body.album_info_page .main_part {
    width: 100%;
    max-width: 95%;
    margin: auto;
    padding: 0;
    padding-top: 40px;
}

body.album_info_page.show_content {
    width: 95%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 2000px;
    margin: 5% auto auto auto;
}


body.album_info_page ul.pic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


body ul.pic-list .item {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    box-sizing: border-box;
    width: calc(25% - 30px);
    padding: 0px;
    position: relative;
}

body.album_info_page .overlay {
    display: none;
}


.pic-list .item a {
    max-width: 100%;
}

.pic-list .show_pic {
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    aspect-ratio:  4 / 3;
    overflow: hidden;
    padding-bottom: 0;
}




.pic-list .item h6 {
    width: 100%;
    height: auto;
    border: none;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    height: auto;
    font-size: 21px;
    color: black !important;
    border: none;
    text-align: left;
    background: transparent;
    padding: 14px;
    transition: all 0.3s ease-in-out;
    line-height: 1;
    margin: 0;
    position: relative;
    font-weight: 300;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}



.pic-list .show_pic img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.pic-list .item:hover h6 {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-left: none;

}

ul.pic-list .item:hover .show_name {
    opacity: 1;
    top: 100%;
    font-size: 21px;
    font-weight: 300
}

.pic-list .item h6:before {
    content: "";
    height: 30px;
    width: 1px;
    background-color: #ccc;
    display: block;
    margin-bottom: 5px;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.pic-list .item:hover .item h6:before {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-left: 1px solid #ccc;
}



.pic-list .show_pic:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: #ffffffcd;
}



ul.pic-lis .pic-list .item:hover .show_pic:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;

}



body.album_info_page ul.pic-list:hover .show_pic:after {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

body.album_info_page ul.pic-list .show_pic:hover:after {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

ul.pic-list .item:nth-child(7n-2) {
    margin-left: 10%;
}

ul.pic-list .item:nth-child(7n) {
    margin-right: 10%;
}

ul.pic-list .item:hover a {
    z-index: 1;
}

.pic-list .show_pic:hover {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}


@media screen and (max-width: 1200px) {
    ul.pic-list .item:nth-child(5n-1) {
        margin-left: 15%;
    }

    ul.pic-list .item:nth-child(5n) {
        margin-right: 15%;
    }

    body ul.pic-list .item {
        width: calc(33% - 30px);
    }

    ul.pic-list .item:nth-child(7n-2) {
        margin-left: 0%;
    }

    ul.pic-list .item:nth-child(7n) {
        margin-right: 0%;
    }

}


@media screen and (max-width: 768px) {
    body ul.pic-list .item {
        width: calc(50% - 30px);

    }

    .pic-list .item h6:before {
        display: none;
    }

    ul.pic-list .item:nth-child(5n-1) {
        margin-left: 0%;
    }

    ul.pic-list .item:nth-child(5n) {
        margin-right: 0%;
    }

    .pic-list .item h6 {
        top: 0;
        position: relative;
        margin-top: -10px;
        padding-left: 15px;
        box-sizing: border-box;
        pointer-events: auto;
        opacity: 1;
        font-size: 20px;
        padding-top: 10px;
        margin: 0;
    }

    ul.pic-list .item .show_name:before {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .pic-list .item a {
        overflow: hidden;
    }

    body.album_info_page ul.pic-list:hover .show_pic:after {
        opacity: 0;
    }

    .pic-list .item:hover h6 {
        border-left: none;
    }
}



@media screen and (max-width: 476px) {
    body ul.pic-list .item {
        width: 100%;
    }

    .pic-list .item h6 {
        font-size: 17px;
    }


}

/* 其他相簿頁籤 */
.other_album {
    order: -1;
}

.other_album_choice li {
    background: transparent;
    color: #111;
    padding: 18px 15px;
}

.other_album_choice li a {
    color: #111;
}

.other_album_choice {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.other_album_choice li:first-child:before {
    content: '當前相簿';
    pointer-events: none;
    padding-right: 60px;
    border-bottom: 1px solid var(--MainColor);
    padding-bottom: 24px;
}

.fa-right-from-bracket::before {
    display: none;
}

body.album_info_page .show_content {
    display: grid;
}

@media screen and (max-width: 768px) {
    .other_album {
        display: none;
    }

}


/* 頁碼 */

.page strong,
li.activeN {
    background: #787b7c;
    color: #111;
    border-color: #787b7c;
}

.page strong,
.page a:hover {
    background: var(--MainColor);
    color: #fff;
    transition: all 0.1s ease-in-out;
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 聯絡我們表單 */
.contact_form li { 
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e1de;
    grid-template-columns: 140px 1fr;
}
.contact_form li .form__label{
    max-width: 130px;
}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert{
    grid-gap: 10px;
}

/*聯絡我們*/
.list_before {
    display: flex;
    flex-direction: column;
}

.info_MAIL:before {content: "Email";}

.list_before li:nth-child(1) { display: none;}
.list_before li:nth-child(2) { order: 1;}
.list_before li:nth-child(3) { order: 2;}
.list_before li:nth-child(4) { order: 3;}
.list_before li:nth-child(5) { order: 4;}
.list_before li:nth-child(6) { display: none;}
.list_before li:nth-child(7) { display: none;}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before,
.info_LINE:before, .info_FAX:before, .info_TAXID:before,
.info_MAIL:before, .info_ADD:before, .info_ADD2:before{
    width: 50px;
}

.list_before.info li {
    padding-left: 55px;
}

.contact_form li.last cite {background: #57a0d5;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #57a0d5 solid;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




