@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Huninn&display=swap');
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 
*/

.stellarnav.left.desktop > ul > li:last-child {
    display: none;
}

/* ---------------------------------------------------------- */
/*隱藏主相簿選單/＝＝＝＝＝*/

.stellarnav .anchorList > li:last-child {display: none;}

/* ----------------------------------------------------- */

/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #fbfcff; /*網站主要色系*/
  --SubColor: #5581c6; /*網站輔助色系1*/
  --SubColor2: #bac4d4; /*網站輔助色系2*/
  --SubColor3:#f7f5ee;
  --SFont:"Huninn", sans-serif;/*特殊字體*/
  --SFontE:"Caveat", cursive;/*特殊字體*/
  --pd150:150px;
  --pd100:100px 0;
  --pd80:80px;
  --pd50:50px;
  --pd40:40px;
  --pd30:30px;
  --pd20:20px;
  --pd10:10px;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f16:16px;
}
@media (max-width:1100px){
:root{
  --pd150:130px;
  --pd100:90px;
  --fz70:66px;
  --fz60:56px;
  --fz40:38px;
  --fz32:30px;
}
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:900px) {
:root{
  --pd150:110px;
  --pd120:100px;
  --pd110:95px;
  --pd100:80px;
  --pd80:70px;
  --pd50:40px;
  --pd40:36px;
  --fz70:60px;
  --fz60:50px;
  --fz40:32px;
  --fz30:26px;
  --fz24:22px;
}
}

