@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* Header */
#Header{ height: 70px; }
#Header .logo{ width: 180px; margin: auto; }
#Header .header_search, #Header .social_box, #Header .tool_box .home, #Header .tool_box .lang{ display: none; }
@media screen and (max-width: 767px) {
#Header .tool_box .sitemap { display:none; }
}
#Header .tool_box{ position: absolute; top: 15px; right: 20px; }
#Header .tool_box .sitemap{  border: 0; margin-right: 0; padding-right: 0; }
#Header .tool_box .sitemap a{ display: inline-block; background-color: #e1ded7; color: #333; 
    padding: 0 10px; line-height: 40px; 
}
#Header .tool_box .sitemap a:hover{ color: #333; }

/*----------------------------------------------------------------------*/
/* Menu */
#Menu{ display:none; }

/*----------------------------------------------------------------------*/
/* KeyVisual */
#KeyVisual .bx-wrapper .bx-pager { display:none; }
#KeyVisual .bx-wrapper .bx-controls-direction a { width:40px; height:40px; margin-top:-20px; background-color:rgba(255,255,255,0.6); }
#KeyVisual .bx-wrapper .bx-controls-direction a::after { width:12px; height:12px; margin-top:-6px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next{ right:20px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-prev{ left:20px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-prev::after { left:17px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next::after { right:17px; }

/*----------------------------------------------------------------------*/
/* 首頁 */
/*----------------------------------------------------------------------*/
/* 上方主要區塊 */
.IndexMainBox{ padding: 10px 20px 30px 20px; }

/* 輪播Banner */
.IndexMainBox .Banner{ margin-bottom: 10px; }

/* 焦點訊息(跑馬燈) */
.IndexMainBox .focus_block{ margin-bottom: 15px; }
.IndexMainBox .focus_block{ padding-left:40px; line-height: 35px; }
.IndexMainBox .focus_block::before{ width: 35px; height: 35px; background-size: contain; }

