@charset "UTF-8";
/* CSS Document */


/* CSS 共用 */
* {
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
:focus {
	outline:none;
}
*:actived {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
*:focus {
	outline: 3px solid #08aac0
    
}

body {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    color: #222;
    line-height: 1.5;
    font-family:'微軟正黑體', Helvetica, Arial, "sans-serif";
    overflow-x: hidden;
}
p {
    margin: 0 0 2rem;
    letter-spacing:0.14rem;
    word-spacing:0.16rem;
}
input, textarea, button, select {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
ul, li {
	padding: 0;
	margin: 0;
    list-style-type: none;
}
.container {
    max-width: 1440px;
}
/*#content .container {
    max-width: 1195px;
}*/
.max1195 {
    max-width: 1195px;
}
img {
    max-width: 100%;
    border: none;
}
button {
    border: none;
    background-color: transparent;
}
header, footer, section {
    float: left;
    width: 100%;
    position: relative;
}
.accesskey {
    position: absolute;
    z-index: 1000000;
}
.accesskey.s {
    margin-left: -10px!important;
}
.accesskey.u {
    
}
.accesskey.c {
    margin-left: 1rem!important;
    font-size: 1rem;
    color: #FFF;
}
.accesskey.z {
    left: 10px;
}
a.accesskey:hover {
    color: inherit;
    font-weight: 400;
}
.mobile_use {
    display: none;
}
a.sr-only {
    background-color: transparent;
    color: #000;
    float: left;
}
.sr-only {
    position: absolute;
    width: 0.05rem;
    height: 0.05rem;
    padding: 0;
    margin: -0.05rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
input::-webkit-datetime-edit, input::-webkit-input-placeholder {
    color: rgba(34,34,34,.5)!important;
    vertical-align: middle;
}
input.text-in::-webkit-datetime-edit, input.text-in::-webkit-input-placeholder {
    color: rgba(34,34,34,1)!important;
}



/* CSS 頁首 */
header {
    position: relative;
    background-color: #fff;
    color: #000;
    z-index: 98;
    min-height: 215px;
}
header .title, header .logo {
    display: inline-block;
    float: left;
}
header .logo {
    width: 50px;
}
header .title {
    width: calc(100% - 50px);
}
header .title {
    padding: 0 0 0 15px;
}
header span {
    display: inline-block;
    float: left;
    width: 100%;
}
header span.sub_title {
    font-size:1.375rem;
    font-weight: 300;
    padding: 20px 0 10px;
    color: #666;
}
header span.main_title{
    font-size: 3.125rem;
    font-weight: 300;
    color: #222;
    letter-spacing: 2.5px;
}
#top_menu {
    padding: 10px 0;
    color: #0d508e;
}
#top_menu a {
    color: #0d508e;
    margin: 0 .5rem;
}
#top_menu a:hover {
    text-decoration: underline;
}
#top_logo a {
    display: block;
    float: left;
}
#top_logo a{
    color: #000;
    display: block;
    float: left;
}

/* CSS 頁首選單 */
#main_menu { 
    display: block;
    margin-top: 48px;
}
#main_menu li {
    display: inline-block;
    position: relative;
}
#main_menu .desktop_menu li {
    position: static;
    text-align: center;
}
#main_menu ul li a {
    color: #222;
    padding: 35px 0px 35px;
    display: inline-block;
    font-size: 1.375rem;
    
}
#main_menu ul li:hover a {
    /*color: #FFF;
    background: #0bc3dc;
    font-weight: 700;*/
}
ul.sub_menu {
    display: none;
    position: absolute;
    min-width: 125%;
    text-align: center;
    /*left: 0;*/
    z-index: 99;
    margin-top: 10px;
    right: -15px;
    /*background-color: #FFF;*/
}
ul.desktop_menu li:hover ul.sub_menu, ul.desktop_menu li.active ul.sub_menu{
    display: block;
}
#main_menu ul.sub_menu li a {
    padding: 60px 60px;
    display: block;
    width: 100%;
    color: #000;
    font-weight: 400;
    white-space:nowrap;
}
ul.sub_menu li.col {
    display:inline-block;
    width: auto;
    background-color: #FFF;
    padding: 0;
    margin: 0;
}
ul.sub_menu li.col:not(:first-child){
    margin: 0 0 0 -5px;
}
ul.sub_menu li a{
    /*border-right: 1px solid #000;*/
}
ul.sub_menu li:last-child a {
    border-right: none;
}
#main_menu ul.sub_menu li:hover a{
    background-color: #0bc3dc;
}
#main_menu ul.sub_menu li:hover a {
    color: #FFF;
    font-weight: 700;
}
.bar {
    display: none;
    height: 10px;
    background: #0bc3dc;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 0%;
}
.desktop_menu > li:hover .bar, .desktop_menu > li.active .bar{
    display: block;
}
i span, i + span  {
    display: none;
}





/* CSS 首頁形象 */
#main_slider {
    width: 100%;
    background: #CCC;
}
#main_slider .row {
    min-height: 730px;
    position: relative;
}
#main_slider a.btn {
    width: 250px;
    height: 60px;
    padding: 10px 0;
    border-radius: 30px;
    border: solid 1px #ffffff;
    background-color: transparent;
    letter-spacing: 3.5px;
    color: #FFF;
    font-size: 2.125rem;
    line-height: 1;
    font-weight: 400;
    transition:none;
    display: inline-block;
}
#main_slider a.btn:hover {
    font-weight: 900;
    background: rgba(255,255,255,.3);
    transition:none;
}
.main_slider_icon {
    margin-bottom: 70px;
}
.main_slider_icon img{
    max-width: 1000px;
    width: 100%;
}