@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd150:100px;
  --pd110:90px;
  --pd100:50px 0;
  --pd80:60px;
  --pd50:38px;
  --pd40:34px;
  --pd30:22px;
  --pd20:15px;
  --pd10:8px;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f17:15px;
  --f16:15px;
}
}
@media (max-width:375px) {
:root{
  --pd150:70px;
  --pd120:70px;
  --pd110:60px;
  --pd100:50px;
  --pd80:40px;
  --pd50:35px;
  --pd40:30px;
  --pd30:20px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 隱藏側邊按鈕 */

.info_fix {display: none;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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/＝＝＝＝＝*/

.header_area {background: rgb(253 253 253 / 80%);}
.header_area.sticky { background: rgb(253 253 253 / 80%);}

/*第一層*/
.stellarnav > ul > li {
    position: relative; /* 確保 :before 伪元素是相對於這個 li 元素定位 */
}

.nav-header{max-width: 130px;}

.stellarnav > ul > li > a{ font-size: 15px; font-weight: 700;letter-spacing: 2px;transition:all 0.3s;  color: #2a66b8; height: 100px; padding: 60px 0px 0px; margin: 0 15px;}
.stellarnav > ul > li:hover > a{    color: #b4d3f6;}
.stellarnav li.has-sub > a:after{    border-top: 6px solid #3579d5;top: 80%;}
.stellarnav > ul > li > a b{    font-weight: bold;}
/*btn_icon*/
.stellarnav > ul > li:before {
    /* position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; */
    top: 40px;
    left: 50%;
    transition: all 0.3s;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%);
}
.stellarnav > ul > li:hover:before {
    transform: translate(-50%, -50%) rotate(15deg); /* 這裡可以調整旋轉的角度 */
}
.stellarnav > ul > li:nth-of-type(1):before {  content: url(https://pic03.eapple.com.tw/skydogtraining/header_icon001.png);}
.stellarnav > ul > li:nth-of-type(2):before {  content: url(https://pic03.eapple.com.tw/skydogtraining/header_icon002.png);}
.stellarnav > ul > li:nth-of-type(3):before {  content: url(https://pic03.eapple.com.tw/skydogtraining/header_icon003.png);}
.stellarnav > ul > li:nth-of-type(4):before {  content: url(https://pic03.eapple.com.tw/skydogtraining/header_icon004.png);}
.stellarnav > ul > li:nth-of-type(5):before {  content: url(https://pic03.eapple.com.tw/skydogtraining/header_icon005.png);} 
.stellarnav > ul > li:nth-of-type(6):before {  content: url(https://pic03.eapple.com.tw/skydogtraining/header_icon006.png);} 



/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{  color: #5581c6;  padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #9ec2e6;	padding-left:10px;border-color:#9ec2e6 ;}
/*SubMenu*/
.shop_search_btn {    background: #a77b34 ;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #ADA17E;}
.tp_links {   display: none; }

.me_tp_features a {    color: #ededed;}


/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}*/




/*按鈕/＝＝＝＝＝*/
.animated-arrow {     background: #a77b3400;}


@media screen and (max-width: 1024px) {
    /* .header_area.sticky .navigation {padding: 5px 0 10px;} */
    /* .header_area .navigation {padding: 25px 0 10px;} */
    .pageIndex .header_area.sticky.navigation {padding: 0 0 0 0;}
    .header_area.sticky .nav-brand{ display:inline-block;}
    .me_tp_features {margin: 15px 0 0;}
    /* .header_area.sticky nav#navigation1 { padding: 25px 0 0px;} */
}
@media screen and (max-width: 768px) {
    /*選單漸變效果＝＝*/
    /*首頁固定選單*//*
    .pageIndex .header_area{position: position:relative;}*/

    /* .header_area.sticky .navigation {   padding: 0px 0 0px 0px;}
    .header_area.sticky .nav-brand {    padding: 0px 0;}
    .header_area.sticky .main_header_area::before {display:none;}
    .stellarnav > ul > li:nth-of-type(1):before, .stellarnav > ul > li:nth-of-type(4):before {display:none;}
    .stellarnav > ul > li:nth-of-type(2):before, .stellarnav > ul > li:nth-of-type(5):before {display:none;}
    .stellarnav > ul > li:nth-of-type(3):before, .stellarnav > ul > li:nth-of-type(6):before {display:none;}
    .stellarnav > ul > li:nth-of-type(7):before {display:none;} */
    
    .header_area.sticky .nav-brand{transform:unset;}

    .header_area.sticky .nav-brand {padding: 10px 0;}

    .stellarnav > ul > li:nth-of-type(1):before,
    .stellarnav > ul > li:nth-of-type(2):before,
    .stellarnav > ul > li:nth-of-type(3):before,
    .stellarnav > ul > li:nth-of-type(4):before,
    .stellarnav > ul > li:nth-of-type(5):before,
    .stellarnav > ul > li:nth-of-type(6):before {display: none;}

    .stellarnav ul{padding-top: 0px;}
}

@media screen and (max-width: 570px) {
    .stellarnav.mobile{padding: 10px;}
}

@media screen and (max-width: 425px) {
    .header_area.sticky .nav-brand {max-width: 75%;}
    .header_area.sticky .nav-brand {padding: 10px 0;}
    .me_tp_features {margin: 5px 0 0;}
    
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*footer/＝＝＝＝＝*/

.footer_logo { max-width: 130px;}

.footer{background: #f7faff;}
.footer_menu a { color: #5581c6; background: transparent; border: transparent;}
.footer_menu a:hover { background: transparent; color: #9dc0d6;}

.footer_info li:nth-child(1){display: flex;width: 100%;flex-direction: column;}
.footer_info li p.line {order: 2;}
.footer_info li p.tel {display: none;}
.footer_info li p.mail {display: none;}
.footer_info li p.add {display: none;}
.footer_info li p.phone {order: 1;}

.box_link{flex-direction: row;flex-wrap: nowrap;}
.box_link a{color:#FDD913; border: 1px #c9d9e7 solid;}
.box_link a:hover{background: #054DB3;}

/* 隱藏除了 Facebook 和 Instagram 和 line 外的所有連結 */
.box_link a:not(.me_tp_fb):not(.me_tp_ig):not(.me_tp_line) {
    display: none ; 
}

/* 指定 LINE 在最前面 */
.box_link .me_tp_line {
  order: -1;
}

/* 隱藏footer的主相簿選單 */
.footer_menu a:last-child {
  display: none;
}


@media screen and (max-width: 1024px) {
    .footer_info{
        padding-right: 50px;
        padding-left: 50px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.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 {
    background-image: url(https://pic03.eapple.com.tw/skydogtraining/s_banner.jpg);
    background-size: cover;
    height: 35vw;
    max-height: 400px;
    min-height: 200px;
    position: relative;
}
.banner h5 {
    font-size: var(--f40);text-shadow: 0 0 5px 0 0 5px rgb(179 162 91 / 52%);
    position: absolute;
    width: 90%;max-width: 1300px;
    left: 50%;
    transform: translate(-80%, -50%);
    color: #7b4422;
    text-align: right;
    top: 50%;
}
.banner.banA {display: none;}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

@media screen and (max-width: 1024px) {
    .banner {background-position: 35% 100%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* 文章管理_首頁 */
.title_i_box {
    width: 100%;
    text-align: center;
}

.module_i_news .title_i_box h4 {
    font-size: 32px;
    position: relative;
    color: #4A4A4A;
}

.module_i_news .title_i_box h6 {
    font-size: 100px;
    font-family: "Huninn", sans-serif;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    color: #fff;
    text-shadow: 0 0 16px rgb(184 209 232 / 20%);
}
.i_blog_le img {
    max-width: 100%;
    border-radius: 35px;
	max-height:336px
}
@media screen and (max-width: 768px) {
    .module_i_news .title_i_box h4 {
        font-size: 24px;
        padding-top: 47px;
    }

    .module_i_news .title_i_box h6 {
        font-size: 80px;
    }
}

@media screen and (max-width: 476px) {
    .module_i_news .title_i_box h4 {
        font-size: 20px;
        padding-top: 47px;
    }

    .module_i_news .title_i_box h6 {
        font-size: 60px;
    }
}


/* 內頁文章管理 */
body.blog_page .main_part{
    width: 100%;
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 0px;
}

body.blog_in_page .main_part {
    max-width: 1600px;
    padding: 0;
    width: 90%;
}

body.blog_page .blog_list_ri em {
    position: absolute;
    right: -7%;
    top: 0;
    writing-mode: tb-rl;
    font-size: 15px;
    color: #4a4a4a;
    font-size: 0.8vw;
    display: none;
}

body.blog_page .blog_list_ri h5 {
    font-size: 20px;
}

body.blog_page .blog_list_ri p {
    margin-bottom: 0.5vw;
    padding-top: 0.8vw;
    font-size: 16px;
    line-height: 1.618rem;
    width: 100%;
}


body.blog_in_page .banner.banblog{
    display: none;
}


body.blog_page .blog_list_le {
    width: 100%;
    height: 48vh;
    max-height: 400px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    padding: 0;
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
}

body.blog_page .blog_list_le img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
}

body.blog_page .blog_list_ri {
    width: 100%;
    padding: 1.5rem 0 0 0;
    margin-top: 2rem;
    border-top: solid 1px #4a4a4a;
}

body.blog_page .subbox_item {
    width: 31%;
    margin: 1%;
}

body.blog_page .subbox_item a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

body.blog_page .subbox_item:hover .blog_list_le {
    border-radius: 20%;
    transition: border-radius 1.2s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .8s cubic-bezier(.165, .84, .44, 1);
}


.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0px;
}

body.blog_page .i_blog_le img {
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
    object-fit: cover;
    height: 100%;
    width: 100%;
}


body.blog_page h4.blog_category_title {
    display: none;
}

body.blog_page h4.blog_category_title {
    font-size: 22px;
    color: #a78a6b;
    font-weight: 500;
    text-align: center;
}

body.blog_page .blog_box_edit.clearfix p {
    font-size: 16px;
    font-weight: 500;
}
body.blog_page .blog_box_edit img {
    max-width: 90%;
}

/* 裝飾 */
body.blog_page .blog_list_ri::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ffdb0e;
    transition: all 0.3s ease-in-out;
}

body.blog_page .subbox_item:hover .blog_list_ri::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}


body.blog_page .blog_list_ri {
    top: 0;
    z-index: 3;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(224, 224, 224);
    width: 100%;
}

/* 規劃師要隱藏文章內頁封面 */
.articel_mainPic { display: none; } 


/*--首頁文章區塊---------------------------------------*/

.module_i_news { background: #fffdfc;}
.module_i_news .title_i_box h4 {
	font-size: 26px;
	letter-spacing: 5px;
	color: #974304;
	font-family: "Huninn", sans-serif;
	font-weight: bolder;
}
.module_i_news ul { 
    max-width: 1400px;
    margin: 20px auto;
    list-style: none;
    text-align: left;
    vertical-align: top;
    display: block;
}
.module_i_news li { 
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  background: #fef8ef;
  box-shadow: 0 0 7px #3b585888;
  border-radius: 28px;
  margin: 5px 0;
}
.i_blog_le { 
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    line-height: 0;
    vertical-align: top;
}
.i_blog_ri { width: 100%;}
.i_blog_ri h5 {
	text-align: center;
	color: #444;
	font-weight: 600;
	letter-spacing: 2px;
}

.module_i_news li a {
  position: relative;
  display: block;
}
.module_i_news li a:after { border-radius: 25px;}

.module_i_news_list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px; /* 加間距 */
  padding: 0;
}


.module_i_news_list ul li {
  align-items: stretch; /* 讓左右兩欄高度一致 */
  gap: 20px; /* 左右間距，可自行調整 */
}

/* --- */
@media screen and (max-width: 1200px) {
    body.blog_page .subbox_item {
        width: 45%;
        margin: 2%;
    }
}

@media screen and (max-width: 1024px) {
	.module_i_news li { width: 48%;}
    .module_i_news_list ul { flex-wrap: wrap;}
}


@media screen and (max-width: 768px) {
    body.blog_page .blog_list_le {
        width: 100%;
        height: 32vh;
    }

    body.blog_page .blog_list_ri h5 {
        font-size: 20pxvw;
    }

    body.blog_page .blog_list_ri em {
        font-size: 15px;
    }

    body.blog_page .blog_list_ri p {
        font-size: 16px;
    }
	.module_i_news li {
	width: 47%;
    display: inline-block;
}
}

@media screen and (max-width: 476px) {
    .module_i_news li { width: 100%;}
   body.blog_page .subbox_item {width: 100%;}
   
   .module_i_news_list ul {flex-direction: column;}

   body.blog_page .subbox_item:nth-child(2n+1) {
        margin-top: 0;
        margin-bottom: 5%;
    }

}

/* 原始設定取消 */
body.blog_page .subbox_item a:after {
    display: none;
}

body.blog_page .subbox_item a:before {
    display: none;
}


/* 文章管理側邊選單 */
.accordion li .link a{ font-size: var(--f16);}

/* 文章管理內文 */

.accordion > li.on_this_category .link {
    
    BACKGROUND-COLOR: #1e56ac;}

body.blog_in_page .blog_ri.fadeInRight.animated15.clearfix {
    border: none;
    padding: 5%;
    margin: 0% 0% 0% 1%;
    background: #ffffff73;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 10%);
}



.show_content .blog_box.clearfix {
    display: flex;
}


.blog_back {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.blog_back a {
    width: auto;
    padding: 15px 15px;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background: #0a55ae !important;
}


.blog_back a:hover {
    filter: brightness(1.1);
}

.blog_back a.article_btn_back {  
    transition: all 0.3s ease-in-out;
    background: #778995;
}

.blog_back a.article_btn_prev {
    background: #a9c3d8;
    transition: all 0.3s ease-in-out;
}

.blog_back a.article_btn_next {
    background: #a9c3d8;
    transition: all 0.3s ease-in-out;
}

.lastPage { background: #7f4a29;}


.show_content.blog_box.clearfix {
    width: 90%;
    padding: 80px 50px;
}

body.blog_in_page .show_content.blog_box.clearfix {
    width: 100%;
}

body.blog_in_page .show_content.blog_box.clearfix {
    box-shadow: none;
    background: transparent;
}

/* 文章管理內文下方頁碼 */

/* 當前頁面的背景一直顯示 */
.page li.activeN {
    background: #444;
    color: #fff;
    padding: 2px 8px; 
    border-radius: 15px; 
}

/* hover 效果 */
.page li a:hover {
    background: #444;
    color: #fff;
}


@media screen and (max-width: 1200px) {
    .show_content.blog_box.clearfix {
        flex-wrap: wrap;
    }

    .blog_back a {
        writing-mode: rl;
    }

    .blog_back {
        flex-direction: revert;
        width: 100%;
        margin-top: 5%;
        display: flex;
    }

    .blog_back a {
        width: inherit;
        padding: 10px;
    }


}

@media screen and (max-width:1024px) {
    body.blog_in_page .show_content.blog_box.clearfix {
        padding: 80px 0px;
    }
}

@media screen and (max-width:768px) {
    .blog_ri {
        width: 100%;
    }

    body.blog_in_page .main_part {
        padding: 50px 20px;
        margin-top: 103px;
    }

    body.blog_in_page .blog_ri.fadeInRight.animated15.clearfix {
        border: none;
        background: transparent;
        padding: 0;
        box-shadow: none;
        margin: 0;
    }

    body.blog_in_page .show_content.blog_box.clearfix {
        border: none;
        background: transparent;

    }

    body.blog_page .show_content.blog_box.clearfix {
        padding: 0;
        box-shadow: none;
        margin: auto;
    }
}


@media screen and (max-width:768px) {

    .nav-dropdown{
      height:350px;
      overflow-y: scroll; /* 啟用垂直滾動 */
    }

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a, 
  .megamenu-list > li > a {
    overflow-y: hidden;
    margin-bottom: -9px;
  }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 分享文章內建功能關閉*/
.other_select_page .promotion_title{ display: none;}
.other_select_page .other_promotion{ display: none;}
.other_select_page .page{ display: none;}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/*相簿/＝＝＝＝＝*/

/* 相簿無法點擊 */
.pic-list{ pointer-events: none;}

/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
.album_info_page ul.show-list:before , ul.pic-list:before{content:none;}
.album_info_page .overlay {    z-index: 1;}
.album_info_page ul.show-list, .other_subalbum, ul.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}
.album_info_page .show-list .item, .other_subalbum li, .pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}
.album_info_page .show-list .show_pic, .other_subalbum li a div, .pic-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
}
.album_info_page .pic-list .show_pic {padding-bottom: 0;}
.album_info_page .other_album {
    display: none;
}

.show-list .item:hover .show_name {    color: #7794B1;}
.other_album_choice li {    background: #7794B1;}
.subalbum-menu h2{    color: #7794B1;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/*相簿外層*/
.album_page .overlay {
    display: none;}
.show-list .show_name {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #7895b2;
    border-bottom: 1px solid #7895b2;
    padding: 5px 20px;
    height: 39px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}    
.show-list .show_pic {
    height: 100%;
    max-height: 355px;
    padding-bottom: 0;
    border-radius: 18px 18px 0 0;
}
ul.show-list.clearfix {
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.show-list .item {
    width: 41%;}
.show-list .item a:hover figure img {
    transform: scale(1.08);
    transition: 0.6s;
}
.show-list .item a figure img {
    transition: 0.6s;
}    


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 手機版側邊選單 */




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@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) { 
}




