@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 {}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*menu*/
.header_area{
   background: url(https://pic03.eapple.com.tw/nankeurology/top_left.png), url(https://pic03.eapple.com.tw/nankeurology/top_right.png),#F7F8F8;
   background-repeat: no-repeat, no-repeat;
   background-position: 350px 0%, 100% 0%;
   padding: 0;
}
.header_area.sticky{
   background: url(https://pic03.eapple.com.tw/nankeurology/top_left.png), url(https://pic03.eapple.com.tw/nankeurology/top_right.png),#F7F8F8;
   background-repeat: no-repeat, no-repeat;
   background-position: 350px 0%, 100% 0%;
}
.main_header_area .container{
   max-width: 100%;
}
.navigation{
   grid-template-columns: 310px 1fr;
   align-items: flex-end;
}
.nav-header{
   max-width: 100%;
   background: #FFFFFF;
   border-radius: 0 100px 100px 0;
   /* padding: 30px 20px 30px 20%; */
   min-height: 180px;
   padding-left: 20%;
   grid-row: 1;
   justify-content: flex-start;
   transition: .5s ease;
}
.header_area.sticky .nav-header{
   /* padding: 30px 20px 30px 20%; */
   min-height: 135px;
}
.me_tp_features{
   display: none;
}
.nav-brand{
   display: block;
   max-width: 110px;
   margin: 0;
   transition: .5s ease;
}
.header_area.sticky .nav-brand{
   max-width: 70px;
}
.stellarnav > ul{
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1300px;
   margin: 0 0 0 auto;
   padding: 0 30px 20px;
}

.stellarnav > ul > li{
   display: block;
   text-align: center;
   width: calc(100% / 7);
   padding: 0 10px;
   margin: 0;
}
.stellarnav > ul > li::before {
   position: absolute;
   top: 30px;
   left: 50%;
   color: transparent;
   content: '•';
   text-shadow: 0 0 transparent;
   font-size: 14px;
   -webkit-transition: text-shadow 0.3s, color 0.3s;
   -moz-transition: text-shadow 0.3s, color 0.3s;
   transition: text-shadow 0.3s, color 0.3s;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   transform: translateX(-50%);
}
.stellarnav > ul > li:hover::before{
   color: #262626;
   text-shadow: 10px 0 #262626, -10px 0 #262626;
}

.stellarnav > ul > li > a{
   font-size: 20px;
}

.stellarnav ul ul{
   width: 250%;
   padding: 0;
}
.stellarnav ul ul::after{
   content: '';
   clear: both;
}
.stellarnav li li{
   width: 50%;
   float: left;
   border: initial;
   border-bottom: 1px dotted #313131;
   text-align: center;
}
.stellarnav li li:hover{
}
.stellarnav li a{
   font-size: 18px;
   color: #313131;
}
.stellarnav li li:hover a{
   background: rgba(221,175,58,0.9);
   color: #FFFFFF;
}

.stellarnav li.has-sub > a:after{
   background: url(https://pic03.eapple.com.tw/nankeurology/menu_pc_arrow.svg) center no-repeat;
   background-size: cover;
   width: 11px;
   height: 11px;
   border: none;
}

/*menu 指定下拉隱藏*/
.stellarnav > ul > li:nth-of-type(3) > ul,.stellarnav > ul > li:nth-of-type(5) > ul,.stellarnav > ul > li:nth-of-type(6) > ul{
   display: none !important;
}
.stellarnav li:nth-of-type(3).has-sub a,.stellarnav li:nth-of-type(5).has-sub a,.stellarnav li:nth-of-type(6).has-sub a{
   padding: 0;
}
.stellarnav li:nth-of-type(3).has-sub > a:after,.stellarnav li:nth-of-type(5).has-sub > a:after,.stellarnav li:nth-of-type(6).has-sub > a:after{
   display: none;
}

/*menu 頁面文字變色*/
.article_a .stellarnav > ul > li:nth-of-type(3) > a{
   font-weight: bold;
   color: rgb(147, 116, 59);
}
.article_b .stellarnav > ul > li:nth-of-type(4) > a{
   font-weight: bold;
   color: rgb(147, 116, 59);
}
.album_a .stellarnav > ul > li:nth-of-type(6) > a{
   font-weight: bold;
   color: rgb(147, 116, 59);
}
@media screen and (max-width: 1550px) {
.stellarnav ul ul{width: 250%;}
}
@media screen and (max-width: 1440px) {
.header_area,.header_area.sticky{background-position: 270px 0%, 100% 0%;}
}
@media screen and (max-width: 1300px) {
.navigation{grid-template-columns: 200px 1fr;}
.stellarnav > ul > li{padding: 0;}
.stellarnav > ul > li > a{font-size: 18px;}
}
@media screen and (max-width: 1288px) {
.header_area,.header_area.sticky{background-size: 25%,55%;}
}
@media screen and (max-width: 1024px) {
.header_area.sticky{box-shadow: 0 3px 8px #B5B5B5;}
.navigation{grid-template-columns: 150px 1fr;display: grid;}
.nav-header,.header_area.sticky .nav-header{min-height: 115px;}
.nav-brand{max-width: 70px;}
.stellarnav > ul{padding: 0 0 10px;}
.stellarnav > ul > li > a{font-size: 16px;margin: 0;}
}
@media screen and (max-width: 850px) {
.stellarnav > ul > li > a{font-size: 13px;}
}
@media screen and (max-width: 768px) {
.stellarnav .menu-toggle:after{display: none;}
.navigation{display: block;}
.nav-header,.header_area.sticky .nav-header{min-height: auto;}
.nav-header{background: transparent;padding: 15px 0;justify-content: center;}
.nav-brand,.header_area.sticky .nav-brand{max-width: 50px;}
.stellarnav.mobile{top: 50%;transform: translateY(-50%);left: 12px;}
.stellarnav.mobile.active{top: 0;transform: initial;left: 0;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul{max-width: 80%;}
.stellarnav.mobile.left .close-menu{background: #FFFFFF;}
.stellarnav.mobile li a{border-bottom: 1px dashed #93743b;}
.stellarnav .menu-toggle span.bars span{height: 5px;background: #93743B;}
.stellarnav > ul > li{width: 100%;}
.stellarnav.mobile > ul > li > a,.stellarnav li:nth-of-type(n).has-sub a{padding: 10px 43px 10px 10px;}
.stellarnav a.close-menu u,.stellarnav > ul > li:hover::before{display: none;}
.stellarnav .icon-close:before,.stellarnav .icon-close:after{
   border-color: #93743b;
}
/* .stellarnav a.dd-toggle .icon-plus{display: none;} */
.stellarnav a.dd-toggle .icon-plus{
   background: url(https://pic03.eapple.com.tw/nankeurology/menu_arrow.svg) center no-repeat;
   background-size: cover;
   width: 11px;
   height: 11px;
}
.stellarnav li.open > a.dd-toggle .icon-plus{
   -webkit-transform: rotate(182.5deg);
   -ms-transform: rotate(182.5deg);
   -o-transform: rotate(182.5deg);
   transform: rotate(182.5deg);
}
.stellarnav a.dd-toggle .icon-plus:before,.stellarnav a.dd-toggle .icon-plus::after{display: none;}
.stellarnav li:nth-of-type(3).has-sub a.dd-toggle .icon-plus,
.stellarnav li:nth-of-type(5).has-sub a.dd-toggle .icon-plus,
.stellarnav li:nth-of-type(6).has-sub a.dd-toggle .icon-plus{
   display: none;
}
.stellarnav li li{width: 100%;float: none;border: none;}
/* .stellarnav.mobile ul ul{overflow-y: scroll;height: 200px;} */
.stellarnav > ul > li > a{color: #93743b;font-size: 18px;}
.stellarnav.mobile li.open{background: #FFFFFF;}
.stellarnav li:nth-of-type(n).has-sub li a{font-size: 18px;color: #93743b;text-align: left;}
}

/*to top*/
#to_top{
   background: url(https://pic03.eapple.com.tw/nankeurology/fix_top.png) center no-repeat;
   box-shadow: none;
   width: 35px;
   height: 22px;
   left: auto;
   right: 35px;
   bottom: 60px;
}
#to_top i.top,#to_top span{
   display: none;
}
@media screen and (max-width: 1024px) {
#to_top{right: 15px;}
}
@media screen and (max-width: 768px) {
#to_top{
   width: 20px;
   height: 13px;
   background-size: contain;
   bottom: 75px;
}
}
/*浮動按鈕*/

.info_fix_links{
   display: block !important;
}
.linksBtn{
   display: none;
}
.info_fix_links img{
   width: fit-content;
}
.info_fix_links a{
   background: none;
}
.info_fix_links a:nth-of-type(1),.info_fix_links a:nth-of-type(2),.info_fix_links a:nth-of-type(3),.info_fix_links a:nth-of-type(4){
   display: none;
}
.info_fix_links a:hover{
   background: none;
   transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
.info_fix,.info_fix_links{width: 50px;}
}
@media screen and (max-width: 768px) {
.info_fix,.info_fix_links{width: 30px;}
.info_fix_links a{width: 30px;height: 30px;border-radius: initial;margin-bottom: 25px;}
.info_fix_links img{max-width: 100%;}
}


/*banner*/
/*預設解除背景輪播*/
#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;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過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_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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
   padding: 75px;
   background-image: url(https://pic03.eapple.com.tw/nankeurology/all_banner.jpg);
   background-repeat: no-repeat;
   background-position: top center;
   background-size: 100%;
   background-attachment: fixed;
}
.banner h5 {
   width: 100%;
   font-size: 32px;
   font-weight: bold;
   text-align: center;
   color: #93743b;
   letter-spacing: 5px;
   text-shadow: 0px 3px 3px #cccccc;
}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
@media screen and (max-width: 1350px) {
.banner{background-size: 110%;}
}
@media screen and (max-width: 1220px) {
.banner{background-size: 120%;}
}
@media screen and (max-width: 1120px) {
.banner{min-height: auto;padding: 40px;background-size: 110%;}
}
@media screen and (max-width: 665px) {
.banner{background-attachment: initial;background-size: cover;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*path*/
.path{width: 100%;padding-top: 10px;}
.path p,.path p a{
   font-size: 15px;
   color: #93743b;
   letter-spacing: 5px;
   line-height: 70%;
   text-align: center;
}
.path p a:hover{
   color: #93743b;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*other_select_index.php 下拉編輯頁調整*/
.promotion_title,.other_promotion,.other_select_page ul.page{
   display: none;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*文章設定*/
.blog_page .main_part,.blog_in_page .main_part{
   max-width: 100%;
   padding: 35px 12% 50px;
   position: relative;
   background: #f6f6eb;
   background-image:
   url(https://pic03.eapple.com.tw/nankeurology/news_bg01.png),
   url(https://pic03.eapple.com.tw/nankeurology/news_bg02.png);
   background-repeat: no-repeat, no-repeat;
   background-position: top left, bottom right;
   background-size: 25%, 15%;
}
.blog_box{padding: 0;}
.blog_subbox{grid-template-columns: 1fr;}
.blog_page h4.blog_category_title{display: none;}
.subbox_item a:before,.subbox_item a:after{display: none;}
.subbox_item{
   background: #ebebde;
   padding: 20px 30px;
}
.subbox_item:hover {
   background: #f9efd5;
}
.subbox_item a{
   display: flex;
   align-items: center;
}
.blog_list_le{
   width: 16.66666667%;
   background: #FFFFFF;
}
.blog_list_ri{
   font-size: 18px;
   width: 83.33333333%;
   padding: 0 0 0 10px;
}
.blog_list_ri::after{
   content: '>> 更多內容';
   display: block;
   max-width: 115px;
   padding: 5px;
   font-size: 14px;
   font-family: Arial,'Microsoft JhengHei';
   color: #ffffff;
   text-align: center;
   border-radius: 25px;
   background: #ddaf3a;
   transition: .5s ease;
}
.subbox_item:hover .blog_list_ri::after{
   background: #93743b;
}
.blog_list_ri h5{
   font-weight: bold;
   font-size: 1.1em;
   color: #0d0d0d;
   letter-spacing: 2px;
}
.blog_list_ri em{
   display: none;
}
.blog_list_ri p{
   margin: 10px 0;
   font-size: 16px;
   line-height: 180%;
   color: #4b4b4b;
   -webkit-line-clamp: 2;
}

/*details*/
body.blog_in_page{
   font-size: 18px;
}
.blog_in_page .blog_le,
.news_related,
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next{
   display: none;
}
.blog_box_edit *{
   font-size: 1.0em;
   letter-spacing: 2px;
   line-height: 200%;
   color: #4b4b4b;
}
.blog_in_page .blog_ri{
   width: 100%;
   min-height: auto;
   padding: 0;
}
.blog_in_page h4.blog_category_title {
   font-size: 20px;
   font-weight: bold;
   letter-spacing: 3px;
   color: #93743b;
   padding: 0;
   margin: 0;
   border-bottom: 1px dotted #666666;
   padding: 0 0 10px;
}
.toShareNews{
   margin-top: -40px;
   padding-right: 15%;
}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category{
   background: #ddaf3a !important;
}
.blog_back{
   display: block;
}
h5.blog_le_t{
   color: #93743B;
}
.blog_back a.article_btn_back {
   background: #5cb85c;
   border: 1px solid #4cae4c;
   max-width: 80px;
   margin: 0 0 0 auto;
   border-radius: 4px;
   font-size: 14px;
   transition: .5s ease;
}
.blog_back a.article_btn_back:hover{
   background-color: #449d44;
   border-color: #398439;
}

/*article_a*/
.article_a .blog_le{display: none;}
.article_a .blog_ri{width: 100%;padding: 0;}

/*page*/
.page li{
   overflow: hidden;
   transition: .5s ease;
}
.page li.activeN {
   background: #ddaf3a;
   padding: 5px 14px;
   border: 1px solid #cccccc;
   border-radius: 4px;
   color: #FFFFFF;
   font-size: 12px;
}
.page li a,.page li strong{
   padding: 5px 14px;
   border: 1px solid #cccccc;
   border-radius: 4px;
   width: 100%;
   height: auto;
   font-size: 12px;
   line-height: normal;
}
.page strong,.page a:hover{
   background: #ddaf3a;
   color: #FFFFFF;
   border-radius: 4px;
}

@media screen and (max-width: 1440px) {
.blog_page .main_part,.blog_in_page .main_part{padding: 35px 5% 50px;}
}
@media screen and (max-width: 1024px) {
.blog_page .main_part,.blog_in_page .main_part{padding: 35px 3% 50px;}
}
@media screen and (max-width: 768px) {
.blog_list_le{width: 25%;}
.blog_list_ri{width: 75%;}
.subbox_item{padding: 20px 10px 25px;}
.subbox_item a{align-items: flex-start;}
}
@media screen and (max-width: 600px) {
.subbox_item a{gap: 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿設定*/
.album_class_page .main_part,.album_info_page .main_part{
   max-width: 100%;
   padding: 35px 12% 50px;
   position: relative;
   background: #f6f6eb;
   background-image:
   url(https://pic03.eapple.com.tw/nankeurology/news_bg01.png),
   url(https://pic03.eapple.com.tw/nankeurology/news_bg02.png);
   background-repeat: no-repeat, no-repeat;
   background-position: top left, bottom right;
   background-size: 25%, 15%;
}
.album_class_page .show_content,.album_info_page .show_content{
   padding: 0;
}
.subalbum-menu h2{
   display: none;
}
.show-list .show_pic,.pic-list .show_pic{
   aspect-ratio: 1 / 1;
}
.other_album{
   display: none;
}
.other_subalbum li{
   background: transparent;
}
.overlay{
   display: flex;
   align-items: center;
   justify-content: center;
   flex-flow: column;
   z-index: 99;
}
.overlay::before{
   content: '';
   display: block;
   background:url(https://pic03.eapple.com.tw/nankeurology/photo_search.svg) center no-repeat;
   background-size: cover;
   width: 50px;
   height: 50px;
}
.overlay::after{
   content: 'MORE';
   display: block;
   padding-top: 10px;
   font-family: 'Glyphicons Halflings';
   font-size: 18px;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   color: #FFFFFF;
}
.other_subalbum li a p,.pic-list .item h6{
   margin: 12px 0 6px;
   font-size: 18px;
   font-weight: normal;
   color: #0d0d0d;
   letter-spacing: 2px;
   line-height: 220%;
   text-align: center;
}
.other_subalbum li a p::after,.pic-list .item h6::after{
   content: '';
   display: block;
   background: rgba(220,178,72,0.95);
   width: 30px;
   height: 2px;
   margin: 10px auto 0;
}
.show-list img,.pic-list img{
   transition: .5s ease;
}
.show-list .item:hover .show_pic > img{
   transform: scale(1.1);
}

.pic-list .item:hover .show_pic > img{
   transform: scale(1.1);
}
@media screen and (max-width: 1440px) {
.album_class_page .main_part,.album_info_page .main_part{padding: 35px 5% 50px;}
}
@media screen and (max-width: 1024px) {
.album_class_page .main_part,.album_info_page .main_part{padding: 35px 3% 50px;}
}
@media screen and (max-width: 768px) {
.other_subalbum li a p,.pic-list .item h6{font-size: 14px;}
}
@media screen and (max-width: 600px) {
.pic-list{grid-template-columns: repeat(2,1fr);}
.album_descrip{margin: 0;}
}
@media screen and (max-width: 375px) {
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none;}
/* .footer.with_shopping_mode { padding:0 0 70px; } */
/* #to_top { bottom:60px;} */
}

@media screen and (max-width: 600px) { 
}




/*all bg*/
.show_content{
   background: transparent;
}
.other_page .main_part,.other_select_page .main_part{
   padding: 50px 12%;
   background-color: #F6F6EB;
   background-image:
   url(https://pic03.eapple.com.tw/nankeurology/news_bg01.png),
   url(https://pic03.eapple.com.tw/nankeurology/news_bg02.png);
   background-repeat: no-repeat, no-repeat;
   background-position: top left, bottom right;
   background-size: 25%, 15%;
}
@media screen and (max-width:1440px) {
.other_page .main_part,.other_select_page .main_part{padding: 50px 5%;}
}
@media screen and (max-width:1024px) {
.other_page .main_part,.other_select_page .main_part{padding: 50px 3%;}
}