/* CSS 首頁新聞區 */
#news_list {
    width: 100%;
    min-height: 550px;
    /*background-image: linear-gradient(62deg, #0582b6, #09c2db);*/
    background-image: url("../img/newslist_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    position: relative;
}
#news_list h2 {
    letter-spacing: 3.5px;
    font-weight: 400;
    font-size: 2.125rem;
    color: #FFF;
    padding: 60px 0;
}
.css_table {
    display: table;
    color: #FFF;
    font-weight: 400;
}
.css_tr {
    display: table-row;
    background-color:transparent;
}
.css_tr:nth-of-type(2n){
    background-color: rgba(18,66,127,0.3);
}
.css_tr:hover {
    background-color: #0bc3dc;
}
.css_tr:hover a, .css_tr:hover .css_td {
    color: #222;
    font-weight: 900;
}
.css_tr a {
    color: #FFF;
}
.css_td {
    display: table-cell;
    padding: 10px 30px;
    letter-spacing: .5px;
    width: 30%;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    font-weight: 700;
}
.css_td:first-of-type {
    width: 70%;
    max-width: 200px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    font-weight: 700;
}
.more_news {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}
.more_news a{
    text-align: center;
    width: 275px;
    height: 65px;
    color: #FFF;
    font-size: 1.1rem;
    background-color: rgba(19,70,126,.2);
    display: inline-block;
    padding: 20px 0;
    font-weight: 700;
}
.more_news a:hover {
    text-decoration: underline;
    background-color: #13467e;
    font-weight: 900;
}


/* CSS 首頁志工區 */
#volunteer_area {
}
#volunteer_area .row {
    min-height: 485px;
}
#volunteer_area h2 {
    letter-spacing: 3.5px;
    font-weight: 400;
    font-size: 2.125rem;
    color: #000;
    padding: 60px 0;
}
.link_img {
    padding-bottom: 50px;
    border: 1px solid #CCC;
    position: relative;
    width: 100%;
    margin-bottom: -30px;
}
.link_img + a, .link_img + span {
    display: inline-block;
    width: 275px;
    height: 60px;
    border: solid 1px #cccccc;
    background-color: #01c0da;
    position: relative;
    z-index: 3;
    color: #000;
    font-size: 1.5rem;
    padding: 10px 0;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.63px;
}
.volunteer_link_item .img {
    overflow: hidden;
}
.volunteer_link_item .img img{
    transition: transform .25s linear;
    transform: scale(1);
}
.volunteer_link_item:hover .img img {
    transition: transform .25s linear;
    transform: scale(1.1);
}
.link_img:hover + a, .volunteer_link_item a:hover, .link_img:hover + span {
    color: #FFF;
    text-decoration: underline;
    font-weight: 700;
}


/* CSS 首頁招募訊息區 */
#recruit_msg_list {
    background:#bddae3;
    padding: 60px 0 0;
    background-image: url(../img/recruit_msg_list_bg_all.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#recruit_msg_list .row {
    min-height: 512px;
}
#recruit_msg_list p {
    letter-spacing: .5px;
}
.msg_list_item {
    background: #FFF;
    min-height: 150px;
    margin-bottom: 20px;
    box-shadow: none;
    transition: transform .25s linear;
    transform: scale(1);
}
.msg_list_item a {
    display: block;
    color: #000;
}
.msg_list_item p, .msg_date p, .msg_department p {
    margin: 0;
}
.msg_position {
    position: relative;
}
.msg_position p{
    background-color: #09c2db;
    border-top-left-radius: 5px;
    max-width: 215px;
    max-height: 45px;
    padding: 14px 20px 10px;
    margin: 0;
    position: relative;
    top: -25px;
    color: #FFF;
}
.msg_title {
    margin-bottom: 30px;
}
.msg_title h3 {
    font-size: 2.125rem;
}
.msg_type {
    color: #0582b6;
}
.msg_date {
    margin-bottom: 5px;
}
.msg_list_item:hover {
    background-color: #0582b6;
    border: 1px solid #FFF;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,.09);
    transition: transform .25s linear;
    transform: scale(1.04);
}
.msg_list_item:hover .msg_title, .msg_list_item:hover .msg_type {
    color: #FFF;
}
.more_recruit_msg {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}
.more_recruit_msg a{
    text-align: center;
    width: 275px;
    height: 65px;
    font-size: 1.1rem;
    background-color: #9cc0d5;
    display: inline-block;
    padding: 20px 0;
    color: #222;
    font-weight: 700;
}
.more_recruit_msg a:hover {
    text-decoration: underline;
    color: #FFF;
    background-color: rgba(5,130,182,1);
}



