@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------*/
/* Header */
#Header{ height: 70px; }
#Header .logo{ width: 95px; margin: auto; line-height: 0; padding: 5px; }
#Header .topGuidBox{ display: none; }


/*----------------------------------------------------------------------*/
/* 選單 */
/* 漢堡按鈕 */
.Menubar{ top:10px; right: 10px; }
.mobileMenu{ width: 90%; height:90%; margin: 20px auto; }
.mobileMenu .menu > li > a{ font-size: 1.25rem; }
.mobileMenu .menu > li > ul > li > a{ font-size: 1.188rem; }


/*----------------------------------------------------------------------*/
/* Menu */
#Menu{ display:none; }


/*----------------------------------------------------------------------*/
/* KeyVisual */
#KeyVisual .bx-wrapper .bx-pager { display:none; }
#KeyVisual .bx-wrapper .bx-controls-direction a { width:50px; height:50px; margin-top:-25px; }
#KeyVisual .bx-wrapper .bx-controls-direction a::after { width:12px; height:12px; margin-top:-7px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next{ right: 15px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-prev{ left: 15px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-prev::after { left: 21px; }
#KeyVisual .bx-wrapper .bx-controls-direction .bx-next::after { right: 21px; }


/*----------------------------------------------------------------------*/
/* Footer */
#Footer .ft_info{ padding: 40px 15px; }
#Footer .ft_info .col_left{ float: left; width: 20%; padding-right: 3.125vw; }
#Footer .ft_info .col_right{ float: right; width: 80%; padding-left: 3.125vw; }
#Footer .ft_info .logo{ text-align: right; padding-top: 15px; padding-bottom: 15px; }
#Footer .ft_info .logo + .contBox{ border-left: 1px solid #dddddd; }
#Footer .ft_info .logo .img{ max-width: 85px; display: inline-block; }
#Footer .ft_info .contBox .info{ font-size: 1.125rem; }


/*----------------------------------------------------------------------*/
/* 首頁 */
/* 共用區塊 */
.IndexBlock{ padding-top: 50px; padding-bottom: 50px; }
.IndexBlock > div{ padding-left: 20px; padding-right: 20px; }

/* 標題 */
.IndexTitle{ margin-bottom: 30px; }
.IndexTitle h3{ font-size: 2.125rem; padding: 15px 0 15px 74px; }
.IndexTitle .icon{ width: 68px; height: 60px; }

/* 按鈕 */
.IndexMoreBtn > a{ font-size: 1.375rem; line-height: 60px; padding: 0 20px; }


/*----------------------------------------------------------------------*/
/* 首頁-交通最前線 */
/* IndexTextColumn */
.IndexTextColumn{ margin-bottom: 30px; }
.IndexTextColumn .item { padding:0 10px; }
.IndexTextColumn .item > div{ padding: 30px 35px; }
.IndexTextColumn .title{ font-size: 1.5rem; margin-top: 5px; margin-bottom: 5px; }
.IndexTextColumn .title a{ display: block; 
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
}
.IndexTextColumn .desc{ font-size: 1.125rem;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 10em;
}


/* owl輪播套件 */
.IndexTextColumn .owl-nav .owl-prev, .IndexTextColumn .owl-nav .owl-next { 
    width:40px; height:40px; margin-top:-20px; 
}
.IndexTextColumn .owl-nav .owl-prev { left: -10px; }
.IndexTextColumn .owl-nav .owl-next { right: -10px; }


/*----------------------------------------------------------------------*/
/* 首頁-交通科技產業簡介 */
.IndexIndustryInfo .IndexTitle .subTitle{ font-size: 1.75rem; }

/* IndexIconList */
@media screen and ( max-width: 767px ){
    .IndexIconList .item{ width: 33.33333333%; padding: 15px 10px; }
    .IndexIconList .img{ width: 110px; height: 110px; }
    .IndexIconList .title{ font-size: 1.25rem; }
}
@media screen and ( min-width: 768px ){
    .IndexIconList .item{ width: 25%; padding: 20px 10px; }
    .IndexIconList .img{ width: 120px; height: 120px; }
    .IndexIconList .title{ font-size: 1.25rem; }
}