/* 主要按鈕 */
.IndexMainBox .mainBtn .item{ margin-bottom: 20px; padding: 0 5px; }
.IndexMainBox .mainBtn .item a{ padding: 10px; }
.IndexMainBox .mainBtn .item:nth-child(2n+2) a{ background: #ba9e56 url(../images/bg_mainBtn_01.jpg); }
.IndexMainBox .mainBtn .item:nth-child(2n+1) a{ background: #588173 url(../images/bg_mainBtn_02.jpg); }

/* 聖嚴法師法語 */
.IndexMainBox .masterTalk{ margin-top: 20px; }
.IndexMainBox .masterTalk .title{ top: -25px; }
.IndexMainBox .masterTalk > div{ padding:10px 3.125rem 30px 3.125rem; }
.prevNextBtn{ display: none; }

@media screen and (min-width: 768px) {
    .IndexMainBox .mainBtn .item{ width:25%; }
    .IndexMainBox .mainBtn .item a{ height: 180px; } 
    .IndexMainBox .mainBtn .img{ width: 90px; }
    .IndexMainBox .mainBtn .title{ font-size: 1.188em; }
    .IndexMainBox .masterTalk > div{ padding:10px 3.125rem 30px 3.125rem; }
    .IndexMainBox .masterTalk .desc{ margin-top: -10px; }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
    .IndexMainBox .mainBtn .item{ width:25%; }
    .IndexMainBox .mainBtn .item a{ height: 150px; }  
    .IndexMainBox .mainBtn .img{ width: 70px; } 
    .IndexMainBox .mainBtn .title{ font-size: 1.125em; }
    .IndexMainBox .masterTalk > div{ padding:10px 25px 25px 25px; }
    .IndexMainBox .masterTalk .desc{ margin-top: -10px; }
}

/*----------------------------------------------------------------------*/
/* IndexCenter */
/*----------------------------------------------------------------------*/
/* 首頁-共用區 */
.IndexBlock{ padding-top:2rem; padding-bottom:2rem; }
.indexTitle{ text-align:center; margin:auto; padding:5px 10px; margin-bottom:15px; color: #333; }
.indexTitle > div{ display:inline-block; }
.indexTitle h2{ font-size: 1.4rem; font-weight: 700; }
.block_style_01 .indexTitle, .block_style_02 .indexTitle{ background-color: transparent; }

/* 按鈕 */
.indexMoreBtn{ text-align: center; }

/* 頁籤 */
/* 配色樣式 */
.block_style_01.IndexBlock .tabs_group .tab_cont.active .tab_title a{ background-color: #a68728; }
.block_style_02.IndexBlock .tabs_group .tab_cont.active .tab_title a{ background-color: #004d47; }
.block_style_01.IndexBlock .tabs_group .tab_cont.active{ border-color:#a68728; }
.block_style_02.IndexBlock .tabs_group .tab_cont.active{ border-color:#004d47; }

/*----------------------------------------------------------------------*/
/* 首頁-法鼓新聞 */
.IndexNews{ overflow: hidden;  }
.IndexNews > div{ max-width:90%; margin:auto; }
.IndexNews > div::after{display: none; bottom:-100px; left:-55px; }

.index_news_box .tab_cont { border:1px solid #bbb; background-color:#f7f6f4; margin-bottom:5px; }

.news_list .item { width:50%; }
.news_list .item .cont{ padding-top: 15px; }
.news_list .item .title{font-size: 1.2rem; }
.news_list .item{ padding-left: 30px; padding-right: 30px; margin-bottom: 40px;  }

@media screen and (max-width: 767px) {
	.news_list .item .desc { -webkit-line-clamp:6; max-height:10.5em; }
}

/*----------------------------------------------------------------------*/
/* 首頁-精選推薦 */
.IndexRecommend{ overflow: hidden;  }
.IndexRecommend > div{ max-width:90%; margin:auto; }
.IndexRecommend > div::after{ display: none; right: -10%; }

.index_recommend_box .tab_cont { border:1px solid #bbb; background-color:#f7f6f4; margin-bottom:5px; }

.recommend_list .item .tag, .recommend_list .item .date{ margin-bottom: 5px; }
.recommend_list .item { width:50%; padding-left: 15px; padding-right: 15px; margin-bottom: 30px; } 
.recommend_list .item .title{font-size: 1rem; }
.recommend_list .item .img, .recommend_list .item .video_box { float: left; width: 40%; margin-right: 15px; }
.recommend_list .item .video_box .img { float:none; width:100%; margin-right:0; }
.recommend_list .item .tag{ background-color:#a9a8a8; }

/*----------------------------------------------------------------------*/
/* 首頁-關於法鼓山 */
.IndexAbout > div{ max-width:90%; margin:auto; }
.index_about_box{ padding-top: 15px; }
.index_about_box .col_left{ float: left; }
.index_about_box .col_right{ float: left; }

/* 編輯器 */
.IndexAbout .editable_content{ font-size: 1rem; margin-bottom: 10px; }
.IndexAbout .editable_content .district p{ line-height: 220%; }

@media screen and (min-width: 768px) {
    .index_about_box .col_left{ width: 50%; }
    .index_about_box .col_right{ width: 50%; } 
    .IndexAbout .editable_content .district{ text-align: left; }
    .IndexAbout .indexMoreBtn{ text-align: left; }
    .index_about_box .col_left, .index_about_box .col_right{ padding-left: 20px; padding-right: 20px; }
}
@media screen and (max-width: 767px) {
    .index_about_box .col_left, .index_about_box .col_right{ padding-left: 10px; padding-right: 10px; }
}

/*----------------------------------------------------------------------*/
/* 首頁-自訂區塊 (編輯器) */
.indexCustom{ padding-top: 2rem; }

/*----------------------------------------------------------------------*/
/* 全球事業體 */
.indexGlobalSearch{ padding-top: 20px; padding-bottom: 20px; }
.indexGlobalSearch > div{ padding-top: 2.75rem; padding-bottom: 2.75rem; width: 90%; margin: auto; position: relative; }
.indexGlobalSearch .img_box{ width: 100%; height: 100%; position: absolute; top: 0; opacity: 0.3; }
.indexGlobalSearch .img_box > div{ padding-bottom: 0; height: 100%; }
.indexGlobalSearch .cont_box{ position: relative; z-index: 99; text-align: center; }
.indexGlobalSearch .title h2{ font-weight: 700; font-size:1.3rem; }
.indexGlobalSearch .cont_box .desc{ font-size: 1rem; line-height: 180%; padding-top: 20px; padding-bottom: 20px; }

/* 按鈕 */
.indexGlobalSearch .indexBtn a{ min-width: 200px; }

/*----------------------------------------------------------------------*/
/* 彈出視窗 */
.popup_box > div { width: 90%; height:90%; margin:20px auto; padding:40px 15px 15px 15px; }
.popup_box .popup_detail{ padding-bottom: 30px; }
.popup_box .popup_title, .popup_box .popup_detail{ margin-left: 20px; margin-right: 20px; }

/*----------------------------------------------------------------------*/
/* Footer */
#Footer{ padding-top: 30px; padding-bottom:20px; }
#Footer > div{ padding: 0 20px; }

/* footer menu */
.footer_menu{ margin-bottom: 15px; display: none; }
.footer_menu > ul > li{ margin-bottom: 30px; padding: 0 10px; }

/* footer right */
.footer_right { display: flex; flex-wrap: wrap; }
.footer_right > div{ margin-bottom: 15px; }
.footer_info, .footer_social{ flex: 0 1 auto; width: 50%; }

/* footer info */
.footer_info{ padding-right: 10px; }
.footer_info ul li{ line-height: 140%; }

/* footer social */
.footer_social{ padding-left: 10px; }
.footer_social ul{ display: flex; flex-wrap: wrap; }
.footer_social li{ flex: 0 1 auto; padding: 0 5px;box-sizing: border-box; }
.footer_social .icon{ margin-right: 2px; width: 34px; height: 34px; }
.footer_social .tt{ font-size: 0.875em; }

/* footer bottom */
.footer_bottom{ padding-bottom: 2.5rem;  }
.footer_bottom > div{ line-height: 150%; margin-bottom: 5px; }
.footer_bottom > div:last-child{ margin-bottom: 0; }

@media screen and ( min-width:768px ){
    .footer_social li{ width: 33.33333%; margin-bottom: 10px; }
}

@media screen and ( max-width:767px ){
    .footer_social li{ width: 50%; margin-bottom: 15px; }
}

/*===================================以下為內頁===================================*/
/*----------------------------------------------------------------------*/
/* 內頁 */
#Center.content{ padding: 20px; }
#Content{ padding:20px 25px; margin-bottom:20px; }

/*----------------------------------------------------------------------*/
/* 標題 */
.page_header{ margin-bottom: 10px; }
.PageTitle h2{ padding:0 10px; letter-spacing: 0.1em; font-weight:500; margin-bottom: 5px; 
    border-left: 1px solid #000; border-right: 1px solid #000;
}

/*----------------------------------------------------------------------*/
/* 文章內容 */
.content h3.title{ line-height: 160%; }

/*文章日期*/
.postdate{ margin-top:10px; }

 /*文章更新日期*/
.post_info { text-align:right; }

/* 按鈕 */
.commonBtn a{ line-height:35px; }

/*----------------------------------------------------------------------*/
/* 桌布下載 */
.wallpaper_list{ margin-bottom: 30px; }
.wallpaper_list .item { float:left; width:50%; }
.wallpaper_list .title { font-size:1.1rem; }

@media screen and (min-width: 768px) {
    .wallpaper_list{ margin-right: -15px; }
    .wallpaper_list .item{ padding-left: 40px; padding-right: 40px; }
}
@media screen and (max-width: 767px) {
    .wallpaper_list{ margin-right: -30px; }
    .wallpaper_list .item{ padding-left: 30px; padding-right:30px; }
    .wallpaper_list .cont::before{ height: 30px; left: -10px; }
}

/*----------------------------------------------------------------------*/
/* 桌布下載 popup */
.wallpaperPopup .popup_title{ font-size: 1.25rem; }
.wallpaper_popup_list > div{ padding-left: -10px; padding-right: -10px; }
.wallpaper_popup_list .item{ padding-left: 10px; padding-right: 10px; }
.wallpaper_popup_list .size{ margin-bottom: 5px; }

@media screen and (min-width: 768px) {
    .wallpaper_popup_list .item{ width: 33.333333%; margin-bottom: 30px; }
    .wallpaper_popup_list .img{ height: 230px; }
}
@media screen and (max-width: 767px) {
    .wallpaper_popup_list .item{ width: 100%; margin-bottom: 20px;  }
    .wallpaper_popup_list .item .shape{ margin-bottom: 10px; }
    .wallpaper_popup_list .img, .wallpaper_popup_list .cont{ float: left; }
    .wallpaper_popup_list .img{ width: 35%; height: 200px; }
    .wallpaper_popup_list .cont{ width: 65%; padding-left: 20px; box-sizing: border-box; }
    .wallpaper_popup_list .size{ display: inline-block; }
    .wallpaper_popup_list .download_btn{ float: right; display: inline-block; }
}

/*----------------------------------------------------------------------*/
/* 法鼓新聞 (小首頁) */

/* 快訊 (跑馬燈) */
.news_top_slider .title { width:100px; }
.news_top_slider .slider_wrap.desktop { display:none; }
@media screen and (max-width: 767px) {
.news_top_slider .slider_list .item { font-size:1.1rem; }
}
.news_top_slider .bx-wrapper { width:calc(100% - 100px); }

/* 主要新聞大輪播 */
.news_main_slider{ margin-bottom: 20px; }
.news_main_slider{ background-color: rgba(255,255,255,0.8); padding: 30px 20px; box-sizing: border-box; }
.news_main_slider .item .img{ float: left; }
.news_main_slider .item .img div{ padding-bottom: 75%; } 
.news_main_slider .item .cont{ float: left; }
.news_main_slider .item .tag { background-color:#004d47; }

/* 主要新聞大輪播-不同大小樣式 */
.news_main_slider .col_half.item_big{ margin-bottom: 20px; }
.news_main_slider .item_big .title{ font-size: 1.2rem; }
.news_main_slider .item_big .img{ width: 50%; }
.news_main_slider .item_big .cont{ width: 50%; padding-left: 20px; }
.news_main_slider .item_big .tag{ line-height: 28px; padding: 0 8px; }
.news_main_slider .item_big .img.img_media::after{ width: 48px; height: 48px; top: 50%; left: 50%; margin-left: -24px; margin-top: -24px; }

.news_main_slider .item_samll{ display: flex; flex-wrap: wrap; }
.news_main_slider .item_samll .title{ font-size: 1rem; font-weight: 600; }
.news_main_slider .item_samll .img{ width: 30%; }
.news_main_slider .item_samll .cont{ width: 70%; padding-left: 10px; }
.news_main_slider .item_samll .desc{ display: none; }
.news_main_slider .item_samll .img.img_media::after{ width: 30px; height: 30px; top: 50%; left: 50%; margin-left: -15px; margin-top: -15px; }

@media screen and (max-width: 767px) {
.news_main_slider .item_big .item{ padding-bottom:20px; border-bottom: 1px solid rgba(0,0,0,0.1); }
.news_main_slider .item_samll .item{ width: 100%; flex:0 1 auto; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid rgba(0,0,0,0.1); }
}
@media screen and (min-width: 768px) {
.news_main_slider .item_samll .item{ width: 50%; flex:0 1 auto; }
.news_main_slider .item_samll .item:nth-child(1n+1){ margin-bottom: 10px; }
.news_main_slider .item_samll .item:nth-child(1n+3){ margin-top: 10px; }
.news_main_slider .item_samll .item:nth-child(2n+1){ padding-right: 15px; }
.news_main_slider .item_samll .item:nth-child(2n+2){ padding-left: 15px; }
}

/* 主要新聞 (輪播按鈕) */
.news_main_slider .bx-wrapper .bx-controls-direction{ text-align: center; padding: 10px 0 0 0; }
.news_main_slider .bx-wrapper .bx-controls-direction a{ text-indent: -9999px; display: inline-block; 
    width: 40px; height: 40px; background-color: rgba(0,0,0,0.10); margin: 0 10px; position: relative;
}
.news_main_slider .bx-wrapper .bx-controls-direction a::after { 
    content:''; display:block; position:absolute; top:50%; left: 50%; width: 12px; height: 12px;
    border-left:2px solid rgba(0,0,0,0.6); border-top:2px solid rgba(0,0,0,0.6); margin-top: -6px; 
}
.news_main_slider .bx-wrapper .bx-controls-direction .bx-prev::after { margin-left: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.news_main_slider .bx-wrapper .bx-controls-direction .bx-next::after { margin-left: -10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}

/* 新聞小首頁-列表 */
.NewsIndexBox .ListTable table tr::after{ content: ""; display: block; clear: both; }
.NewsIndexBox .ListTable table img{ max-width: 150px; }
.NewsIndexBox .ListTable table td.title{}
.NewsIndexBox .ListTable table td.date, .NewsIndexBox .ListTable table td.view{ 
    display: inline-block; vertical-align: middle; margin: 3px 0; 
}
.NewsIndexBox .ListTable table td.view{ float: right; }
.NewsIndexBox .ListTable table td::before{ margin-bottom: 0; }

/*----------------------------------------------------------------------*/
/* 活動查詢 */
.EventBox .FormGroup{ margin-top: 30px; }
.EventBox .FormTable > tbody > tr > th{ padding: 10px 10px 15px 6px; }
.EventBox .FormTable{ margin-bottom: 20px; }
.EventBox .time_custom_box{ margin-right: 0; }

/* 頁籤 */
.event_period_box .tab_cont { border:1px solid #bbb; background-color:#f7f6f4; margin-bottom:5px; }
.event_period_box .tab_cont.active .tab_title a{ background-color: #004d47; }
.event_period_box .tab_cont.active{ border-color:#004d47; }

/* 搜尋 */
@media screen and (max-width: 767px) {
.vendor-search-condition .search-span { min-width:inherit; padding:0 5px; margin-right:6px; line-height:32px; }
}

/*----------------------------------------------------------------------*/
/* 活動查詢-時間軸式 */
.event_period_box .tab_cont.active{ border: 0; }
.timeline-date{ padding: 15px 0; }
.timeline-date::after{ left: 0; top: 20px; width: 8px; display: none; }
.timeline-date span::before{ left: -30px; top: 10px; }
.timeline-date span::after{  left: -33px; top: 7px; }
.timeline .item{ margin-left: 0; padding: 0 10px 20px 25px; }
.timeline-date{ font-size: 1rem; width: 120px; left: -120px; }
.timeline-content{ padding: 0 10px 0 0; }
.timeline-content .img{ width: 19%; max-width: 120px; }
.timeline-content .cont{ width: 80%; padding-top: 20px; }
.timeline-content .col_left{ margin-bottom: 0; }
.timeline-content .col_right{ margin: 10px 0; float: right; }
.timeline-content .col_right::after{ content: ""; display: block; clear: both; }
.timeline-content .title{ font-size: 1.2rem; padding: 8px 0; }
.timeline-content .cont{ padding-left: 10px; padding-right: 10px; }
.timeline-content .period::before{ top:0px; }

.timeline-content .img, .timeline .timeline-content .cont{ float: left; display: block; }
.timeline-content .info{ float: left; padding-top: 5px; }
.timeline-content .info > span{ margin: 4px; }
.timeline-content .sign_up > span{ margin: 4px; }
.timeline-content .sign_up .status{ padding:0 10px; }
.timeline-content .sign_up .more_btn a{  padding:0 10px 0 30px; }
.timeline-content .sign_up .more_btn a::before{ top: 10px; left: 10px; }
.timeline-content .info, .timeline-content .sign_up{ display: inline-block; vertical-align: middle; }
.timeline-content .sign_up{ float: right; }

@media screen and (max-width: 767px) {
   .timeline-content .img{ width: 24%; }
   .timeline-content .cont{ width: 75%; } 
}

/*----------------------------------------------------------------------*/
/* 活動查詢-日曆式 */
.CalendarWrap { background-color:transparent; border: 0; }
.CalendarWrap .Calendar .event_cont_popup { width:180px; }
.CalendarControls .calendar_title{ font-size: 1.5em; font-weight: 600; }

/* 類別資訊 */
.calendar .category_infobox ul li{ display: inline-block; margin-right: 8px; }
.calendar .category_infobox ul li:last-child{ margin-right: 0; }

@media screen and (min-width: 768px) {
    .Calendar{ margin-bottom: 15px; }
    .CalendarMobile{ display: none; }
}

@media screen and (max-width: 767px) {
    .event_period_box .tab_cont.tab_timeline .tab_cont_inner{ height: auto; transform: scaleY(1); visibility: visible; opacity: 1; }
    .event_period_box .tab_cont.tab_timeline{ border: 0; padding: 0; }
    .event_period_box .tab_cont.tab_timeline .tab_title{ display: none; }
    .event_period_box .tab_cont.tab_calendar{ display: none; }
    .Calendar{ display:none; }
    .CalendarControls .top > div{ display: inline-block; vertical-align: middle; }
    .CalendarControls .prevNext a { width: 35px; height: 35px; }
    .CalendarControls .prevNext a.next::after{ top: 11px; margin-right: -3px; }
    .CalendarControls .prevNext a.prev::after{ top: 11px; margin-right: -3px; }
    .CalendarControls .today { float:right; }
    .CalendarControls .today a{ width: auto; line-height: 35px; padding: 0 15px; }
    
    /*平板與手機顯示的小日曆*/
    .CalendarMobile{ margin-bottom: 20px; }
    .CalendarControls.cal-mobile-use .today a{ background-color: #aaaaaa; border: 1px solid #aaaaaa; }
    .CalendarControls.cal-mobile-use .today.clickable a{ font-weight: bold; color: #a68728; border: 1px solid #a68728; background-color: #ffffff; }
}

/*----------------------------------------------------------------------*/
/* 活動詳情 */
.EventContBox .event_cont_title{ font-size: 1.375em; margin-bottom: 15px; }
.EventContBox .tags_btn{ margin-bottom: 10px; }
.EventContBox .sub_title{ font-size: 1.188em;  padding-left: 35px; margin-bottom: 15px; }
.EventContBox .Box{ padding-bottom: 30px; }

/* 活動資訊 */
.event_table_info table tr th.title{ width: 20%; }
.event_table_info table tr th, .event_table_info table tr td{ padding: 10px 15px; }
.event_table_info table .cont ul.tags_btn{ margin-bottom: 0; }
.event_more_btn{ text-align: center; }

@media screen and (min-width: 768px) {
    .EventContBox .tags_btn{ text-align: right; }
}

/* 活動報名 */
.EventContBox .event_list li::before{ top: 10px; left: 10px; }
.EventContBox .event_list .tt{ font-weight: bold; }

/* 活動場次 */
.event_schedule .item{ padding-bottom: 15px; margin-bottom: 20px; }
.event_schedule .item .top_title{ margin-bottom: 15px; }
.event_schedule .item .top_title .light{ font-size: 1.2rem; padding-right: 30px; }
.event_schedule .item .top_title .tt{ font-size: 1.1rem; }
.event_schedule .item .top_title .light::after{ top: 15px; right: 5px; width: 20px; }

/* 場次表格 */
.event_schedule .ListTable.time_list{ margin-bottom: 10px; }
.event_schedule .time_list table td::before{ font-weight: bold; }
.event_schedule .time_list table td:first-child.date::before, 
.event_schedule .time_list table td.date::before,
.event_schedule .time_list table td.time::before{
   content: attr(data-th)"：";
}
.event_schedule .time_list.ListTable table td.date{ font-family:  "Microsoft JhengHei", "微軟正黑體", "Heiti TC", "黑體-繁",'Arial', sans-serif;  
    background-image: none; padding-left: 0; 
}
.event_schedule .time_list.ListTable table td, .event_schedule .time_list.ListTable table td.date{ 
    color: #333333; 
}
.event_schedule .add_calendar_btn{ border: 1px solid #9a9a9a; line-height: 28px; 
    padding: 0 15px 0 35px; margin: 0 5px;
}
.event_schedule .add_calendar_btn:hover{ border-color: #a68728; }
.event_schedule .add_calendar_btn::before{ top: 6px; left: 12px; }

@media screen and (min-width: 768px) {
    .event_schedule .item .top_title{ margin-bottom: 5px; }
    .event_schedule .item .top_signup { text-align: right; }
}

/*----------------------------------------------------------------------*/
/* 網站導覽 */
.SitemapBox > ul > li{ margin-bottom: 30px; }
.SitemapBox > ul > li > a{ font-size: 1.2rem; }
.SitemapBox > ul > li > ul > li{ font-size: 1.1rem; }
.SitemapBox > ul > li > ul > li > ul > li{ font-size: 1rem; }
.SitemapBox > ul > li > ul > li::before{ top: 1em; left: 15px; }

@media screen and (min-width: 768px) {
    .SitemapBox > ul > li{ width:33.333333%; padding-left: 15px; padding-right: 15px; } 
}
@media screen and (max-width: 767px) {
    .SitemapBox > ul > li{ width: 50%; padding-left: 10px; padding-right: 10px; }
}

/*----------------------------------------------------------------------*/
/* 搜尋結果 */
.SearchResult .desc{ line-height: 200%; }
.SearchResult .desc, .SearchResult .cat, .SearchResult .cat a{ font-size:0.938em; }

/*----------------------------------------------------------------------*/
/* 文字列表 */
.ListTable{ margin-top:0; margin-bottom:40px;}
.ListTable table, .ListTable table tbody, .ListTable table tr, .ListTable table th, .ListTable table td { display:block; }
.ListTable table tr:first-child { position:absolute; left:-10000px; top:-10000px; }
.ListTable table tr { padding:5px 15px; }

.ListTable table tr:nth-child(odd) { background-color:#f7f6f4; }
.ListTable table tr:nth-child(even) { background-color:rgba(156,156,156,0.15);}
.ListTable table td { margin:3px 0; text-align:left; color: #6d6d6d; }
.ListTable table td::before { color:#333; content: attr(data-th)"："; display: inline-block; }
.ListTable td { margin:5px 0; padding:3px 0; text-align:left; }

/*.ListTable table td.no { display:none; }
@media screen and (max-width: 840px) and (orientation: landscape) {
.ListTable table td.img { display:none; }
}*/
.ListTable table td.no::before, .ListTable table td:first-child.date::before, .ListTable table td.title::before, .ListTable table td.type::before, 
.ListTable table td.thum::before, .ListTable table td.cat::before, .ListTable table td.date::before, .ListTable table td.img::before{ 
    content:""; 
}
.ListTable table td.date { background:url("../images/icon_date.png") no-repeat 0 center; margin-bottom:0; 
    padding-left:16px; color:#7e7e7e; 
}
.ListTable table td.cat{ font-size:0.875em; }
.ListTable table td.cat::before{ content:'#'; color:#6d6d6d; }
.ListTable table td.title { margin-top:0; color: #333; }
.ListTable table td.view{ color: #a68728; }

/*----------------------------------------------------------------------*/
/* 圖文列表 */
.ListPicText .item { padding-left:20px; padding-right:20px; margin-bottom:10px; }

/* list-view */
.ListPicText.list-view .date, .ListPicText.list-view .tag{ display: inline-block; margin-right: 5px; margin-bottom: 5px; }
.ListPicText.list-view .item{ padding-bottom:10px; margin-bottom: 0; }
.ListPicText.list-view .item > div{ border-bottom: 1px solid rgba(0,0,0,0.1); padding-bottom: 10px; }
.ListPicText.list-view .tag{ font-size: 0.9rem; }

/* grid-view */
.ListPicText.grid-view .tag{ font-size: 0.9rem; }

/* 限制行數 */
.ListPicText.list-view.trisection .title a{
    line-height:1.75em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
    max-height:5.25em;
}
.ListPicText.list-view .desc{
    line-height:1.75em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:5; -webkit-box-orient:vertical;
    max-height:8.75em;
}
.ListPicText.list-view.trisection .desc{ clear:none; }

@media screen and (max-width: 767px) {
    .ListPicText .cont { padding:15px 0; }
    .ListPicText .title { font-size:1.2rem; }
    .ListPicText .title a{ line-height:140%; }
    .ListPicText .date { font-size:0.9rem; }
    .ListPicText .desc { font-size:1rem; }

    /* list-view 一律以單欄顯示 */
    .ListPicText.list-view .item{ width:100%; }
    .ListPicText.list-view .img, .ListPicText.list-view .video_box{ width:50%; float: left; padding:10px 20px 10px 0; }
    .ListPicText.list-view .video_box .img{ width: 100%; padding:10px 20px 10px 0; }
    .ListPicText.list-view .video_box .img::after{ margin-left: -34px; }
    .ListPicText.list-view .btn{ position: inherit; padding-bottom: 10px; }
    .ListPicText.list-view .cont{ padding-bottom:45px; padding: 0px 10px; }

    /* grid-view 一律以兩欄顯示 */
    .ListPicText.grid-view .item { float:left; width:50%; }
    .ListPicText.grid-view .item .cont::before{ height: 30px; left: -10px; }
    .ListPicText.grid-view .btn { position:absolute; width:100%; bottom:15px; right:10px; padding-left:15px; }
}

@media screen and (min-width: 768px) {
    .ListPicText .cont { padding:10px 10px 15px; }
    .ListPicText .title { font-size:1.2rem; }
    .ListPicText .title a{ line-height:140%; }
    .ListPicText .date { font-size:0.9rem; }
    .ListPicText .desc { font-size:1rem; }

    /* list-view 一律以單欄顯示 */
    .ListPicText.list-view .item{ float:left; width:100%; }
    .ListPicText.list-view .title{ font-size: 1.2rem; }
    .ListPicText.list-view .img, .ListPicText.list-view .video_box{ width:50%; float: left; padding:10px 20px 10px 0; }
    .ListPicText.list-view .video_box .img{ width: 100%; padding:10px 20px 10px 0; }
    .ListPicText.list-view .video_box .img::after{ margin-left: -34px; }
    .ListPicText.list-view .btn{ position: inherit; padding-bottom: 10px; }
    .ListPicText.list-view .cont{ padding-bottom:45px; padding: 15px 10px; }

    /* grid-view 一律以三欄顯示 */
    .ListPicText.grid-view .item { float:left; width:50%; }
    .ListPicText.grid-view .btn { position:absolute; width:100%; bottom:15px; left:0; padding-left:15px;}
    .ListPicText.grid-view .tag{ position: absolute; top:-14px; right:12px; }
}

/*----------------------------------------------------------------------*/
/* 應用程式 */
/* 頁籤 */
.AppListGroup .tab_cont:not(.active) { border:1px solid #bbb; background-color:#f7f6f4; margin-bottom:5px; }

/* 列表 */
@media screen and (max-width: 767px) {
.AppList > div { margin-left:-15px; margin-right:-15px; }
.AppList .item { width:50%; padding-left:15px; padding-right:15px; }
}
@media screen and (min-width: 768px) and (max-width: 839px) {
.AppList > div { margin-left:-10px; margin-right:-10px; }
.AppList .item { width:33.3333%; padding-left:10px; padding-right:10px; }
.AppList a { padding:15px 10px; }
}
@media screen and (min-width: 840px) {
.AppList > div { margin-left:-15px; margin-right:-15px; }
.AppList .item { width:33.3333%; padding-left:15px; padding-right:15px; }
}

/* 內頁 */
/* QR Code */
@media screen and (max-width: 767px) {
.AppDownload dd { float:left; display:table; width:50%; }
.AppDownload dd > div { display:table-cell; vertical-align:middle; }
.AppDownload .qrcode { padding-right:15px; }
.AppDownload .link a { margin-left:-10px; }
.AppDownload .link a:hover { margin-left:0; }
}
@media screen and (min-width: 768px) {
.AppDownload dd { float:left; width:25%; }
.AppDownload .qrcode { margin:0 auto 10px; }
.AppDownload .cont { text-align:center; }
}

/* 介面Silder */
.app_demo_list .owl-nav .owl-prev { left:-40px; }
.app_demo_list .owl-nav .owl-next { right:-40px; }

/* 其他應用程式 */
.AppOthersGroup .tab_cont:not(.active) { border:1px solid #bbb; background-color:#f7f6f4; margin-bottom:5px; }
.AppOthers .owl-nav .owl-prev { left:-40px; }
.AppOthers .owl-nav .owl-next { right:-40px; }

/*----------------------------------------------------------------------*/
/* 電子賀卡 */
/* 列表 */
.ECardList > div { margin-left:-10px; margin-right:-10px; }
.ECardList .item { float:left; padding-left:10px; padding-right:10px; }
@media screen and (max-width: 799px) {
.ECardList .item { width:50%; }
}
@media screen and (min-width: 800px) {
.ECardList .item { width:33.3333%; }
}

/* 最新電子賀卡 */
.ECardIndex .ECardList .item { width:50%; }
@media screen and (max-width: 799px) {
.ECardIndex .ECardList > div { margin-left:-10px; margin-right:-10px; }
.ECardIndex .ECardList .item { padding-left:10px; padding-right:10px; }
.ECardIndex .ECardList .title a { font-size:1.1rem; }
}
@media screen and (min-width: 800px) {
.ECardIndex .ECardList > div { margin-left:-15px; margin-right:-15px; }
.ECardIndex .ECardList .item { padding-left:15px; padding-right:15px; }
}

/* 其他電子賀卡 */
.OtherECard .ECardList .owl-nav .owl-prev { left:-40px; }
.OtherECard .ECardList .owl-nav .owl-next { right:-40px; }

/* 轉寄 */
.ECardForward .img { max-width:600px; margin-left:auto; margin-right:auto; }
.ECardForward .col_right { margin-top:40px; }
.RecipientsGroup.tabs_group .tabs { display:block; }
.RecipientsGroup.tabs_group .tab_cont .tab_title { display:none; }

/* 預覽賀卡 */
.ECardPreviewPopup .popup_title { font-size:1.25rem; }

/*----------------------------------------------------------------------*/
/* 全球事業體 */
.LocationSearch .search_form .form { max-width:560px; margin:0 auto; }
.LocationSearch .search_form .area select, .LocationSearch .search_form .city select, .LocationSearch .search_form .keyword input { 
	line-height:44px; height:44px; 
	}
.LocationSearch .search_form .btn a { line-height:44px; }
.LocationSearch .image_map { display:none; }

@media screen and (max-width: 768px) {
.LocationList .item { border-top:1px solid #dfdfdf; }
.LocationList .item:first-child { border-top:0; }
}
@media screen and (min-width: 768px) {
.LocationList .item { float:left; width:50%; padding-right:30px; border-right:1px solid #dfdfdf; }
.LocationList .item:nth-child(even) { padding-right:0; padding-left:30px; border-right:0; }
.LocationList .item:nth-child(2n+3)::after { 
	content:''; display:block; position:absolute; top:0; left:0; width:100vw; border-bottom:1px solid #dfdfdf; 
	}
.LocationList .img { float:none; width:200px; } 
.LocationList .cont { padding-left:0; padding-top:10px; }
}

/*----------------------------------------------------------------------*/
/* 內頁元素 */
.ToolBar { margin-bottom:15px; }
.ToolBar .colm_left { display:none; }
.colm_right > dl{ border-right: 0; }
.ToolBar dl.font_size { float:left; }
.ToolBar dl.share { float:right;}
.ToolBar dl.font_size::after{ display:none;}

/* 標題 */
.PageTitle .searchBox { margin-top:13px; }
.PageTitle .searchBox > div { width:100%; }
.PageTitle .searchBox.pro_search > div { width:49%; margin-left:2%; }
.PageTitle .searchBox.pro_search > div:first-child { margin-left:0px; }

/* 頁碼 */
#Pagination { margin-top:0; }
#Pagination a { margin:0 5px; display:none;	}
#Pagination a.first, #Pagination a.prev, #Pagination a.next, #Pagination a.last, #Pagination .current { 
    display:inline-block;
/*    -webkit-border-radius:5px; 
    -moz-border-radius:5px; 
    border-radius:5px; */ 
}
#Pagination a.first, #Pagination a.last{ background-color:transparent; color: #333; border: 1px solid #d5d5d5; }
#Pagination a.prev, #Pagination a.next{ background-color:#a68728; color: #fff; }
#Pagination .setting { display:none; }

/* colorbox */
#colorbox_thum a{ box-sizing: border-box; padding: 0 5px; margin-bottom: 15px; }

@media screen and (min-width: 768px) {
    #colorbox_thum a{ width:20%; }
}
@media screen and (max-width: 767px) {
    #colorbox_thum a{ width:25%; }
}

/* 列表搜尋 */
.ListSearch { padding: 20px 20px 10px 20px; }
.ListSearch .item{ margin-bottom: 10px; }
.ListSearch.FormElmt{ margin-bottom:15px; }
.ListSearch.FormElmt .BtnCommon{ padding-top: 0; display: block; text-align: left; margin-bottom: 10px; }

@media screen  and (max-width: 767px) {
	.ListSearch .item:first-child + .item{ padding-left:0; }
	.ListSearch .item label, .ListSearch .item::before{ display:none; }
	.ListSearch .item .label{ display:block; }
}

/* 編輯器 */
.editable_content, .editable_content p, .editable_content .para, .editable_content blockquote{
    line-height:180%;
}
.editable_content blockquote { padding: 2.5rem 40px; font-size: 1.063em; }
.editable_content blockquote p{ margin-bottom: 5px; }
h4.ext_title{ font-weight: 400; }
.editable_content .imgleft{ margin-right:25px; }
.editable_content .imgright{ margin-left:25px; }
.editable_content li{ line-height: 180%; }

/*----------------------------------------------------------------------*/
/* 上下篇文章 */
.prevNextLink{ padding-top:10px; }

/*----------------------------------------------------------------------*/
/* 延伸閱讀 */
.related_articles{ margin-top:30px; margin-bottom:10px; padding: 20px 30px; }
.related_articles .title{ left: 15px; }

/*----------------------------------------------------------------------*/
/* 表單 */
.FormGroup{ padding: 40px 25px 20px 25px; }
.FormTable > tbody > tr > th, .FormTable > tbody > tr > td { vertical-align:middle; }
.FormTable > tbody > tr:last-child > th, .FormTable > tbody > tr:last-child > td { border-bottom:none;}
.FormTable > tbody > tr > th { width:125px; padding:15px 5px 15px 0; text-align:right; }
.FormTable > tbody > tr > th:empty::after { display:none; }
.FormTable > tbody > tr > td { padding:10px 0 4px; }

/*----------------------------------------------------------------------*/
/* 表單 */
/* 可收合 */
.FormGroup.Foldable .form_group_title .mobile { display:none; }
@media screen and (max-width: 900px) and (orientation: landscape) {
.FormGroup.Foldable { border-color:#f7f6f4; padding-top:0; padding-bottom:0; }
     .FormGroup.Foldable.show { border-color:#dfdfdf; padding-top:45px; padding-bottom:20px; }
.FormGroup.Foldable .form_group_title .mobile { display:block; }
.FormGroup.Foldable .form_group_title .normal { display:none; }
.FormGroup.Foldable .FormFoldableCont { 
	height:0; visibility:hidden; opacity:0; overflow:hidden; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease; 
	}
    .FormGroup.Foldable.show .FormFoldableCont { height:auto; visibility:visible; opacity:1; }
}

/* 表單表格 */
table.FormTable > tbody > tr > th, table.FormTable > tbody > tr > td { vertical-align:top; border-bottom:1px solid rgba(156,156,156,0.2); }
table.FormTable > tbody > tr:last-child > th, table.FormTable > tbody > tr:last-child > td{ border-bottom:0; }
table.FormTable > tbody > tr > th { width:130px; padding:10px 10px 15px 5px; text-align:right; }
table.FormTable > tbody > tr > th:empty::after { display:none; }
table.FormTable > tbody > tr > td { padding:10px 5px; }
table.FormTable input[type="text"]{ width: 100%; max-width: 100%; }

/* 表單元件 */
.FormElmt .input_group > div { display:inline-block; margin-bottom: 5px; }
.FormElmt .input_group > div:last-child{ margin-bottom: 0; }
.FormElmt input + input, .FormElmt input + select, .FormElmt select + input, .FormElmt select + select { margin-left:4px; }
.input_table li { width:33.33%; }

/* 表單群組 */
.form_group_title > span { font-size:1.1rem; padding:0 15px; }

/* 表單群組分等分 */
.FormTableWrap .col-2.FormTable:nth-child(2n+1){ padding-right: 20px; }
.FormTableWrap .col-2.FormTable:nth-child(2n+2){ padding-left: 20px; }

/*表格*/
.editable_content table.table_style2 tr:nth-child(2n+3){ background-color:#fff;}
.editable_content table.table_style2 caption{ display:block;}
.editable_content .table_style2 > tbody > tr{border-bottom:1px solid #6e6e6e; }
.editable_content .table_style2 > tbody > tr > th{ white-space:normal; }

/*----------------------------------------------------------------------*/
/* 頁籤 */
.tabs_group .tabs { display:none; }
.tabs_group .tab_cont:last-child{ margin-bottom: 0; }
.tabs_group .tab_cont .tab_title { display:block; }
.tabs_group .tab_cont .tab_cont_inner { 
    height:0; transform:scaleY(0); visibility:hidden; opacity:0; 
    overflow:hidden; transform-origin:center 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; 
}
.tabs_group .tab_cont.active .tab_cont_inner { 
	height:auto; transform:scaleY(1); visibility:visible; opacity:1; overflow:visible; padding-top:20px; padding-bottom:20px;
}