/* CSS 首頁成果展示區 */
#exhibition_area {
    padding: 60px 0 0;
    background-color: #FFF;
    min-height: 660px;
}
.exhibition_title {
    background: #17adc1;
    display: block;
    min-height: 50px;
    margin-top: 5px;
    color: #FFF;
    padding: 12px 0;
    text-align: center;
}
.exhibition_img {
    display: block;
    overflow: hidden;
}
.exhibition_item:nth-child(2n) .exhibition_title {
    background: #01c0da;
}
.exhibition_item img {
    transition: transform .25s linear;
    transform: scale(1);
}
.exhibition_item:hover img {
    transition: transform .25s linear;
    transform: scale(1.1);
}
.exhibition_item:hover a {
    text-decoration: underline;
    color: #FFF;
}
#exhibition_slider {
    padding: 45px 0 50px;
    margin-bottom: 50px;
}
.swiper-pagination-bullet {
    width: 60px;
    height: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(156, 192, 213, .7);
}
.swiper-pagination-bullet:hover {
    outline: 1px solid #FFF;
}
.swiper-pagination-bullet-active {
    /*background: #333;*/
    background: rgba(156, 192, 213, 1);
    /*border: 1px solid #FFF;*/
    /*-webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.9);
    -o-box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.9);*/
}
.more_exhibition {
    position: relative;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
}
.more_exhibition a{
    text-align: center;
    width: 275px;
    height: 65px;
    color: #000;
    font-size: 1.1rem;
    background-color: #FFF;
    display: inline-block;
    padding: 20px 0;
    border: 1px solid #CCC;
    font-weight: 700;
}
.more_exhibition a:hover {
    text-decoration: underline;
    background-color: #9cc0d5;
}



/* CSS 運用單位查詢*/
#department_query {
    padding: 60px 0 180px;
    min-height: 860px;
    /*background-color: #bdcbd3;*/
    background-color: #ebeff2;
}
.search_bar {
    margin: 40px 0 0;
}
.search_bar .form-group {
    display: inline-block;
    float: left;
}
#department_query .form-group label{
    display: none;
}
.form-group.query_w1 {
    min-width: 200px;
}
.form-group.query_w2 {
    min-width: 610px;
}
.search_bar .form-control {
    height: auto;
}
.search_bar select, .search_bar input, .search_bar button {
    border-radius: 0;
    border: none;
    padding-top:14px;
    padding-bottom: 14px;
}
.search_bar select {
    padding-left: 30px;
    color: #FFF!important;
    background: url("../img/select_arrow.png") no-repeat 90% center;
}
.search_bar input {
    padding-left: 2rem;
}
.search_bar input::placeholder {
    opacity: .5;
}
.search_bar button {
    text-align: center;
    display: block;
    width: 100%;
    background-color: rgba(5,130,182,.3);
    color: #000;
    font-weight: 700;
}
.search_bar button:hover {
    background-color: rgba(5,130,182,1);
    color: #FFF;
}
.search_bar #county {
    background-color: rgba(73,157,222,1);
}
.search_bar #area {
    background-color: rgba(73,157,222,.8);
}
.search_bar #village {
    background-color: rgba(73,157,222,.6);
}
ul.department_item {
    width: 100%;
    max-height: 460px;
    overflow-y: scroll;
    padding: 0 15px 0 0;
}
ul.department_item li a {
    color: #000;
    letter-spacing: 0.5px;
    display: block;
    border-radius: 10px;
    min-height: 115px;
    background-color: #FFF;
    padding: 10px 30px;
    margin-bottom: 15px;
    line-height: 1.8;
}
ul.department_item li span {
    display: block;
}
span.department_name {
    font-size: 1.25rem;
}
ul.department_item li a:hover, ul.department_item li.active a {
    color: #FFF;
    background-color: rgba(73,157,222,1);
}
.department_item_content {
    width: 100%;
    overflow: hidden;
}




/* CSS 頁面通用內容 */
#main_image {
    min-height: 350px;
    position: relative;
}
#main_image .row {
}
#main_content {
    padding: 40px 0 180px;
}
h2 + .bar {
    max-width: 130px;
    height: 5px;
    margin: 15px auto 0;
    display: block;
}
.main_image_title {
    letter-spacing: 4.5px;
    padding: 60px 0;
    background: #FFF;
    position: relative;
    margin-top: 180px;
    font-weight: 300;
}
.main_image_title h2 {
    font-size: 2.8rem;
    font-weight: 400;
}
#content {
    padding: 90px 0 180px;
}
.breadtabs {
    position: absolute;
    top: -35px;
    right: 10px;
    color: #FFF;
}
.breadtabs a {
    color: #FFF;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: .4px;
}
.breadtabs a:hover {
    text-decoration: underline;
}