/*----------------------------------------------------------------------*/
/* 推動方向與實施作法 */
.IndexTextList{ padding-top: 24px; }
.IndexTextList .item{ padding-left: 10px; padding-right: 10px; }
.IndexTextList .item > div{ padding:0 20px 25px 20px; }
.IndexTextList .item .title{ font-size: 1.5rem; padding-bottom: 10px; margin-bottom: 10px; }
.IndexTextList .item .title a{ display: block; 
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 4.2em;
}
.IndexTextList .item .desc{ font-size: 1.188rem; 
    line-height: 1.7em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 6.8em;
}
.IndexTextList .item .no{ font-size: 1.5rem; margin-top: -24px; margin-bottom: 15px; }
.IndexTextList .item .no span{ width: 48px; height: 48px; line-height: 48px; }

@media screen and ( max-width: 767px ){
    .IndexTextList .item{ width: 100%; margin-bottom: 40px; }
    .IndexTextList .item:last-child{ margin-bottom: 0; }
}
@media screen and ( min-width: 768px ){
    .IndexTextList{display: flex; flex-wrap: wrap; }
    .IndexTextList .item{ flex: 0 1 auto; width: 33.333333333%; margin-bottom: 20px; }
}


/*----------------------------------------------------------------------*/
/* 彈出視窗 */
.popup_box > div { width: 90%; max-height:90%; margin:40px 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; }



/*===================================以下為內頁===================================*/
/*----------------------------------------------------------------------*/
/* 內頁 */
#Center.content{ border-top: 2px solid #1f893c; }
#Content{ padding-left: 15px; padding-right: 15px; padding-bottom: 30px; }


/*----------------------------------------------------------------------*/
/* 標題 */
.page_header{ margin-bottom: 5px; }
.PageTitle{ float: left; }
.PageTitle h2{ font-size: 1.5rem; padding:5px 20px; }


/*----------------------------------------------------------------------*/
/* 文章內容 */
.ArticleTitle{ margin-top: 10px; }
.ArticleTitle h3{ font-size: 1.625em; line-height: 160%; }

/*文章日期*/
.postdate{ margin-top:10px; font-size: 1.125rem; }

 /*文章更新日期*/
.post_info { text-align:right; }

/* 按鈕 */
.commonBtn a{ line-height:35px; }


/*----------------------------------------------------------------------*/
/* 內頁元素 */
/* 麵包列 */
#Breadcrumbs{ float: right; padding-right: 20px; }

/* 工具列 */
.ToolBar { padding: 5px 20px; }
.ToolBar .colm_left { display:none; }
.ToolBar .colm_right > dl{ border-right: 0; }
.ToolBar dl.font_size { float:left; }
.ToolBar dl.share { float:right;}
.ToolBar dl.font_size dt, .ToolBar dl.share dt{ display: none; }


/*----------------------------------------------------------------------*/
/* 內頁通用功能 */
/* 按鈕 */
.tabs_common_box ul li{ font-size: 1rem; padding-right: 5px; padding-bottom: 10px; }
.tabs_common_box ul li a{ line-height: 40px; padding: 0 20px; }


/*----------------------------------------------------------------------*/
/* 交通科技產業簡介 */
/* 按鈕 */
/*.IndustryInfoWrap .tabs_common_box{ margin-bottom: 15px; }*/

/* 大標題 */
.industry_title h3{ font-size: 1.375rem; }

/* 小標題 */
.industryInfoBox .item_title{ margin-bottom: 15px; }
.industryInfoBox .item_title h4{ font-size: 1.25rem; }

/* 共用 */
.industryInfoBox{ padding-top: 15px; }
.industryInfoBox .itemBox{ padding-bottom: 25px; margin-bottom: 25px; }

/* 最新消息 */
.industryInfoBox .more_btn a{ line-height: 40px; padding: 0 45px 0 30px; }

