/*2022_03_18_11:13中文*/
/*html {height: 100%;}*/ /*會無法捲動視窗*/
body {
    height: 100%;
    background-color: #dcedc0;
    color: #000000;
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

h4 {line-height: normal;}

.tactri_NoScript {
    background-color: #000000;
    color: #ffffff;
    font-size: 120%;
    padding: 20px 20px 20px 20px;
}

a {color: #0f6d75;}
a:hover {color: #8bbb3b;}
a:hover, a:active, a:focus {text-decoration: none;}
a.more {
    color: #b07d0f;
    font-weight: bolder;
    float: right;
}
a.more:hover {color: #e15703;}
a:focus, img:focus {
	outline: 3px solid #feb31f;
	outline-offset: 0;
}

ul, li {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ol {padding: 0px 0px 0px 0px;}

p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

table {
    width: 100% !important;
    height: 100% !important;
}
table img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {font-size: 130%;}
.table > tbody > tr > td a {color: #0b4633;}
.table > tbody > tr > td a:hover {color: #0ea01a;}

.accesskey {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.accesskey a {color: #0f6d75;}

a.sr-only {
    color: #ffff00;
    float: left;
}
.sr-only {
    width: auto;
    height: auto;
    border: 0;
    margin: -0.063rem;
    padding: 0px 0px 0px 0px;
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.wrap {
    width: 1000px;
    height: 100%;
    background-color: #f5f5f5;
    margin: 0px auto 0px auto;
    overflow: hidden;
    display: flow-root;
    position: relative;
}
.shadow {
    width: 1000px;
    height: 100%;
    background-color: #000000;
}
.close {
    color: #ffffff;
    font-size: 100%;
    font-weight: bolder;
    line-height: normal;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1;
    float: none;
}
.close:hover, .close:focus {
    filter: alpha(opacity=100);
    opacity: 1;
}
.pagination-container {text-align: center;}
.pagination > li {display: inline-block;}
.pagination > li > a, .pagination > .disabled > a {
    color: #0f6d75;
    border: 1px solid #0f6d75;
}
.pagination > li > a:hover, .pagination > .disabled > a:hover {
    color: #0f6d75;
    background-color: #b7e074;
    border-color: #0f6d75;
}
.pagination > .active > a, .pagination > .active > a:hover {
    color: #b7e074;
    background-color: #0f6d75;
    border-color: #0f6d75;
}

/****************************網頁上方RWD****************************/
.tactri_area_top_rwd {
    background-color: #0f6d75;
    text-align: center;
    padding: 0px 0px 0px 0px;
    display: none;
}
.tactri_area_top_rwd span {
    width: 100%;
    color: #ffffff;
    font-size: 120%;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    display: inline-block;
    cursor: pointer;
}

/****************************網頁上方****************************/
.tactri_area_top {
    background-color: #0f6d75;
    text-align: center;
    padding: 0px 15px 0px 15px;
}
.tactri_area_top .accesskey a {color: #ffffff;}
.tactri_top_menu {
    text-align: center;
    padding: 18px 0px 17px 0px;
}
    .tactri_top_menu ul li {
        border-right: 1px solid #ffffff;
        padding: 0px 10px 0px 10px;
        display: inline-block;
    }
.tactri_top_menu ul li:last-child {border-right: none;}
.tactri_top_menu ul li a {color: #ffffff;}
.tactri_top_menu ul li a:hover {color: #b7e074;}

/*********************測試用輪播*********************/
.tactri_top_banner2 {
    width: 100%;
    padding: 0px 15px 0px 15px;
    position: relative;
    z-index: 1;
}
.tactri_top_banner2 .mcipcsldr_pics {width: 100%;}
.tactri_top_banner2 .mcipcsldr_pics ul {
    letter-spacing: -0.31em;
    white-space: nowrap;
    position: relative;
    -webkit-transition: left 1s;
    -ms-transition: left 1s;
    -moz-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
}
.tactri_top_banner2 .mcipcsldr_pics li {vertical-align: top;}
.tactri_top_banner2 .mcipcsldr_pics li a {
    width: 100%;
    display: inline-block;
}
.tactri_top_banner2 .mcipcsldr_pics li img {vertical-align: middle;}
/*.tactri_top_banner2 .mcipcsldr_dotbtns_box {display: none;}*/ /*首頁要出現*/
.tactri_top_banner2 .mcipcsldr_dotbtns_box {
    width: 100%;
    padding: 15px 0px 15px 0px;
    position: absolute;
    bottom: 0px;
}
.tactri_top_banner2 .tactri_banner_area {
    height: 0;
    padding-bottom: 35%;
    display: block;
    position: relative;
    overflow: hidden;
}
.tactri_top_banner2 .tactri_banner_area:focus {
    outline: 3px solid #feb31f;
    outline-offset: 0;
}
.tactri_top_banner2 .tactri_banner_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
}

/*********************測試用輪播*********************/
.tactri_top_banner {
    width: 100%;
    min-height: 150px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_bg_banner2.jpg) no-repeat center top;
    background-size: cover;
    /*padding: 20px 15px 0px 15px;*/
    position: relative;
    /*position: absolute;*/
    z-index: 2;
    display: block;
}
.tactri_top_banner h1 {margin: 0px 0px 0px 0px;}
.tactri_top_banner .logo {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 2;
}
.tactri_area_share {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 2;
}
.tactri_btn_share {
    width: 100%;
    margin: 0px 0px 7px 0px;
    display: flex;
    justify-content: flex-end;
}
.tactri_btn_share li {
    margin: 0px 0px 0px 8px;
    float: left;
}
.tactri_area_search {
    background-color: #038c3a;
    padding: 5px 10px 5px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
    .tactri_area_search > span {
        color: #ffffff;
        font-weight: bolder;
        margin: 0px 5px 0px 0px;
    }
.tactri_box_keyword {
    width: 100%;
    margin: 10px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
    margin: 10px 0px 0px 0px;
}
.tactri_box_keyword a {
    color: #11626a;
    font-size: 1.1em;
    padding: 5px 5px 5px 0px;
}
.tactri_box_keyword a:last-child {padding: 5px 0px 5px 0px;}
.gsc-control-cse {
    font-family: Microsoft JhengHei, Arial, Helvetica, sans-serif !important;
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
    padding: 0px 0px 0px 0px !important;
}
.cse .gsc-control-wrapper-cse, .gsc-control-wrapper-cse {width: auto !important;}
form.gsc-search-box, table.gsc-search-box {
    width: 230px !important;
    margin-bottom: 0px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100% !important;
    height: 27px !important;
    padding-right: 0px !important;
}
input.gsc-input, .gsc-input-box-hover, .gsc-input-box-focus {
    /*width: 150px !important;*/
    border: none !important;
    border-color: transparent !important;
}
.gsc-input-box {
    border-radius: 0px !important;
    padding: 0 !important;
    margin: 0px 10px 0px 0px;
}
.gsc-input table {border: none;}
.gsib_a {
    padding: 0px 0px 0px 0px !important;
    /*padding-right: 0px !important;
    padding-left: 0px !important;*/
}
td.gsc-search-button {width: auto !important;}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 68px !important;
    height: 27px !important;
    min-width: 68px !important;
    /*background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_btn_search.png) no-repeat center center #b07d0f !important;*/
    background-color: #b07d0f !important;
    border-radius: 3px !important;
    border-color: transparent !important;
    border: 1px solid #b07d0f !important;
    margin: 0px 0px 0px 10px !important;
    float: left !important;
    -webkit-appearance: button;
    cursor: pointer;
}
button.gsc-search-button-v2 {
    width: 27px;
    height: 27px;
    background-color: #b7e074;
    border-color: #b7e074;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
}
    button.gsc-search-button-v2 svg {
        fill: #0f6d75;
    }
    button.gsc-search-button-v2:hover, button.gsc-search-button-v2:focus {
        background-color: #0f6d75;
        border-color: #0f6d75;
    }
        button.gsc-search-button-v2:hover svg, button.gsc-search-button-v2:focus svg {
            fill: #b7e074;
        }
/*.tactri_area_search a {
    color: #ffffff;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_btn_search.png) no-repeat 70px center #b07d0f;
    border-radius: 3px;
    padding: 5px 30px 5px 10px;
    float: right;
}
.tactri_area_search a:hover {background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_btn_search.png) no-repeat 70px center #e8b444;}*/
.tactri_btn_search {
    width: 68px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_btn_search.png) no-repeat center center #b07d0f;
    border-radius: 3px;
    margin: 0px 0px 0px 10px;
}
.tactri_area_update {
    color: #000000;
    font-weight: bolder;
}
/*.tactri_area_visitor {
    color: #000000;
    font-weight: bolder;
    margin: 0px 0px 0px 20px;
    float: left;
}*/
table.gstl_50 {
    width: auto !important;
    height: auto !important;
}
.gssb_e > table {
    width: auto !important;
    height: auto !important;
}
.gsc-selected-option {
    white-space: nowrap;
}
.gsc-wrapper .gsc-adBlock {
    display: none !important;
}

/****************************RWD選單****************************/
#tactri_menu_rwd {
    height: 100vh;
    overflow: hidden;
    display: none;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 10;
    top: 0;
    left: -283px;
}
.tactri_menu_btn {
    margin: 23px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    display: none;
}
.tactri_menu_btn h2 {
    background-color: #b7e074;
    color: #0f6d75;
    text-align: center;
    font-weight: bolder;
    letter-spacing: 2px;
    margin: 0px 0px 0px 0px;
    padding: 13px 0px 13px 0px;
}
.tactri_menu_rwd_list {
    width: 200px;
    height: 100vh;
    background-color: #b7e074;
    float: left;
}
.tactri_menu_rwd_list .menu_tree a {
    width: 100%;
    background-color: #b7e074;
    color: #0f6d75;
    font-size: 140%;
    font-weight: bolder;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding: 15px 15px 15px 15px;
    float: left;
}

.tactri_menu_rwd_list .menu_tree a:active {
    background-color: #0f6d75;
    color: #b7e074;
}
.tactri_menu_rwd_list .subject_tree a {
    width: 100%;
    background-color: #935907;
    color: #ffffff;
    font-size: 140%;
    font-weight: bolder;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding: 15px 15px 15px 15px;
    float: left;
}

.tactri_menu_rwd_list .subject_tree a:active {
    background-color: #e1af03;
    color: #935907;
}
.tactri_menu_rwd_shadow {
    width: 83px;
    height: 100vh;
    float: left;
    position: relative;
}
    .tactri_menu_rwd_shadow a {position: fixed;}
    .tactri_menu_rwd_shadow h2 {
        color: #ffffff;
        writing-mode: tb-rl;
        -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
        -moz-writing-mode: vertical-lr;
        -ms-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
    }

/****************************網頁左側****************************/
.tactri_area_left {
    width: 22%;
    margin: 27px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    position: relative;
}
.tactri_area_left .menu_tree a {
    width: 100%;
    background-color: #b7e074;
    color: #0f6d75;
    font-size: 140%;
    font-weight: bolder;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding: 15px 15px 15px 15px;
    float: left;
}
.tactri_area_left .menu_tree a:hover {
    background-color: #0f6d75;
    color: #b7e074;
}
.tactri_area_left .subject_tree a {
    width: 100%;
    background-color: #935907;
    color: #ffffff;
    font-size: 140%;
    font-weight: bolder;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    padding: 15px 15px 15px 15px;
    float: left;
}
.tactri_area_left .subject_tree a:hover {
    background-color: #e1af03;
    color: #935907;
}

/****************************網頁中央****************************/
.tactri_area_center {
    width: 58%;
    margin: 27px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    position: relative;
}

/****************************輪播banner****************************/
.tactri_box_ad {margin: 0px 0px 20px 0px;}
.mcipcsldr_pos {
    width: 100%;
    position: relative;
}
.mcipcsldr_arw {position: relative;}
.mcipcsldr_pics {overflow: hidden;}
.mcipcsldr_pics img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.mcipcsldr_pos ul, .mcipcsldr_pos li, .mcipcsldr_dotbtns_box ul, .mcipcsldr_dotbtns_box li {
    list-style: none;
    margin: 3px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
}
.mcipcsldr_pics ul, .mcipcsldr_dotbtns_box ul {
    letter-spacing: -0.34em;
    position: relative;
}
.mcipcsldr_pics ul {white-space: nowrap;}
.mcipcsldr_dotbtns_box ul {text-align: center;}
.mcipcsldr_pics li, .mcipcsldr_dotbtns_box li {
    vertical-align: middle;
    letter-spacing: normal;
    display: inline-block;
}
.mcipcsldr_pics li {width: 100%;}
/*點狀按鈕*/
.mcipcsldr_arwdot {position: relative;}
.mcipcsldr_dotbtns_box {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 15px;
}
.mcipcsldr_dotbtns_pos {margin: 0px 25px 0px 25px;}
.mcipcsldr_dotbtns_pos li {margin: 8px 5px 8px 5px;}
.mcipcsldr_dotbtns_box > div {
    margin: 0px auto 0px auto;
    position: relative;
    display: table;
}
.mcipcsldr_darw {
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}
.mcipcsldr_darwlft {left: 0;}
.mcipcsldr_darwrgt {right: 0;}
a.mcipcsldr_darwbtn, a.mcipcsldr_dotbtn {display: block;}
a.mcipcsldr_dotbtn {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
}
.mcipcsldr_dotbtns_pos .locked a {background-color: #b7e074;}
/*箭頭按鈕*/
a.mcipcsldr_darwbtn > span, a.mcipcsldr_dotbtn > span, a.mcipcsldr_arwbtn > span {display: none;}
/*維持比例*/
.mcipcsldr_sclkpr {
    height: 0px;
    position: relative;
    overflow: hidden;
}
.mcipcsldr_sclkpr .szkp_center {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
}
.szkp_center > div {
    width: 0px;
    height: 100%;
    display: inline-block;
}
.szkp_center > div, .szkp_center img {vertical-align: middle;}
.mcipcsldr_sclkpr img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mcipcsldr_sclkpr iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
/****************************頁籤****************************/
.mcitab_cntbx h3 {display: none;}
.mcitab_cntbx > div > div {
    height: 0;
    border: none;
    overflow: hidden;
    padding: 0px 15px;
}
.mcitab_cntbx > div.now_view > div {
    height: auto;
    background-color: #ffffff;
    padding: 15px 20px 15px 20px;
}
a.mcitab_focus {
    width: 0px;
    height: 0px;
    border: none;
    line-height: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    clear: none;
    float: none;
    position: static;
    outline: none;
    display: block;
}
a.mcitab_focus span {display: none;}
.mcitab_btnbx {background-color: #0f6d75;}
.mcitab_btnbx ul, .mcitab_btnbx li {
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.mcitab_btnbx ul {letter-spacing: -0.31em;}
.mcitab_btnbx li {
    width: 20%;
    font-size: 110%;
    vertical-align: bottom;
    letter-spacing: normal;
    display: inline-block;
}
.mcitab_btnbx li a {
    width: 100%;
    color: #ffffff;
    font-size: 120%;
    font-weight: bolder;
    text-align: center;
    padding: 9px 5px 9px 5px;
    float: left;
}
.mcitab_btnbx li.now_view a {color: #b7e074;}
.mobile_type .mcitab_btnbx {display: none;}
.mobile_type h3 {
    font-size: 100%;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    display: block;
}
.mobile_type h3 > a {
    background-color: #cccccc;
    color: #666666;
    text-decoration: none;
    padding: 0 0.5em 0 0.5em;
    display: block;
}
.mobile_type .mcitab_cntbx > div.now_view > div {
    height: 0;
    border: none;
}
.mobile_type .mcitab_cntbx > div.mbtype_view > div {
    height: auto;
    border-top: none;
}
.mcitab_cntbx a.rss {
    background-color: #f98306;
    color: #ffffff;
    padding: 1px 3px 1px 3px;
}
.mcitab_cntbx a.rss:hover, .mcitab_cntbx a.rss:active {background-color: #c16504;}
.mcitab_cntbx li {
    width: 100%;
    font-size: 110%;
    border-bottom: 1px solid #5f5f5f;
    margin: 0px 0px 10px 0px;
    float: left;
}
.mcitab_cntbx li span {
    color: #0f6d75;
    letter-spacing: 0.1em;
}
.mcitab_cntbx li a {
    width: 100%;
    color: #5f5f5f;
    font-weight: bolder;
    padding: 5px 0px 5px 0px;
    float: left;
}
.mcitab_cntbx li a:hover {color: #26bf56;}

/****************************農藥應用農藥申請植物保護****************************/
.tactri_box_information {
    border: 2px solid #0f6d75;
    margin: 0px 0px 20px 0px;
}
.tactri_title_information {background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_bg_informaion.png) no-repeat 20px center #0f6d75;}
.tactri_title_information h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 0.1em;
    margin: 0px 0px 0px 0px;
    padding: 11px 0px 11px 60px;
}
.tactri_table_information {
    background-color: #9ba28c;
    letter-spacing: -1em;
    padding: 15px 15px 15px 15px;
}
.tactri_table_information ul li {
    width: 50%;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_icon_informaion.png) no-repeat left center;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0px 0px 10px 0px;
    padding: 0px 15px 0px 15px;
    display: inline-block;
}
.tactri_table_information ul li a {
    color: #ffffff;
    font-size: 120%;
    font-weight: bolder;
}
.tactri_table_information ul li a:hover {color: #ffff00;}

/****************************線上申辦與查詢****************************/
.tactri_table_inquire {
    background-color: #b7e074;
    letter-spacing: -1em;
    padding: 15px 15px 15px 15px;
}
.tactri_list_inquire {
    width: 20%;
    font-size: 110%;
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
    word-break: break-all;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}
.tactri_list_inquire:focus {
    outline: 3px solid #feb31f;
    outline-offset: 0;
}
.tactri_list_inquire a {
    width: 100%;
    color: #0f6d75;
    font-weight: bolder;
    display: inline-block;
}
.tactri_list_inquire a:hover {color: #4a6917;}
.tactri_list_inquire_img {width: 100%;}
.tactri_list_inquire_img img {width: 100%;}

/****************************網頁右側****************************/
.tactri_area_right {
    width: 20%;
    margin: 27px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    position: relative;
}
.tactri_area_right > div > img {
    max-width: 100%;
    margin: 0px 0px 10px 0px;
}
.tactri_box_movie {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_box_movie li img {width: 100%;}
.tactri_box_weather {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_box_weather a img {width: 100%;}
.tactri_box_hotbanner {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_box_hotbanner li {margin: 0px 0px 5px 0px;}
.tactri_box_hotbanner li a > div {display: none;}
.tactri_box_hotbanner li img {width: 100%;}
.tactri_box_banner {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_box_banner li {margin: 0px 0px 5px 0px;}
.tactri_box_banner li a > div {display: none;}
.tactri_box_banner li img {width: 100%;}

/****************************網頁內頁****************************/
.tactri_area_center2 {
    width: 78%;
    margin: 27px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    float: left;
    position: relative;
}
.tactri_area_bread {
    width: 100%;
    color: #5f5f5f;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_area_bread li {float: left;}
.tactri_area_bread li:first-child {color: #0f6d75;}
.tactri_area_bread a {color: #935907;}
.tactri_area_bread a:hover {color: #e1af03;}
.tactri_area_print {
    width: 100%;
    margin: 0px 0px 23px 0px;
    float: left;
    display: none;
}
.tactri_area_print .a2a_kit {margin: 0px 0px 10px 0px;}
.tactri_box_print {float: right;}
.tactri_box_print a {
    width: 40px;
    height: 40px;
    background-color: #0f6d75;
    color: #ffffff;
    line-height: normal;
    text-align: center;
    letter-spacing: normal;
    margin: 0px 0px 0px 5px;
    padding: 1px 5px 0px 5px;
    display: inline-block;
}
.tactri_box_print a:hover {color: #b7e074;}
.share_button_line img {
    width: 32px;
    height: 32px;
}
.a2a_button_facebook[text] {display: none;}
.a2a_svg.a2a_s_printfriendly {background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_icon_print.png) no-repeat center center;}
.a2a_svg.a2a_s_printfriendly svg {display: none;}
.tactri_area_center2 h2 {
    width: 100%;
    color: #0f6d75;
    font-weight: bolder;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_area_center2 h3 {
    width: 100%;
    background-color: #0f6d75;
    color: #b7e074;
    font-weight: bolder;
    margin: 0px 0px 20px 0px;
    padding: 10px 10px 10px 10px;
    float: left;
}
.tactri_area_center2 h4 {
    width: 100%;
    color: #0f6d75;
    font-weight: bolder;
    float: left;
}
.tactri_area_center2 ul.subject_tree {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_area_center2 ul.subject_tree li a {
    width: 100%;
    font-size: 140%;
    border-bottom: 1px solid #0f6d75;
    padding: 10px 0px 10px 0px;
    float: left;
}
.tactri_area_other {
    width: 100%;
    color: #5f5f5f;
    font-size: 110%;
    float: left;
}
.tactri_area_other span {color: #0f6d75;}
.tactri_area_other a {color: #0f6d75;}
.tactri_area_content {
    width: 100%;
    font-size: 110%;
    margin: 18px 0px 20px 0px;
    float: left;
}
.tactri_area_content p span {color: #0f6d75;}
.tactri_area_content ul {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 30px;
}
.tactri_area_content ul li {list-style-type: disc;}
.tactri_area_content ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 20px;
}
.tactri_area_content ol li {list-style-type: decimal;}
.tactri_area_content li img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}/*文章中條列中的圖*/
.tactri_area_content a {color: #935907;}
.tactri_area_content a:hover {color: #e1af03;}
.tactri_area_content table {
    max-width: 100%;
    color: #0f6d75;
    font-size: 110%;
    border: 2px solid #0f6d75;
    margin-bottom: 20px;
}
.tactri_area_content table tr {background-color: #ffffff;}
.tactri_area_content table tr:nth-of-type(odd) {background-color: #eaf5d8;}
.tactri_area_content table th, .tactri_area_content table td {
    border: 1px solid #0f6d75;
    padding: 3px 5px 3px 5px;
}
.tactri_area_content table th {
    background-color: #0cab77;
    color: #ffffff;
    font-weight: bolder;
}
.tactri_area_image {letter-spacing: -1em;}
.tactri_box_image {
    text-align: center;
    vertical-align: top;
    letter-spacing: normal;
    margin: 0px 0px 10px 0px;
    float: none;
    display: inline-block;
}
.tactri_box_image img {width: 100%;}
.tactri_box_image:hover a {color: #e1af03;}
.tactri_area_download {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: left;
}
.tactri_area_download h3 {
    color: #e1af03;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_icon_download.png) no-repeat left center transparent;
    border-bottom: 2px solid #e1af03;
    margin: 0px 0px 10px 0px;
    padding: 7px 0px 8px 33px;
}
.tactri_area_download ul li {
    width: 100%;
    color: #5f5f5f;
    font-size: 80%;
    border-bottom: 1px dashed #5f5f5f;
    padding: 9px 0px 7px 0px;
    float: left;
}
.tactri_area_download ul li a {
    color: #935907;
    font-size: 140%;
    font-weight: bolder;
    letter-spacing: 0.05em;
}
.tactri_area_download ul li a:hover {color: #e1af03;}
.tactri_area_download ul li img {vertical-align: top;}
.tactri_box_iframe {
    height: 0;
    padding-top: 25px;
    padding-bottom: 56.25%; /* 16:9 */
    position: relative;
}
.tactri_box_iframe iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/****************************雙語詞彙****************************/
.tactri_area_sort {
    width: 100%;
    text-align: center;
    float: left;
}
.tactri_area_sort ul {display: inline-block;}
.tactri_area_sort ul li {
    letter-spacing: normal;
    border-right: 1px solid #0f6d75;
    margin: 0px 0px 10px 0px;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}
.tactri_area_sort ul li:first-child {padding: 0px 10px 0px 0px;}
.tactri_area_sort ul li:last-child {border-right: none;}
.tactri_area_sort ul li a {color: #0f6d75;}
.tactri_area_bilingual {
    width: 100%;
    overflow: auto;
}
.tactri_area_bilingual table {min-width: 750px;}

/****************************搜尋頁****************************/
.tactri_box_search {
    /*width: 100%;*/
    vertical-align: middle;
    margin: 0px 0px 10px 0px;
    /*float: left;*/
    display: inline-block;
}
.tactri_box_search input#startTime, .tactri_box_search input#endTime {width: 100px;}

/****************************電子報****************************/
.tactri_group_epaper {
    width: 100%;
    letter-spacing: -1em;
    margin: 0px 0px 40px 0px;
    display: inline-block;
}
.tactri_row_epaper {
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
}
.tactri_row_epaper .btn {
    letter-spacing: normal;
    margin: 0px 0px 7px 0px;
}
.btn {
    letter-spacing: normal;
}
.tactri_label_epaper {
    background-color: #b7e074;
    color: #0f6d75;
    font-weight: bolder;
    margin: 0px 0px 5px 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.tactri_info_epaper {
    margin: 0px 0px 5px 0px;
}
.tactri_control_epaper {
    margin: 0px 0px 5px 0px;
}
.tactri_control_epaper label {
    margin: 0px 0px 0px 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.tactri_group_epaper button {
    margin: 0px auto 0px auto;
    display: block;
}
.tactri_control_epaper li {
    display: inline-block;
}
.tactri_control_epaper li span {
    display: none;
}
.tactri_control_epaper li .checkbox-inline span {
    display: block;
}
/****************************電子報預覽****************************/
.tactri_table {
    max-width: 800px;
    width: 100%;
    margin: 0px auto 0px auto;
}

/****************************fatfooter RWD****************************/
.tactri_area_fatfooter_rwd {
    width: 100%;
    background-color: #935907;
    text-align: center;
    margin: 50px 0px 0px 0px;
    float: left;
    display: none;
}
.tactri_area_fatfooter_rwd span {
    width: 100%;
    color: #ffffff;
    font-size: 120%;
    font-weight: bolder;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    display: inline-block;
    cursor: pointer;
}

/****************************fatfooter****************************/
.tactri_area_bottom {float: left;}
.tactri_area_fatfooter {
    width: 100%;
    background-color: #0f6d75;
    margin: 50px 0px 0px 0px;
    padding: 10px 0px 20px 0px;
    float: left;
}
.tactri_fatfooter_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.tactri_fatfooter_list_box {
    width: calc(100% /6);
    padding: 0px 15px 10px 15px;
}
.tactri_fatfooter_list_title a {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bolder;
}
.tactri_fatfooter_list_title a:hover {color: #b7e074;}
.tactri_area_fatfooter li {
    font-size: 110%;
    margin: 0px 0px 3px 0px;
}
.tactri_area_fatfooter li a {
    color: #ffffff;
    letter-spacing: -0.05em;
}
.tactri_area_fatfooter li a:hover {color: #b7e074;}
.tactri_area_fatfooter a.more {
    color: #ffff00;
    text-decoration: underline;
    float: left;
}
.tactri_area_fatfooter a.more:hover {color: #06f9e2;}

/****************************網頁下方****************************/
.tactri_area_footer {
    width: 100%;
    min-height: 258px;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102712/https://www.acri.gov.tw/Images/tactri_bg_banner2.jpg) no-repeat center top #f4f4f4;
    background-size: cover;
    letter-spacing: -1em;
    padding: 55px 15px 20px 15px;
    float: left;
}
.tactri_area_footer a {
    color: #0f6d75;
    font-weight: bolder;
    vertical-align: top;
    display: inline-block;
}
.tactri_area_footer a:hover {color: #0ea01a;}
.tactri_area_footer .tactri_area_print {margin: 0px auto 0px auto;}
.tactri_area_footer .tactri_box_print {float: none;}
.tactri_area_footer .tactri_box_print a {
    color: #ffffff;
    margin: 0px auto 0px auto;
}
.tactri_area_footer .tactri_box_print a:hover {color: #b7e074;}
.tactri_area_footer p {color: #000000;}
.tactri_area_footer ul {
    width: 100%;
    margin: 0px 0px 15px 0px;
    float: left;
}
.tactri_area_footer ul li {
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #b7e074;
    float: left;
}
.tactri_area_footer ul li:first-child {padding: 0px 5px 0px 0px;}
.tactri_area_footer ul li:last-child {border: none;}
.tactri_area_footer .img-responsive {margin: 0px auto 20px auto;}
.tactri_info_footer {
    letter-spacing: normal;
    vertical-align: top;
    padding: 0px 10px 0px 0px;
    display: inline-block;
}
.tactri_qr_footer {
    letter-spacing: normal;
    vertical-align: top;
    padding: 0px 10px 0px 10px;
    display: inline-block;
}
.tactri_icon_footer {
    letter-spacing: normal;
    vertical-align: top;
    text-align: center;
    padding: 0px 0px 0px 10px;
    display: inline-block;
}

@media (min-width: 1200px) {
    .container {width: 1000px;}
}
@media (max-width: 1024px) {
    .wrap {width: 100%;}
}
@media (min-width: 1000px) {
}
@media (max-width: 1000px) {
    .accesskey {display: none;}
    .tactri_top_banner {min-height: 250px;}
    .tactri_top_banner > a {
        width: 100%;
        margin: 0px 0px 10px 0px;
        float: left;
    }
    .tactri_area_function {float: left;}
    .tactri_area_share {
        justify-content: flex-start;
        top: 110px;
        left: 15px;
    }
    .tactri_area_search a {float: left;}
    .tactri_btn_share, .tactri_area_search, .tactri_box_keyword {
        justify-content: flex-start;
    }
    .tactri_area_info {
        margin: 0px auto 10px auto;
        float: none;/*footer要置中*/
        display: inline-table;
        /*top: 220px;
        left: 15px;*/
    }
    .tactri_area_left {display: none;}
    .tactri_menu_btn {display: block;}
    #tactri_menu_rwd {
        overflow: scroll;
        display: block;
    }
    .tactri_area_center {width: 70%;}
    .tactri_area_center2 {width: 100%;}
    .tactri_area_right {width: 30%;}
    .tactri_box_search {text-align: center;}
    .tactri_area_footer {padding: 25px 15px 30px 15px;}
    .tactri_icon_footer {
        width: 100%;
        letter-spacing: -1em;
        padding: 0px 15px 0px 15px;
    }
    .tactri_aplus_footer {
        letter-spacing: normal;
        vertical-align: middle;
        padding: 0px 0px 0px 0px;
        display: inline-block;
    }
    .tactri_gov_footer {
        letter-spacing: normal;
        vertical-align: middle;
        padding: 0px 0px 0px 20px;
        display: inline-block;
    }
}
@media (max-width: 860px) {
    .tactri_info_footer {
        width: 100%;
        vertical-align: middle;
    }
    .tactri_qr_footer {
        width: 33.33%;
        vertical-align: middle;
    }
    .tactri_icon_footer {
        width: 33.33%;
        vertical-align: middle;
    }
}
@media (max-width: 768px) {
    .tactri_area_top {display: none;}
    .tactri_area_top_rwd {display: block;}
    .tactri_top_banner2 .mcipcsldr_dotbtns_box {
        padding: 0px 0px 15px 0px;
        position: relative;
    }
    .tactri_area_center {
        width: 100%;
    }
    .tactri_area_right {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .tactri_box_movie, .tactri_box_weather {width: 50%;}
    .tactri_box_movie {padding: 0px 5px 0px 0px;}
    .tactri_box_weather {padding: 0px 0px 0px 5px;}
    .tactri_box_hotbanner, .tactri_box_banner {letter-spacing: -1em;}
    .tactri_box_hotbanner a.more, .tactri_box_banner a.more {letter-spacing: normal;}
    .tactri_box_hotbanner li, .tactri_box_banner li {
        width: 50%;
        vertical-align: top;
        margin: 0px 0px 5px 0px;
        padding: 0px 5px 0px 0px;
        display: inline-block;
    }
    .tactri_box_hotbanner li:nth-child(even), .tactri_box_banner li:nth-child(even) {padding: 0px 0px 0px 5px;}
    .tactri_area_content {overflow: auto;}
    .tactri_area_fatfooter_rwd {display: block;}
    .tactri_area_fatfooter {
        margin: 0px 0px 0px 0px;
        display: none;
    }
    .tactri_fatfooter_list_box {width: calc(100% /3);}
    .tactri_area_footer {text-align: center;}
    .tactri_area_footer ul li {
        float: none;
        display: inline-block;
    }
    .tactri_row_epaper {width: 100%;}
    .tactri_row_epaper .btn {margin: 0px auto 7px auto;}
}
@media (max-width: 680px) {
    .tactri_top_menu ul li {
        border-right: 1px solid #ffffff;
        margin: 0px 0px 10px 0px;
        padding: 0px 10px 0px 10px;
    }
    .tactri_top_menu ul li:first-child {border-left: 1px solid #ffffff;}
    .tactri_top_menu ul li:last-child {border-right: 1px solid #ffffff;}
    .tactri_area_footer ul li {margin: 0px 0px 10px 0px;}
    .tactri_area_footer ul li:first-child {
        border-left: 1px solid #b7e074;
        padding: 0px 5px 0px 5px;
    }
    .tactri_area_footer ul li:last-child {border-right: 1px solid #b7e074;}
}
@media (max-width: 580px) {
    .tactri_table_inquire {text-align: center;}
    .tactri_list_inquire {
        width: 33%;
        margin: 0px 0px 10px 0px;
    }
    .tactri_icon_footer {
        width: 33.33%;
        vertical-align: middle;
    }
    .tactri_aplus_footer {
        display: block;
    }
    .tactri_gov_footer {
        padding: 0px 0px 0px 0px;
        display: block;
    }
}
@media (max-width: 520px) {
    .tactri_top_banner a img {max-width: 90%;}
    .tactri_fatfooter_list_box {width: 50%;}
}
@media (max-width: 400px) {
    .tactri_table_inquire {text-align: center;}
    .tactri_list_inquire {width: 50%;}
    .tactri_fatfooter_list_box {width: 100%;}
}
@media print {
    a[href]:after {content: none !important;}
}





/*
     FILE ARCHIVED ON 10:27:12 五月 17, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:23:51 五月 19, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