/*CSS 分頁按鈕*/
li.tabs_item {
    border: 1px solid #CCC;
}
.tabs_item a {
    color: #222;
    padding: 11px 60px;
    display: block;
    font-size: 1.68rem;
    cursor: pointer;
}
.tabs_item a:hover, .tabs_item.active {
    background: #b4d9e9;
}
.tabs_content {
    padding: 90px 0 85px;
}
/* CSS 網站導覽頁面 */
.main_tabs_btn {
    display: inline-block;
    margin-bottom: 30px;
}
.main_tabs_btn a{
    padding: 10px 0;
    border: solid 1px #cccccc;
    background-color: #9cc0d5;
    font-size: 1.125rem;
    letter-spacing: 0.45px;
    font-weight: 700;
    color: #222;
    display: block;
    text-align: center;
}
.main_tabs_btn a:hover, .sub_tabs_btn a:hover {
    background-color: rgba(156,192,213,0.3);
}
.sub_tabs_btn a {
    border-top: none;
    background: #FFF;
    font-weight: 400;
}
.main_text_content h3 {
    letter-spacing: 0.68px;
    font-size: 1.75rem;
    padding: 60px 0;
    text-align: center;
    font-weight: 700;
}
#main_content.main_text_content {
    padding: 0 0 180px;
}
.main_text_content p {
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: 0.45px;
    text-align: left;
    color: #222222;
    text-indent: 2.25rem;
}
#main_content .row {
    min-height: inherit;
}
form {
    margin-bottom: 90px;
}
form a {
    color: #222;
    font-size: 1.125rem;
}
.default_button {
    /*max-width: 275px;*/
    font-size: 1.125rem;
    padding: 25px 100px;
    border: solid 1px #cccccc;
    background-color: #FFF;
    color: #222;
    font-weight: 700;
    display: inline-block;
}
.btn-send {
    display: inline-block;
    /*max-width: 275px;*/
    font-size: 1.125rem;
    padding: 25px 100px;
    /*border: solid 1px #bfe1d8;*/
    background-color: #bfe1d8;
    color: #222;
    font-weight: 700;
    border-radius: 0;
}
.btn-send:hover {
    background-color: #279d7d;
    color: #FFF;
}
.default_button:hover {
    color: #222;
    text-decoration: underline;
    background-color: #9cc0d5;
}
.form-inline {
    /*width: 100%;*/
}
.form-inline .form-group {
    margin: 30px 0;
    font-size: 1.125rem;
}
.form-group label {
    font-size: 1.125rem;
    text-align: left;
    display: block;
    letter-spacing: 1px;
    font-weight: 700;
}
input.form-control {
    border-radius: 0;
    padding: 15px 30px;
    letter-spacing: 0.45px;
    min-height: 45px;
}
.btn-submit {
    width: 100%;
    /*width: 210px;*/
    background-color: rgba(5,130,182,.3);
    height: 125px;
    border-radius: 0;
    font-weight: 700;
}
.btn-submit:hover {
    background-color: rgba(5,130,182,1);
    color: #FFF;
}
p.help-block {
    color: #b65005;
    font-size: 1.125rem;
    letter-spacing: 0.45px;
    margin: 0;
}
#dialog h3.icon {
    font-size: 3.75rem;
    color: #17adc1;
}
#dialog h4 {
    font-size: 1.625rem;
    font-weight: 700;
    margin:20px 0 26px;
}
#dialog button.btn, #dialog a.btn {
    text-align: center;
    border: solid 1px #CCC;
    padding: 15px 0px;
    min-width: 200px;
    font-size: 1.125rem;
    border-radius: 0;
    height: inherit;
}
#dialog p {
    font-size: 1.125rem;
}
#refreshCaptcha {
    min-height: 46px;
}
#refreshCaptcha i {
    vertical-align: middle;
}
.captcha {
    margin: 0;
    padding: 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
}



/* CSS 新聞與文章內頁 */
h3.col-12 {
    padding: 0 0 60px;
}
h3.news_title {
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0.9px;
    font-size: 2.25rem;
    padding: 0;
    margin: 24px 0 36px;
    font-weight: 700;
    padding: 0;
}
.news_date, .news_view_count, .news_unit, .news_content{
    letter-spacing: 0.45px;
    font-size: .875rem;
}
.news_content {
    margin: 55px 0 90px;
    line-height: 1.56;
    color: #222;
}
.heightSpace55 {
    margin: 55px 0 0;
    display: block;
}
.text_content {
    margin: 0px 0 90px;
    line-height: 1.56;
    color: #222;
}
.news_view_count span{
    padding: 8px 15px;
    background-color: #f0f0f0;
    font-weight: 700;
}
.news_unit span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #09c2db;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 30px;
}






/* CSS 新聞列表 */
#search_news_area input {
    padding: 15px 30px;
}
#search_news_area input.col-lg-5 {
    width: auto;
    max-width: 37.5%;
    padding: 0 30px;
}
.news_list {
    /*padding: 0 15px;*/
}
.news_item {
    padding: 30px 0 30px 45px;
    border: 1px solid #CCC;
    background-color: #FFF;
    margin-bottom: 30px;
}
a.news_item {
    color: #222;
}
.news_item:hover {
    background-color: #cde6f0;
}
.news_item .news_title {
    font-size: 1.625rem;
    margin-top: 13px;
    font-weight: 700;
}
.news_item .news_unit {
    margin-top: 75px;
}
.news_item span.more {
    width: 215px;
    letter-spacing: 0.45px;
    font-weight: 700;
    text-align: left;
    padding: 15px 30px;
    background-color: #09c2db;
    color: #FFF;
    display: block;
    font-size: 1.125rem;
    position: absolute;
    top: 30px;
    right: 14px;
}
.news_nav {
    margin-top: 30px;
}
.news_nav a.page_btn {
    padding: 15px 20px;
    border: solid 1px #cccccc;
    color: #222;
    font-size: 1.125rem;
    border-radius: 2px;
    font-weight: 700;
    margin: 5px;
    background: #FFF;
}
.news_nav a.page_btn span {
    display: none;
}
.news_nav a.page_btn:hover, .news_nav a.page_btn.active:hover {
    border: solid 1px #09c2db;
    background: #FFF;
    color: #09c2db;
}
.news_nav a.page_btn.active {
    border: solid 1px #09cc0d5;
    background: #09c2db;
    color: #222;
}
.news_nav span {
    font-size: 1.125rem;
    padding: 15px 20px;
    font-weight: 700;
    margin: 5px;
    background: #FFF;
}
a.page_btn i {
    vertical-align: middle;
}