/* 小組成員 */
.industryInfoBox .teamList .item{ margin-bottom: 15px; }
.industryInfoBox .teamList .item:nth-child(2n+1){ padding-right: 10px; }
.industryInfoBox .teamList .item:nth-child(2n+2){ padding-left: 10px; }
.industryInfoBox .teamList .name{ font-size: 1.25rem; }
.industryInfoBox .teamList .sub_tt{ font-size: 1rem; }
.industryInfoBox .teamList .company{ font-size: 1rem; }

@media screen and (max-width: 767px) {
   .industryInfoBox .teamList .img{ width: 150px; margin-bottom: 5px; margin: auto; }
   .industryInfoBox .teamList .cont{ text-align: center; }
   .industryInfoBox .teamList .item > div{ padding: 15px 10px; }
}
@media screen and (min-width: 768px) {
    .industryInfoBox .teamList .img, .industryInfoBox .teamList .cont{
        float: left;
    }   
    .industryInfoBox .teamList .img{ width: 120px; }
    .industryInfoBox .teamList .cont{ width: calc(100% - 120px); padding-left: 10px; padding-top: 5px; }   
    .industryInfoBox .teamList .item > div{ padding: 10px; }
}


/*----------------------------------------------------------------------*/
/* 頁碼 */
#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: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
#Pagination a.first, #Pagination a.last{ background-color:transparent; color: #333; border: 1px solid #d5d5d5; }
#Pagination a.prev, #Pagination a.next{ background-color:#1f893c; color: #fff;  padding: 0 15px; }
#Pagination .setting { display:none; }

/* colorbox */
#colorbox_thum a{ box-sizing: border-box; padding: 0 5px; margin-bottom: 15px; }

@media screen and (max-width: 767px) {
    #colorbox_thum a{ width:25%; }
}
@media screen and (min-width: 768px) {
    #colorbox_thum a{ width:20%; }
}

/* 列表搜尋 */
.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; }
}