/* CSS 運用單位詳細 */
h6.unit_label, label.unit_label {
    font-size: 1.125rem;
    margin: 0;
    vertical-align: middle;
    letter-spacing: 0.45px;
    min-width: 150px;
    display: inline-block;
    line-height: 1.5;
    color: #222;
    max-width: 100%;
    font-weight: 700;
}
#survey h6.unit_label, #survey label.unit_label{
    min-width: 170px;
}
.unit_li {
    margin-bottom: 30px;
}
.unit_item {
    letter-spacing: 0.45px;
    font-size: 1.125rem;
    border: 1px solid #CCC;
    padding: 8px 30px;
    display: inline-block;
    color: #222;
}
.unit_item a {
    color: #222;
}
.unit_item.w1 {
    width: 1010px;
    max-width: 100%;
}
.unit_item.w2 {
    width: 410px;
    max-width: 100%;
    max-height: 45px;
}
.unit_item a i {
    color: #045989;
}
.unitSpace {
    margin-bottom: 30px;
}


/* CSS 成果展示列表 */
#exhibition_list {
    padding: 60px 0;
    background: #EEE;
}
#exhibition_list .exhibition_item {
    margin-bottom: 30px;
    display: block;
}
#exhibition_list .exhibition_item:hover {
    -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.09);
    -moz-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.09);
    -o-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.09);
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,.09);
}
.exhibition_nav {
    margin-top: 60px;
}
.exhibition_list .exhibition_date {
    background-color: #17adc1;
    color: #FFF;
    padding: 7px 30px;
    font-size: 1rem;
    letter-spacing: 0.4px;
}
.recruitment_area {
    text-align: center!important;
}
.exhibition_list a:hover .exhibition_date {
    text-decoration: none;
}
.exhibition_list .exhibition_img {
    display: block;
    overflow: hidden;
}
.exhibition_list .exhibition_img img {
    width: 100%;
}
.exhibition_list .exhibition_img img {
    transition: transform .25s linear;
    transform: scale(1);
}
.exhibition_list a:hover .exhibition_img img {
    transition: transform .25s linear;
    transform: scale(1.1);
}
.exhibition_list .exhibition_item:hover a {
    text-decoration: none;
    color: #FFF;
}
.exhibition_list .exhibition_title, .exhibition_list .exhibition_units {
    margin: 0;
    background: #FFF;
    color: #000;
}
.exhibition_list .exhibition_title {
    font-size: 1.625rem;
    padding: 20px 0;
    letter-spacing: 0.68px;
}
.exhibition_list .exhibition_units {
    color: #666;
    text-align: center;
    padding-bottom: 15px;
    letter-spacing: 0.4px;
}
#search_news_area select, input.datalist {
    border: 1px solid #CCC;
    border-radius: 0;
    background: url("../img/select_arrow_2.png") no-repeat 95% center;
    padding: 0 30px;
}
.text_content h3 {
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
}
section.exhibition_text_content {
    background-color: #EEE;
    padding: 60px 0;
}

/* CSS 成果展示細節 */
.exhibition_detail .date {
    font-size: 1.125rem;
    margin-top: 30px;
    letter-spacing: 0.45px;
}
.exhibition_detail .title {
    font-size: 2.25rem;
    margin-top: 15px;
    letter-spacing: 0.9px;
    margin-bottom: 0;
}
.exhibition_detail h3.col-12 {
    padding: 0 0 40px;
    font-weight: 700;
}
.exhibition_detail .news_unit span {
    margin-left: 0;
}
.exhibition_detail .news_unit {
    margin-bottom: 60px;
    font-size: 1rem;
}
.exhibition_detail h6 {
    font-size: 1.125rem;
    padding-top: 15px;
    font-weight: 700;
}
.exhibition_detail .file_download a {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 15px;
    background: rgba(115,188,244,.3);
    padding: 15px 30px;
    color: #222;
}
.exhibition_detail .file_download a:hover, .exhibition_detail .file_download a:hover i {
    color: #FFF;
    background-color: #73bcf4;
}
.exhibition_detail .file_download a i {
    color: #045989;
}
.file_download {
    margin-bottom: 60px;
}
.exhibition_text_content p{
    text-indent: 2.35rem;
    font-size: 1.125rem;
    line-height: 1.56;
    letter-spacing: 0.45px;
}
.album_img, .album_title {
    display: block;
}
.album_img img {
    width: 100%;
}
.album_title {
    margin: 30px 0 60px;
    font-size: 1.125rem;
    letter-spacing: 0.45px;
}
.album_tabs {
    margin-bottom: 60px;
}
.album_tabs li:hover {
    opacity: .7;
}


/* CSS  招募訊息細節 */
.recruitment_detail .date {
    font-size: 1.125rem;
    margin-top: 30px;
    letter-spacing: 0.45px;
}
.recruitment_detail .title {
    font-size: 2.25rem;
    margin-top: 15px;
    letter-spacing: 0.9px;
    margin-bottom: 0;
}
.recruitment_detail h3.col-12 {
    padding: 0 0 40px;
    font-weight: 700;
}
.recruitment_detail .news_unit {
    margin-bottom: 60px;
    font-size: 1rem;
}
#recruitment_text {
    background: #EEE;
    padding: 60px 0 calc(60px - 2rem);
}
.recruitment_img {
    max-width: 460px;
    float: left;
    margin-right: 30px;
    margin-bottom: 60px;
}
.recruitment_info {
    min-height: 300px;
    padding: 0px 0 30px;
}
.recruitment_info .unit_li i{
    color: #045989;
}
.recruitment_datetime {
    background: #bddae3;
    padding: 60px 0 45px;
    background-image: url(../img/recruit_msg_list_bg_all.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.recruitment_datetime table td {
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    border: none;
    overflow: hidden;
    position: relative;
    min-width: 240px;
    min-height: 45px;
    padding: 15px 30px;
    vertical-align: middle;
}
.recruitment_datetime table td p {
    margin: 0;
}
.recruitment_datetime table tr:first-of-type td {
    color: #FFF;
}
.recruitment_datetime table tr:first-of-type td:nth-of-type(1) {
    color: #000;
}
.recruitment_datetime table tr:first-of-type td:nth-of-type(2) {
    background: rgba(73,157,222,1);
}
.recruitment_datetime table tr:first-of-type td:nth-of-type(3) {
    background: rgba(73,157,222,.8);
}
.recruitment_datetime table tr:first-of-type td:nth-of-type(4) {
    background: rgba(73,157,222,.6);
}
.recruitment_datetime table tr:nth-of-type(2n) td {
    background-color: #FFF;
}
.recruitment_datetime table tr:not(:first-of-type) td:nth-of-type(2) {
    /*padding: 0;
    padding: 12px 0 0 0;*/
}
.recruitment_datetime table tr:not(:first-of-type) td:nth-of-type(2) span{
    background-color: #499dde;
    filter: Alpha(opacity=20);
    *zoom: 1;
    opacity: .2;
    padding: 0.75rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}
.recruitment_datetime table tr:not(:first-of-type) td:nth-of-type(4) span{
    background-color: #7cb8e2;
    filter: Alpha(opacity=20);
    *zoom: 1;
    opacity: .2;
    padding: 0.75rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}
.recruitment_datetime table tr:not(:first-of-type) td:nth-of-type(2) i {
    color: #222;
    position: relative;
    opacity: 1;
    /*top: 13px;*/
}
.volunteer_info {
    margin-top: 60px;
    margin-bottom: 0px;
}
table tr td a.btn.btn-submit {
    z-index: 99;
    position: relative;
    font-weight: 700;
    padding: 5px 30px;
}




/* 表單項目 */
textarea {
    resize: none;
    border-radius: 0!important;
}
label.taxtarea_label {
    vertical-align: top;
    padding-top:10px; 
}
input.unit_item.input_w1, textarea.unit_item.input_w1 {
    max-width: calc(100% - 160px);
}
#survey input.unit_item.input_w1, #survey textarea.unit_item.input_w1 {
    max-width: calc(100% - 200px);
}
.upload_file_btn {
    width: 215px;
    height: 120px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 2.6rem;
    border: 1px solid #CCC;
    display: inline-block;
    text-align: center;
    position: relative;
}
.upload_file_btn i {
    color: rgba(4, 89, 137, 0.5)!important;
    padding: 37px;
    cursor: pointer;
    position: relative;
    z-index: -1;
}
input.input_upload_file {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    opacity: 0;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.upload_file_area {
    padding-left: 170px;
}
input.datalist::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
#form_add .btn-submit {
    max-width: 210px;
    /*max-height: 45px;*/
}
.upload_file_item {
    margin-bottom: 30px;
}
.upload_file_alt textarea {
    min-height: 120px;
}
.upload_file_item button {
    width: 215px;
    height: 120px;
    background-color: #e8cab5;
    color: #222;
    font-weight: 700;
}
.upload_file_item button i {
    color: #222!important;
}
.upload_file_item button:hover {
    background-color: #b65005;
    color: #FFF;
}
.upload_file_item button:hover i {
    color: #FFF!important;
}


/* 志工專區 */
.volunteer_item {
    width: 100%;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding-top: 45px;
}
#survey input[type="checkbox"], #survey input[type="radio"] {
    display: none;
}
button.volunteer_add {
    display: inline-block;
    background-color: #f4e7b8;
    padding: 15px 80px;
    font-size: 1.125rem;
    line-height: 1;
    color: #222;
    font-weight: 700;
    margin-bottom: 30px;
}
button.volunteer_add:hover {
    background-color: #dcb20b;
    color: #FFF;
    font-weight: 700;
}
.form-check-inline {
    border: solid 1px #CCC;
    display: inline-block;
    max-height: 45px;
    font-size: 1.125rem;
    cursor: pointer;
}
input[type="radio"] + label.checkbox {
    min-width: 470px;
}
input[type="checkbox"] + label.checkbox, input[type="radio"] + label.checkbox {
    padding: 10px 20px 6px 15px;
    display: inline-block;
    cursor: pointer;
}
input[type="checkbox"]:checked + label.checkbox, input[type="radio"]:checked + label.checkbox {
    font-weight: 700;
    background-color: #2677b5;
    color: #FFF;
}
input[type="checkbox"] + label.checkbox span {
    display:inline-block;
    width:24px;
    height:24px;
    margin-top:-5px;
    vertical-align:middle;
    background-image:url("../img/check-square-regular.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background-image:url("../img/check-square-solid.png");
}
input[type="radio"] + label.checkbox span {
    display:inline-block;
    width:24px;
    height:24px;
    margin-top:-5px;
    vertical-align:middle;
    background-image:url("../img/circle-regular.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background-image:url("../img/dot-circle-regular.png");
}
.checkbox_area {
    padding-left: 175px;
}
.checkbox_area2 {
    padding-left: 0px;
}
#survey .form-check-inline {
    margin-bottom: 0.75rem;
}
.area_label {
    float: left;
}
label.checkbox input[type="text"] {
    border: none;
    border-bottom: 1px solid #222;
    border-radius: 0;
    height: 20px;
}
input[type="checkbox"]:checked + label input[type="text"] {
    background-color: #2677b5;
    border-bottom: 1px solid #FFF;
}
button.volunteer_del {
    position: absolute;
    width: 110px;
    height: 45px;
    right: 0;
    top: 5px;
    background-color: #e8cab5;
    cursor: pointer;
}
button.volunteer_del:hover {
    background-color: #b65005;
    color: #FFF;
}
button.volunteer_del:hover i {
    color: #FFF!important;
}





/* CSS 頁腳 */
footer {
    position: relative;
    background-color: #367ec6;
    color: #FFF;
}
footer .row {
    min-height: 100px;
}
footer p {
    margin: 0;
}
footer a, footer p {
    color: #FFF;
    letter-spacing: 0.4px;
    font-size: 1rem;
    font-weight: 300;
}
footer a {
    font-weight: 700;
}
footer a.wai_img {
    margin-left: 80px;
}
footer a.wai_img img {
    max-height: 40px;
}
footer a:hover {
    text-decoration: underline;
    color: #FFF;
    font-weight: 700;
}
#btn_top {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(255,255,255,.2);
}
#btn_top button:focus {
    outline: 3px solid #08aac0;
}
#btn_top img {
    max-height: 100px;
    max-width: 100px;
}