/*----------------------------------------------------------------------*/
/* 文字列表 */
.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; border-top: 1px solid #b0ccbb; }
.ListTable table tr:last-child{ border-bottom: 1px solid #b0ccbb; }

.ListTable table tr:nth-child(odd) { background-color:#ffffff; }
.ListTable table tr:nth-child(even) { background-color:#ecf4ef; }

.ListTable table td { margin:3px 0; text-align:left; }
.ListTable table td::before { content: attr(data-th)"："; display: inline-block;  font-weight: bold; }
.ListTable td { margin:5px 0; padding:3px 0; font-size:1rem; text-align:left; }

.ListTable table td.no { 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, 
.ListTable table td.manage::before { 
    display:none;
}
.ListTable table td.date { background:url("../images/icon_date.png") no-repeat 0 center; margin-bottom:0; 
    padding-left:16px; color:#555555; font-size:1rem; font-weight: bold;
}
.ListTable table td.cat{ font-size:1rem; color: #222222; background-color: #c8e9d1; 
    display: inline-block; padding: 5px 10px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.ListTable table td.title {  margin-top:0; font-size:1.125rem; display: block; }
.ListTable table td.download::before{ margin-bottom: 10px; }

.ListTable td.download a.file_ext { width:32px; height:32px; line-height:32px; }
.ListTable td.download a.file_ext::before { width:32px; height:32px; margin:-16px 0 0 -16px; }
.ListTable td.download a.file_ext::after { width:24px; height:24px; margin:-12px 0 0 -12px; }
.ListTable td.download.desc li { display:block; }
.ListTable td.download.desc a.file_ext { text-indent:0; width:auto; padding-left:34px; }
.ListTable td.download.desc a.file_ext::before { left:0; margin-left:0; }
.ListTable td.download.desc a.file_ext::after { left:4px; margin-left:0; }

/* 第2配色 */
.ListTable.style2 table tr { border-top:1px solid #9fc8f0; }
.ListTable.style2 table tr:last-child{ border-bottom:1px solid #9fc8f0; }
.ListTable.style2 table tr:nth-child(even) { background-color:#e3eef8; }


/*----------------------------------------------------------------------*/
/* 圖文列表 */
.ListPicText .item { padding-left:10px; padding-right:10px; margin-bottom:20px; }

/* list-view */
.ListPicText.list-view { margin-bottom: 20px; }
.ListPicText.list-view .cont{ overflow:hidden; }
.ListPicText.list-view .date, .ListPicText.list-view .tag{ display: inline-block; margin-bottom: 5px; }
.ListPicText.list-view .item{ padding-bottom:10px; }
.ListPicText.list-view .item > div{ padding: 15px; }
.ListPicText.list-view .tag{ font-size: 0.938rem; }

/* grid-view */
.ListPicText.grid-view .date{ line-height: 24px; margin-bottom: 3px; }
.ListPicText.grid-view .tag{ font-size: 0.938rem; }

/* 限制行數 */
.ListPicText.list-view .desc{
    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 .title a{
    line-height:1.625em; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
    max-height:3.25em;
}
.ListPicText.list-view .desc{
    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.trisection .desc{ clear:none; }

@media screen and (max-width: 767px) {
    .ListPicText .cont { padding:15px 0; }
    .ListPicText .title { font-size:1.25rem; }
    .ListPicText .title a{ line-height:140%; }
    .ListPicText .date { font-size:1rem; }
    .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:0 15px 0 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: 20px 10px 0 10px; }

    /* grid-view 一律以兩欄顯示 */
    .ListPicText.grid-view .item { float:left; width:50%; }
    .ListPicText.grid-view .item .cont { padding: 10px 20px; }
    .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.25rem; }
    .ListPicText .title a{ line-height:140%; }
    .ListPicText .date { font-size:1rem; }
    .ListPicText .desc { font-size:1rem; }

    /* list-view 一律以單欄顯示 */
    .ListPicText.list-view .item{ float:left; width:100%; }
    .ListPicText.list-view .title{ font-size: 1.188em; }
    .ListPicText.list-view .img, .ListPicText.list-view .video_box{ width:40%; float: left; padding:0 15px 0 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: 5px 0 0 0; }

    /* 兩欄 */
    .ListPicText.list-view.bisection .item{ width: 50%; }

    /* 三欄 */
    .ListPicText.list-view.trisection .item{ width: 50%; }

    /* 四欄 */
    .ListPicText.list-view.quarters .item{ width: 50%; }

    /* grid-view 一律以三欄顯示 */
    .ListPicText.grid-view .item { float:left; width:50%; }
    .ListPicText.grid-view .item .cont { padding: 10px 20px; }
    .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; }
}


/*----------------------------------------------------------------------*/
/* owl-carousel */
.owl-carousel button.owl-prev{ left: 10px; }
.owl-carousel button.owl-next{ right: 10px; }


/*----------------------------------------------------------------------*/
/* 搜尋結果 */
.SearchResult .desc{ line-height: 200%; }
.SearchResult .desc, .SearchResult .cat, .SearchResult .cat a{ font-size:1rem; }


/*----------------------------------------------------------------------*/
/* 上下篇文章 */
.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; }


/*----------------------------------------------------------------------*/
/* 表單 */
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:180px; padding:10px 0 15px 6px; 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.188em; 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; }


/*----------------------------------------------------------------------*/
/* 編輯器 */
.editable_content{ font-size: 1rem; }
.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; }
.editable_content .imgleft{ margin-right:25px; }
.editable_content .imgright{ margin-left:25px; }
.editable_content li{ line-height: 180%; }
.editable_content h4{ font-size: 1.5rem; }
.editable_content h5{ font-size: 1.25rem; }
.editable_content h6{ font-size: 1.125rem; }


/*----------------------------------------------------------------------*/
/* 頁籤 */
.tabs_group .tab_cont { padding:0; transform:scale(0); height:0; visibility:hidden; opacity:0; 
    -webkit-transition: opacity 0.5s ease; 
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; 
}
.tabs_group .tab_cont.active { transform:scale(1); height:auto;  visibility:visible; opacity:1; }     

/*@media screen and (max-width: 767px) {
    .tabs_group .tabs { display:none; }
    .tabs_group .tab_cont { border:1px solid #bbb; background-color:#f7f6f4; margin-bottom: 5px; }
    .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; padding-left:15px; padding-right:15px; 
        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; padding-top:20px; padding-bottom: 20px;} 
}*/