.toggle {
    display: none;
}


/* CSS 手機版 */
@media (max-width:1280px){
    #main_menu ul.sub_menu li a {
        padding: 60px 50px;
    }
}
@media (max-width:1199px){
    /* CSS 手機版隱藏區塊與功能 */
    #main_menu {
        display: none;
    }
    #top_menu {
        display: none;
    }
    section {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    /* CSS 手機版調整區塊 */
    #top_logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    header{
        min-height: inherit;
    }
    header .title {
        width: calc(100% - 50px);
        padding: 0 0 0 5px;
    }
    #main_slider .row {
        min-height: 100vw;
    }
    #recruit_msg_list .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .recruitment_area {
        text-align: left!important;
        margin-top: 30px;
    }
    .css_table {
        padding: 0;
    }
    .css_tr, .css_td, .css_tr a, .css_table {
        display: block;
        width: 100%;
    }
    .css_tr:nth-of-type(1), .css_tr:nth-of-type(2), .css_tr:nth-of-type(3) {
        display: block;
        width: 100%;
    }
    .css_tr {
        display: none;
    }
    .css_td {
        border: none;
    }
    .css_tr/*, .css_tr:nth-of-type(2n)*/ {
        /*background-image: linear-gradient(45deg, #0582b6, #09c2db);*/
        margin: 0 0 10px;
        border-top: 1px solid rgba(255,255,255,.5);
        border-bottom: 1px solid rgba(255,255,255,.5);
        background-color: rgba(18,66,127,.3);
        padding: 20px 0;
    }
    
    
    #news_list {
        padding-bottom: 15vh;
    }
    #news_list h2 {
        padding: 30px 0;
    }
    
    
    #volunteer_area {
        padding:60px 0;
    } 
    .volunteer_link_item {
        margin: 0 0 30px;
    }
    
    #recruit_msg_list h2 {
        margin-bottom: 70px;
    }
    .msg_department {
        margin-bottom: 50px;
    }
    #recruit_msg_list .recruit_item {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .more_recruit_msg {
        position: relative;
    }
    .form-group.query_w1, .form-group.query_w2 {
        width: 100%;
    }
    .form-group.query_w2 {
        min-width: 100%;
    }
    
    
    header span.main_title {
        font-size: 1.75rem;
    }
    footer {
        padding: 30px 0;
    }
    #btn_top {
        position: relative;
        background: none;
        text-align: center;
        padding-bottom: 15px;
    }
    #btn_top button {
        background: rgba(255,255,255,.2);
    }
    .mobile_use {
        display: block;
        padding: 45px 0 0 3px;
    }
    a.wai_img {
        margin: 10px 0;
        display: inline-block;
    }
    .accesskey {
        display: none;
    }
    /* CSS 手機選單按鈕樣式 */
    .toggle {
		position: fixed;
		right: 0%;
		top:0%;
		display: block;
		z-index: 1000;
		cursor: pointer;
		opacity: 1;
		background: transparent;
	}
	.toggle p {
		width: 38px;
		height: 38px;
		background-color: transparent;
		padding: 2px;
		position: relative;
		margin: 0.5em;
	}
	.toggle span.top {
		width: 34px;
		height: 2px; 
		background-color: #666;
		display: block;
		position: absolute;
		top: 4px;
		transition: all 0.1s linear;
	}
	.toggle span.mid {
		width: 34px;
		height: 2px; 
		background-color: #666;
		display: block;
		position: absolute;
		top: 18px;
		transition: all 0.1s linear;
	}
	.toggle span.bottom {
		width: 34px;
		height: 2px; 
		background-color: #666;
		display: block;
		position: absolute;
		bottom: 4px;
		transition: all 0.1s linear;
	}
	.toggle.active span.top {
		width: 38px;
		height: 2px; 
		background-color: #666;
		display: block;
		position: absolute;
		top: 18px;
		left: 0;
		transform: rotate(45deg);
		transition: all 0.1s linear;
	}
	.toggle.active span.mid {
		display: none;
	}
	.toggle.active span.bottom {
		width: 38px;
		height: 2px; 
		background-color: #666;
		display: block;
		position: absolute;
		bottom: 18px;
		left: 0;
		transform: rotate(-45deg);
		transition: all 0.1s linear;
	}
/*    nav#main_menu {
        display: none;
    }*/
    #main_menu {
        top: 0;
        position: fixed;
        background: #FFF;
        z-index: 99;
        min-height: 100vh;
        padding: 60px 10% 0;
        margin-top: inherit;
        right: inherit;
        left: 0;
        max-width: 100%;
    }
    #main_menu li {
        width: 100%;
        text-align: left;
        padding: 15px 0;
    }
    #main_menu ul li a {
        padding: 0;
        text-align: left;
        font-size: 1.5rem;
        width: 100%;
    }
    #main_menu ul li a > i {
        padding: 7px 0;
        float: right;
        color: #01c0da;
    }
    li.active > a > i {
        display: none;
    }
    li.active::before {
        content: '';
        width: 30px;
        height: 1px;
        color: transparent;
        background-color: #01c0da;
        display: block;
        position: absolute;
        margin: 18px 0 0 -40px;
    }
    #main_menu ul li ul.sub_menu {
        display: none;
        position: relative;
    }
    #main_menu ul li.active ul.sub_menu {
        padding: 10px 0 0 40px;
        position: relative;
        border: none;
        min-width: initial;
        text-align: left;
        left: inherit;
        display: block;
    }
    #main_menu ul.sub_menu li {
        padding:0px 0;
        border: none;
    }
    #main_menu ul.sub_menu li a {
        font-size: 1.125rem;
        padding: 5px 0;
        border: none;
    }
    .flex-control-nav {
        bottom: -70px;
    }
    ul.department_item {
        max-height: 200px;
        box-shadow:rgba(0,0,0,0.4) 0px -10px 6px -8px inset;
        margin-bottom: 20px;
    }
    #main_menu ul.mobile_use a {
        font-size: 1rem;
        font-weight: 700;
    }
    #main_menu ul.mobile_use li {
        padding: 5px 0;
    }
    #main_menu ul.mobile_use li a > i {
        float: left;
        margin-right: 10px;
        color: #000;
    }
    ul.sub_menu li.col:not(:first-child){
        margin: 0;
    }
    .department_item_content {
        margin-bottom: 20px;
    }
    .bar {
        display: none;
    }
    .css_td {
        padding: 7.5px 30px;
    }
    .css_td:first-of-type {
        width: 100%;
        max-width: 500px;
        font-size: 1.25rem;
    }
    footer {
        font-size: 1rem;
    }
    .mobile_use a span {
        display: inline-block;
        width: auto;
        float: left;
        padding: 4px 0 0;
    }
    .swiper-pagination-bullet {
        max-width: 35px;
    }
    .news_item {
        padding: 10px;
    }
    .news_item .news_title {
        margin: 5px 0 15px;
    }
    .news_item .news_unit {
        text-align: left;
        margin-top: 20px;
    }
    .news_unit span {
        margin-left: 0;
    }
    .news_item a {
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: 30px;
        width: 100%;
        text-align: center;
    }
    .news_nav a.page_btn {
        padding: 15px 15px;
    }
    .volunteer_link_item .img img {
        width: 100%;
    }
    h6.unit_label {
        margin-bottom: 10px;
    }
    .recruitment_img {
        width: 100%;
        max-width: inherit;
    }
    .recruitment_detail .news_unit {
        margin-top: 30px;
    }
    .news_item span.more {
        display: none;
    }
    footer a.wai_img {
        margin-left: inherit;
    }
    .news_unit {
        margin-top: 1rem;
    }
    .album_tabs .col {
        padding: 0 2px;
    }
    #chptcha {
        width: 50%;
        display: inline-block;
    }
    .captcha.col-4 {
        width: 30%;
    }
    .captcha {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #CCC;
    }
    #showpassword {
        margin-top: -40px;
    }
}
@media (max-width:991px){
    #search_news_area input.col-lg-5 {
        width: 100%;
        max-width: inherit;
    }
}



