@charset "utf-8";
/* CSS Document */
/*body .menu li:nth-child(6) ul {
    display: block !important;
}*/
html, body {
    height: auto !important;
}
body{
    letter-spacing: 1px;
    padding: 0 !important;
    background: none !important;
    font-size: 1em;
    color: #4a4949 !important;
    font-family: "微軟正黑體" !important;
    position: relative;
}
body a {
    transition: all 200ms ease-out;
    color: #337ab7;
}
@media print {
    a[href]:after {
      content: none !important;
   }
}
ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
body h2 {
    margin: 0;
}
label {
    margin: 0;
    font-weight: normal;
    /* display: inherit; */
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
a.accesskey {
    position: absolute;
}
/*-------字級設定-------*/
body .container.small{font-size: 95%;}
body .container.medium{font-size:100%}
body .container.big{font-size:110%}

body .into a {
    color: rgba(255, 255, 255, 0);
    display: block;
    position: absolute;
    z-index: 999;
}
body .into a:focus {
    color: white;
}
body .center {
    max-width: 1366px;
    position: relative;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}

body .container {
    position: relative;
    width: 100%;
    padding: 0;
    /* clear:  both; */
}

body.home .content {
    padding: 0 0 35px 0;
}

body.home .left_menu a.accesskey {
    left: 0;
}
body select:focus,
body input:focus, #GoogleSearch:focus {	
    background-color:#fff4c4;
    outline: 3px solid #32a9a6;
}
a:focus {
	border:2px #32a9a6 solid;
	/*display: block;*/
	/* outline-offset: inherit; */
	/* outline: auto; */
}

body.in .container .row,
body.home .container .row {
    top: 15px;
}

body .container .row {
    /* margin: 0; */
    padding: 0;
}

body.in .container .row {
    margin: auto;
}


/*-------左邊滑動選單------------*/
body .fast_menu .cbp-spmenu-left{
    left: -400px;
    /* height: auto; */
    /* background: transparent; */
    /* margin-top: 15%; */
    width: 390px;
    background-color: rgba(128, 103, 28, 0.95);
}

body .fast_menu .cbp-spmenu-left.cbp-spmenu-open {
    left:  0px;
}

body .fast_menu .cbp-spmenu-left button {
    background-image: url(../images/all/left_bt.png);
    width: 45px;
    height: 180px;
    position:  absolute;
    right: -45px;
    border:  none;
    top: 28%;
    background-color: transparent;
    text-indent:  -9999px;
}

body .fast_menu .cbp-spmenu-left a {
    padding: 0;
    border: none;
}

body .fast_menu .cbp-spmenu-left a.top-click {
    display: none;
}

body .fast_menu .cbp-spmenu-left img {
    width: auto;
}

body .fast_menu .cbp-spmenu-left a:hover {
    /* padding: 1px; */
    background-color: #fff;
}
/*-------會員登入-------*/
body .fast_menu .cbp-spmenu-left .navbar-left{
    float: none !important;
    margin: 10px auto;
    width: 80%;
    padding: 0;
    height: auto;
    text-align:center;
}
body .fast_menu .cbp-spmenu-left .navbar-left .title {
    color:#FFF;
    font-size:150%;
    margin: 20px auto 15px auto;
    font-weight:600;
    display:inline-block;
    background-image: url(../images/svg/icon_sign.svg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 25px;
    padding: 2px 0 2px 30px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .title i {
    margin-right:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login label {
    display:inline;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login div {
    position: relative;
    margin: 10px 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login span {
    position:absolute;
    top:0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keyword {
    padding: 0 80px 0 0px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keyword span {
    right: 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login input {
    border:none;
    border-radius:3px;
    padding:10px;
    font-size:100%;
    color:#756e41;
    background-color:#e9e2b6;
    width:100%;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keyword span a {
    text-decoration:none;
    font-size:100%;
    color:#e9e2b6;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keyword span a:hover {
    background-color:transparent;
    color:#FFC107;
    padding:0;
    text-decoration:underline;
}

body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode {
    padding: 0 170px 0 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode input[type=button] {
    color: #ffffff;
    position: absolute;
    float:right;
    width: 40px;
    height: 40px;
    padding: 0;
    top: 0;
    right:0;
    /*background-image: none;*/
    /*background-color: transparent;*/
    border: none;
    font-size: 100%;
    text-decoration: none;
    background-color: #56bcb1;
    border-radius: 3px;
    /*display: inline-block;*/
    background-image:url(../images/all/sync-alt.svg);
    background-size:  30px;
    background-repeat:  no-repeat;
    background-position:  center;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode button:hover {
    background-color:#000;
}

body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode .icon-redo {
    position: absolute;
    right: 0px;
    top: 0;
    /*bottom: 3px;*/
    border-width: 0;
    background-color: #56bcb1;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size:160%;
    border-radius: 3px;
    text-indent:  0;
    color:  #FFF;
    background-image: url(../images/svg/icon_redo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode .icon-redo:before {
    /*content: "\f01e";*/
}



body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode input[type=button]:hover {
    background-color:#ff8a00;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .keycode span.vimg {
    position:absolute;
    left: 152px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login input[type=submit] {
    background-color:#28c194;
    width:100%;
    border:none;
    padding:15px;
    border-radius:5px;
    color:#fff;
    margin-top:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login input[type=submit]:hover {
    background-color:#761c11;
}

body .fast_menu .cbp-spmenu-left .navbar-left .login .but ul {
    position:relative;
    top: 10px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li {
    display:inline-block;
    border-radius:5px;
    width:48%;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li a {
    font-size:100%;
    padding:15px 20px 60px 20px;
    margin:0px;
    text-align:center;
    display:block;
    border-radius:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li.fb a:hover,
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li.google a:hover {
    background-color:#000;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li span {
    display:block;
    position:absolute;
    top: 45px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li.fb a {
    background-color:#3b5998;
    background-image: url(../images/svg/icon_facebook_f.svg);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 16px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li.google a {
    background-color:#db402c;
    background-image: url(../images/svg/icon_google_plus.svg);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 28px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .but li i {
    font-size:180%;
    margin-bottom:5px;
}

body .fast_menu .cbp-spmenu-left .navbar-left .login .rule {
    width:312px;
    display:block;
    overflow: auto;
    height:400px;
    font-size:100%;
    text-align:left;
    color:#fffae2;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .rule ul {
    padding-left:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .rule li {
    list-style-type: decimal;
    margin-left: 20px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .rule li li {
    list-style-type: upper-latin;
    margin-left: 20px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .rule ul ul {
    padding-left:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .rule p {
    font-weight:bold;
    padding:15px 0 5px 0;
    color:#cbba65;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login input[type=checkbox] {
    width:auto !important;
    display:inline-block;
    margin-right:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .login .agree {
    color:#FFF !important;
    padding-top:10px;
}

/*------會員中心資訊------*/
body .fast_menu .cbp-spmenu-left .navbar-left .member_box {
    position:relative;
    top:30px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .info {
    color:#e9e2b6;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px rgba(255, 255, 255, 0.5) solid;
    text-align:  left;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .info span {
    display:inline-block;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .info span a{
    position:absolute;
    right:0;
    top:0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .info span a:hover{
    background-color:transparent;
    color:#cbba65;
    text-decoration:none;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-widget-content {
    background-color:transparent;
    border:none;
}

body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-widget-header {
    background-color:transparent;
    border:none;
    background-image:none;
    padding: 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-state-default,
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-widget-content .ui-state-default,
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-widget-header .ui-state-default {
    background-image:none;
    background-color:transparent;
    border:none;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li i {
    font-size:150%;
    margin-bottom:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li span {
    display:block;
    padding:30px 0 0 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li {
    /* background-color:#cbba65; */
    /* display:block; */
    text-align:center;
    width: 33.333%;
    margin: 0;
    border-radius:5px;
    padding: 0 2px !important;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li a {
    font-size:100%;
    color:#FFF;
    /*padding:5px;
    width:33.333%;*/
    border-radius:5px;
    background-color: #cbba65;
}

body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li.tb01 a {
    background-image: url(../images/svg/icon_file_text.svg);
    background-repeat: no-repeat;
    background-position: center 11px;
    background-size: 20px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li.tb02 a {
    background-image: url(../images/svg/icon_bell.svg);
    background-repeat: no-repeat;
    background-position: center 11px;
    background-size: 21px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li.tb03 a {
    background-image: url(../images/svg/icon_newspaper.svg);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 30px;
}

body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li a:hover {
    background-color:#761c11;
    border-radius:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: none;
    display: block;
    font-size: 100%;
    padding: 10px 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background-color:#761c11;
    cursor: pointer;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0px;
    /* margin:0; */
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-widget-content {
    margin-top: 0;
    background:none;
    font-size:  100%;
    font-family: "微軟正黑體" !important;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-panel {
    padding:0;
    margin:8px 0 0 0;
    border-top: 2px #761c11 solid;
}
        
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-panel ul {
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-panel li {
    display:block;
    border-bottom:2px rgba(255, 255, 255, 0.6) dotted;
    padding: 15px 5px;
    color:#FFF;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-panel li a {
    font-size:100%;
    padding: 10px 5px 5px 5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-tabs .ui-tabs-panel li a:hover {
    background-color: transparent;
    /*color:#483d29;*/
    text-decoration: underline;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .txt {
    font-size: 100%;
    padding: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*color: #ffffff;*/
    height: 60px;
    text-align:  left;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box {
    margin: 5px 0 0 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date,
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .play {
    display:block;
    float:left;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date {
    position:relative;
    background-color:#564b35;
    padding:10px;
    border-radius:5px;
    color:#FFF;
    display:block;
    width:100px;
    height:50px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date .day,
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date .month,
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date .year {
    position:absolute;
    display:block;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date .day {
    font-size:200%;
    top:15px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date .month {
    font-size:85%;
    left:55px;
    top:7px
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .date .year {
    font-size:85%;
    left:55px;
    top:23px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .play a {
    display:block;
    margin:0 0 0 10px;
    padding:0;
    color:#e9e2b6;
    width:40px;
    height:50px;
    text-align:center;
    background-image: url(../images/svg/icon_volume_01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    text-indent:-9999px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all ul li .date_box .play a:hover {
    background-size: 30px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .more a {
    font-size:100%;
    margin:10px;
    text-align:right;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .more a:hover {
    background-color:transparent;
    text-decoration:none;
    color:#cbba65;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .count li {
    padding:0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .count li a {
    padding:10px 10px 10px 15px;
    line-height:30px;
    text-align:  left;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .count li a:hover {
    background-color:#483d29;
    text-decoration:none;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .count li .nu {
    display:block;
    float:right;
    background-color:#ff8a00;
    border-radius:3px;
    width:30px;
    height:30px;
    color:#fbf8f0;
    text-align:center;
    line-height:30px;
    font-size:90%;
}

/*-------電子報訂閱-------*/
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper {
    font-size: 100%;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li {
    border-bottom:none;
    margin:5px 0;
    padding:0;
    /*text-align:center;*/
    display:block;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.2);
    padding:5px;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li a {
    background-color:#28c194;
    padding:20px 0;
    margin:0;
    border-radius:5px;
    text-align:center;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li a:hover {
    text-decoration:none;
    background-color:#483d29;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li .title {
    font-size:110%;
    padding:10px 0;
    border-bottom:2px rgba(255, 255, 255, 0.6) dotted;
    margin: 10px 0 15px 0;
    font-weight:normal;
    background-image:  none;
    display:  block;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li .note {
    margin: 0 0 10px 0;
    text-align:  left;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper input {
    border:none;
    border-radius:3px;
    padding:10px 10px;
    color:#756e41;
    background-color:#e9e2b6;
    font-family: "微軟正黑體" !important;
    width: 100%;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li .but {
    margin:5px 0 10px 0;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li .but input[type=submit] {
    width:47%;
    margin:4px;
    background-color:#ff8a00;
    color:#FFF;
}
body .fast_menu .cbp-spmenu-left .navbar-left .member_box .ui-corner-all .e-paper li .but input[type=submit]:hover {
    background-color:#000000;
}

/*-------左邊滑動選單-end-----------*/



/*-------TOP----------*/

body .top h1 {
    margin: 0;
    position: absolute;
    top: 20px;
    left: 10px;
}
body .top h1 a {
    display: inline-block;
}

body .top h1 img {
    width: 100%;
    max-width: 299px;
}
body .top {
    /* position: relative;
    height: 110px;
    z-index: 9;
    top: 0;
    border-top: 7px #000 solid; */
}
body.in .top,
body.home .top {
    height: 150px;
}
body .top.smaller {
    position: fixed;
    width: 100%;
}

body .top .top_search {
    position: absolute;
}
body .top .toplink {
    top: 0;
    /* right: 30px; */
    background-color: #761c11;
    padding: 9px 5px 5px 15px;
    /*width:  100%; */
    text-align:  right;
    height: 40px;
    right:0;
}
body .top .top_search {
    right: 30px;
    top: 25px;
    width: 440px;
}

body .top .top_search label {
}
body .top .top_search input {
    border: 0;
    padding: 6px 5px 6px 10px;
    width: 77%;
    border: 1px #cbcbcb solid;
}


body .top .top_search input[type=button] {
    background-image: url(../images/all/icon_search.svg);
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #ffffff;*/
    width: 30px;
    text-indent: -9999px;
    position: absolute;
    right: 98px;
    top: 0px;
    border:  none;
    background-color:transparent;
    background-size:20px;
}


body .top .top_search button {
    position:absolute;
    color:#5a0000;
}
body .top .top_search button:hover {
    position:absolute;
    background-image: url(../images/svg/icon_search.svg);
}
body .top .top_search .icon-search {
    background-image: url(../images/svg/icon_search_01.svg);
    background-repeat: no-repeat;
    background-position: 0px 9px;
    background-size: 18px;
    width:30px;
    height: 36px;
    position:absolute;
    right: 95px;
    border-width: 0;
    background-color:transparent;
}
[class^="icon-"]::before, 
[class^="icon-"]::after, 
[class*=" icon-"]::before, 
[class*=" icon-"]::after {
    font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body .top .top_search .icon-search:before {
    /*content: "\f002";*/
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}


body .top .top_search input[type=submit], 
body .top .top_search .adv a {
    color: #ffffff;
    position: absolute;
    width: 90px;
    /* height: 37px; */
    padding: 7px 0;
    right: 0;
    top: 0;
    /* background-image: none; */
    /* background-color: transparent; */
    border: inherit;
    font-size: 100%;
    text-decoration: none;
    background-color: #B35F00;
    border-radius:  3px;
}

body .top .top_search .ad_search .hot {position: relative;top: 9px;color: #00d8f1;font-size: 90%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;padding: 0 55px 0 0;letter-spacing: 0;}

body .top .top_search .ad_search .hot a {
    color: #247B8F;
}

body .top .top_search .ad_search .hot span {
    color: #000000;
}
body .top .top_search input[type=submit]:hover, 
body .top .top_search .adv a:hover {
    background-color: #761c11;
    /*color: #000;*/
}
body .top .top_search input[type=button]:hover {
    /*background-color: #ffed93;*/
}
body .top .top_search p {
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
}
body .top .toplink a,
body .top .toplink {
    color: #fff;
    font: inherit;
    font-size: 95%;
}
body .top .toplink a {
    padding: 0 5px;
    letter-spacing: 0;
    white-space: nowrap;
}
body .top .toplink a.accesskey {
    /* top: 8px; */
    position: inherit;
    width: auto;
    /* left: 0; */
}

/*-----選單----*/

body .menu {
    background-color: #fff;
    position: relative;
    z-index: 999;
    padding: 0;
}

body .menu .center {
    padding: 0 !important;
}
body .menu {
    /* border-top: 2px #dedede solid; */
    background-image: url(../images/all/menubg.png);
}
body .menu-container .menu {
    border-top: none;
}
body .menu.center {}
body .center.menu a.accesskey {
    position: absolute !important;
    width: auto;
}
body .menu.smaller {
    top: 0;
    position: fixed;
    width: 100%;
    max-width: inherit;
    bottom: inherit;
    /* background-position: center bottom; */
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.42);
    z-index: 999;
    background-image: url(../images/all/menubg.png);
}
/*------跑馬燈--------*/
body .run {
    background-color: #e8e8e8;
}
body .marquee_box {
    font-size: 115%;
    padding: 40px 10px 5px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #e7e7e7;
}

body .marquee_box .icon {
    position: absolute;
    top: 0;
    left: 0;
}
body .marquee_box .bg,
body .marquee_box .marquee {
    font-size: 100%;
    margin: -30px 5px 5px 5px;
}
body .marquee_box .marquee div {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    height: 22px;
}
body .marquee_box .marquee .js-marquee a {
    color: #b8021c;
    font-size: 95%;
    white-space: nowrap;
}
/*------------banner-------------*/
body .shadow {
    position: absolute;
    z-index: 9;
    padding: 0 15px 0 0;
    opacity: 0.3;
}
body .shadow img {
    width: 100%;
    border-radius: 10px;
}
body .banner{
	overflow:hidden;
}
body .banner .slick-list{border-radius: 10px;}
body .banner.slider {
    margin: 0 0 0 0;
    padding: 0;
}
body .banner.slider img {
    width: 100%;
    z-index: 0;
    position: relative;
}

body .banner.slider .txt {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.57);
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 15px;
    color: #fff;
}

body .banner.slider .txt .title {
    font-size: 130%;
}

body .banner.slider .txt p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


body .banner.slider a::before {content:"";-webkit-box-shadow: inset 0 1px 30px rgba(0,0,0,0.45);-moz-box-shadow: inset 0 1px 30px rgba(0,0,0,0.45);box-shadow: inset 0 1px 30px rgba(0, 0, 0, 0.45);display: block;width: 100%;z-index: 999;position: absolute;height: 100%;max-width: 1170px;/* top: 0; *//* background-image: url(../images/index/link_iconbg_b.png); */}

body .banner.slider img::before {content:""}

body .banner.slider img:before {
	content:""
}
body .banner.slider .slick-dots {
    bottom: 85px;
    z-index: 99;
    text-align: right;
    right: 20px;
}
body .banner.slider .slick-dots li button:before {
    width: 30px;
    height: 30px;
    font-size: 100%;
}

/*--------home----------------------*/
body.home .carousel {
    height: 239px;
}
body.home .bread {
    padding: 0 10px 15px 20px;
    font-size: 95%;
    letter-spacing: 0;
    /* text-shadow: 1px 0 white, 0 1px white, -1px 0 white, 0 -1px white; */
    clear:  both;
}
body.home .bread .center {
    padding: 0 40px;
}
body.home .bread a {
    color: #000;
}
body.home .bread a.accesskey {
    left: 5px;
}
body.home .bread .this {
    color: #2b69aa;
    font-weight: bold;
}
body.home .bread i {
    font-size: 125%;
    position: relative;
    margin: 0 3px 0 0;
    top: 1px;
    color: #000;
}
body.home .bread .icon_home {
    background-image: url(../images/svg/icon_home.svg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 17px;
    text-indent: -9999px !important;
    width:20px;
    height:20px;
    position: relative;
    margin: 0 3px 0 0;
    top: 3px;
    display:  inline-block;
}
/*--------右內容-------------*/

body.home .content .plus ul {
    margin: 0 0 0 10px;
    display: inline-block;
    position: relative;
}

/*---------社群-----------*/
body .sharebar {
    position:relative;
    background-color:#cbba65;
    height: 45px;
    width:100%;
}
body .sharebar .group01 {
    float:left;
}
body .sharebar .group01 li a {
    background-position: 12px 12px;
    background-repeat: no-repeat;
    display:block;
    padding: 12px 10px 12px 40px;
    height:45px;
}
body .sharebar .group01 li.set a {
    background-image: url(../images/svg/icon_set.svg);
    background-size: 20px;
}
body .sharebar .group01 li.fb a {
    background-image: url(../images/svg/icon_facebook.svg);
    background-size: 20px;
}
body .sharebar .group01 li.flickr a {
    background-image: url(../images/svg/icon_flickr.svg);
    background-size: 20px;
}
body .sharebar .group01 li.youtube a {
    background-image: url(../images/svg/icon_youtube_play.svg);
    background-size: 22px;
}
body .sharebar .set.group {
    float:right;
    /* margin-right:  10px; */
}
body .sharebar ul {
    position:relative;
    /*top: 10px;*/
}
body .sharebar li {
    display:inline-block;
    border-left:1px #FFF solid;
}
body .sharebar li:nth-child(1) {
    border:none;
}
body .sharebar li:nth-child(2) {
    border:none;
}
body .sharebar .group01 li:nth-child(1) {
    display:none;
}
body .sharebar li i {
    margin-right:5px;
    font-size: 150%;
    line-height: 20px;
}
body .sharebar li a {
    color: #474747;
    /*padding: 13px;*/
    letter-spacing: 0;
    text-decoration:none;
    font-size: 95%;
}
body .sharebar li a:hover {
    background-color:#761c11;
    color: #fff;
}
body .sharebar .set.group {
    top: 7px;
    position: relative;
}
body .sharebar .set li {
    float: left;
    font-size: 100%;
    color: #474747;
    margin-right: 3px;
    font-weight: normal;
    letter-spacing: 0;
    border:  none;
}
body .sharebar .set li a {
    background-image: none;
    text-indent: -7px;
    color: #fff;
    text-align: center;
    line-height: 1px;
    text-decoration: none;
    width:30px;
    height:30px;
    display:block;
    padding: 13px;
}
body .sharebar .set li a:hover {
    background-color: #761c11;
}
body .sharebar .set .l a {
	background-color: #6E6E6E;
	font-size: 120%;
}
body .sharebar .set .m a {
    background-color: #6E6E6E;
    font-size:100%;
}
body .sharebar .set .s a {
	background-color: #6E6E6E;
	font-size: 90%;
	text-indent: -5px;
}
body .container.small .set .s a,
body .container.medium .set .m a,
body .container.big .set .l a {
    background-color: #761c11;
}


/*-------瀏覽輔助設定------*/
body .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    background-color: #67bfbd !important;
    background:  none;
    font-size: 120%;
    font-family: "微軟正黑體" !important;
    border:none;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    font-size: 100%;
    font-weight: normal !important;
    font-family: "微軟正黑體" !important;
    z-index:  9999;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .title {
    font-weight:600;
    padding:5px 0;
    border-bottom:1px #c3c3c3 solid;
    margin:10px 0;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .demo {
    background-color:#FFF;
    padding:15px;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li {
    display:inline-block;
    width:22%;
    background-color:#666;
    margin:4px;
    text-align:center;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li a {
    display:block;
    padding:15px 10px;
    text-decoration:none;
    border:3px #b7b7b7 solid;
    background-color:#fff;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_01 a {
    color:#ffeb00;
    background-color:#000;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_02 a {
    color:#000000;
    background-color:#FFF;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_03 a {
    color:#ffeb00;
    background-color:#01008A;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li.color_04 a {
    color:#000000;
    background-color:#FFFFCB;
}
body .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable li a:hover {
    border:3px #666666 solid;
}
body button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-only {
    font-size:  100%;
    color:  #000;
    font-family: "微軟正黑體" !important;
}
body .ui-button-icon-primary.ui-icon.ui-icon-closethick {
    background-image: url(../js/jquery-ui-1.11.4/images/ui-icons_222222_256x240.png);
}

/**/
body.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .rule {
    padding:15px;
    background-color:#fff;
    margin:10px;
    
}
body.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .rule span {
    font-weight:bold;
    margin-top:15px;
    display:block;
}
body.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .rule ul {
    /*list-style-type: inherit;*/
}
body.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .rule li {
    background-color:transparent;
    display:list-item;
    width: 95%;
    text-align:  left;
    margin-left: 35px;
    list-style-type: decimal;
    padding:2px 0;
}
body.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .rule li li {
    list-style-type:disc;
}
body.home .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable .rule li span {
    margin-top:0;
}
/*----------------*/
body.home .content {
    padding: 0;
    min-height: 300px;
    position: relative;
}

body.home .content .title {
    color: #268cac;
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px 0 10px 10px;
    margin: 0 0 15px 0;
    clear: both;
    border-bottom: 1px #96c2d6 solid;
}
body.home .content .title span.eng {
    background-image: url(../images/svg/icon_english.svg);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    background-size: 60px;
    display:inline-block;
    text-indent:-9999px;
    width:60px;
}


/*-------內頁調整-----------*/
/*----------瀏覽人次-------------*/
body.home .content .note {
    text-align: right;
    color: #848484;
    padding: 10px 0;
    margin: 20px 0 50px 0;
    font-size: 95%;
    clear: both;
}

body.home .content .note ul {
    float: right;
}

body.home .content .note ul li {
    float: left;
    margin-left: 10px;
    padding: 0 0 5px 30px;
    color:#000;
    font-weight: bold;
}
body.home .content .note li.eye {
    background-image: url(../images/svg/icon_eye.svg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 18px;
    padding: 0 0 0 22px;
}
body.home .content .note li.date {
    background-image: url(../images/svg/icon_clock.svg);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-size: 14px;
    padding: 0 0 0 22px;
}
body.home .content .note span {
    color: #848484;
    font-weight:normal;
}

/*----------換頁-------------*/
body .content .page ul {
	display: inline-table;
	margin-top:  10px;
}
body .content .page .buttom {
	margin: 15px auto;
	text-align: center;
	border-top: 1px #ccc solid;
	padding: 10px 0;
	clear: both;
}
body .content .page .buttom li {
	margin: 2px;
	display: inline-block !important;
}
body .content .page .buttom li a {
	background-color: #207E75 !important;
	float: left;
	color: #fff;
	background-repeat: no-repeat;
	/*height: 40px;*/
	text-decoration: none;
	padding:10px 15px 10px 35px;
	font-size:95% !important;
}
body .content .page .buttom li a:hover {
	background-color: #000000 !important;
	text-decoration:none !important;
}
body .content .page .fast {
	margin-top: 10px;
}
body .content .page .fast span {
	margin: 0 5px;
}
body .content .page .fast .red {
	color: #d21212;
}

body .content .page .buttom li.first a {
    background-image: url(../images/svg/icon_page_first.svg);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size:12px;
}
body .content .page .buttom li.pre a {
    background-image: url(../images/svg/icon_page_pre.svg);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size:12px;
}
body .content .page .buttom li.next a {
    background-image: url(../images/svg/icon_page_next.svg);
    background-repeat: no-repeat;
    background-position: 72px 15px;
    background-size:12px;
    padding:10px 35px 10px 15px;
}
body .content .page .buttom li.end a {
    background-image: url(../images/svg/icon_page_end.svg);
    background-repeat: no-repeat;
    background-position: 72px 15px;
    background-size:12px;
    padding:10px 35px 10px 15px;
}
body .content .page .buttom li.back a {
    background-image: url(../images/svg/icon_undo.svg);
    background-repeat: no-repeat;
    background-position: 15px 13px;
    background-size: 15px;
    padding: 10px 15px 10px 38px;
}
/*-------------換頁end------------------*/


/*-----------footer-------------*/
body .fat_box {
    padding: 0;
    position: relative;
    z-index: 99;
    height: 100%;
    /* background-image: url(../images/all/fat_bg.gif); */
    background-color: #dddddd;
}
body .footer_box .gotop {
    position: fixed;
    right: 15px;
    bottom: 130px;
    z-index: 9999;
    text-align: center;
    line-height:50px;
}
body .footer_box {
    /* background-image: url(../images/all/foot_topbg.jpg); */
    padding: 0;
}
body .footer_box .gotop a {
    width: 60px;
    height: 60px;
    background-color: #761c11;
    display: block;
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-image: url(../images/svg/icon_top.svg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 30px;
    text-indent:-9999px;
}
body .footer_box .gotop a:hover {
    opacity: 1;
}
body .fat_box .center {
    text-align: center;
    background-color: transparent !important;
    top: 0 !important;
}
body .fat_box .ui-accordion .ui-accordion-icons {} body .fat_box .ui-accordion .ui-accordion-header {
    margin: -15px auto 25px auto;
    padding: 0;
    width: 142px;
    height: 55px;
    border: none;
    text-align: center;
    background: transparent;
    background-image: url(../images/all/fat_icon.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 0;
    position: relative;
    color: #000;
    transition: all 200ms ease-out;
    top: -10px;
}
body .fat_box .ui-accordion .ui-accordion-header::before {
    content: "點選收合";
    color: #000;
    position: relative;
    top: 55px;
}
body .fat_box .ui-accordion .ui-accordion-header::before {} body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all {
    position: absolute;
    left: 44%;
    background-image: url(../images/all/fat_icon02.png);
    margin: -27px auto 0 auto;
}
body .fat_box .ui-accordion .ui-accordion-header.ui-corner-all::before {
    content: "點選展開";
    color: #000;
    position: relative;
    top: 55px;
}
body .fat_box .fat {
    text-align: center;
    font-family: "微軟正黑體";
}
body .fat_box .ui-accordion .ui-accordion-content {
    border: 0;
    overflow: visible;
    padding: 0px 0 50px 0;
    margin: 0 0 0 0;
    background: transparent;
}
body .fat_box ul {
    text-align: center;
    /* width: 14.285%; */
    padding: 0 10px;
    margin: 30px 0;
}
body .fat_box ul li.title {
    border-bottom: 2px #c9af2c solid;
    font-weight: bold;
    font-size: 100%;
    margin: 0 0 10px 0 !important;
    padding: 0 0 10px 3px !important;
    text-align: left;
}
body .fat_box ul li.title::before {
    display: none;
}
body .fat_box ul li.title a {
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
}
body .fat_box ul li a {
    color: #000000;
}
body .fat_box ul li a:hover {
    color: #000;
}
body .fat_box ul li {
    padding: 7px 0 !important;
    font-size: 90%;
    text-align: left;
    display: flex;
    /* white-space: nowrap; */
}

body .fat_box ul li::before {
    content: "_";
    float: left;
    margin: 0 3px 0 5px;
    color: #8e8e8e;
    font-size: 85%;
}
body .fat_box ul li.title a:hover {
    color: #90743c;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: relative;
    left: inherit;
    top: inherit;
    margin: 0;
}
body .fat_box .ui-state-active .ui-icon {
    left: inherit;
    top: inherit;
    margin: auto;
    background-position: 0 0;
}
body .fat_box .ui-state-active .ui-icon.ui-icon-triangle-1-s {
    display: none;
}
body .ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-e {
    background-image: url(../images/all/fat_open.gif);
    background-position: 0 0;
    position: relative;
    margin: auto;
    top: 5px;
    display: none;
}

body .fat_box .close {
    float: none;
    top: 5px;
    position: relative;
    font-size: 95%;
    text-shadow: none;
    font-weight: 100;
    color: #fff;
    opacity: 1;
    display: none;
}
body .footer_box .txt_link {
    background-color: #000000;
    padding: 30px 0;
    color: #ffffff;
}
body .footer_box .txt_link .link {
    position: absolute;
    right: 229px;
    top: -10px;
}
body .footer_box .foot {
    background-color: #d8d8d8;
    padding: 45px 0 0 0;
    position: relative;
    background-color: #fbf8f0;
}
body .footer_box .center {
    background-color: transparent !important;
    padding: 0 15px !important;
}
body .footer_box .foot .left,
body .footer_box .foot .right {
    float: left;
    /* margin-right: 10px; */
    width: 66%;
}
body .footer_box .foot .left {
    float: left;
    /* margin-right: 10px; */
    width: 34%;
}
body .footer_box .foot .left img {
    max-width: 300px;
    width:  100%;
}
body .footer_box .foot .right {
    margin-top:10px;
}
body .footer_box .foot .right img {
    padding: 0 0 0 0;
    display:inline-block;
    width: 18px;
}
body .footer_box .logo img {
    max-width: 250px;
    width: 100%;
}
body .footer_box .foot .left ul {
    margin: 10px 0 0 0;
    position: relative;
    left: 83px;
}
body .footer_box .foot .left li {
    display:inline-block;
}
body .footer_box .foot .left ul li a {
}

body .footer_box .foot .right i {
    color:#FF9800;
    margin:0 5px;
}
body .footer_box .foot .left ul li:before {
    margin-right: 5px;
}
body .footer_box .foot .left p {
    /* position: relative; */
    /* display: block; */
    /* width: max-content; */
    /* padding: 5px 0; */
}

body .footer_box .foot .icon {
    clear: both;
    /* position: relative; */
    padding: 20px 0 0 0;
    text-align: center;
    margin: 20px 0 0 0;
    border-top: 1px #555 solid;
    /* display: block; */
    float: left;
    width: 100%;
}

body .footer_box .foot .icon ul {
    display: inline-block;
    text-align: center;
}

body .footer_box .foot .icon ul li {
    /* float: left; */
    margin: 5px 5px;
    display: inline-block;
}

body .footer_box .foot .right .link {
    padding: 0 0 4px 0;
}

body .footer_box .foot .right .link a {
    display: inline-block;
    margin: 0 5px 0 0;
    background-color: #f59000;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
}

body .footer_box .foot .right .link a:hover {
    background-color: #1e80cc;
}
body .footer_box .foot .right li {
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin: 5px 7px 0 0;
    display: inline-block;
}
body .footer_box .foot .left li a {
    display: block;
    text-align: center;
    margin: 0 0 0 00;
    text-decoration: none;
    padding: 0;
}
body .footer_box .foot .left li a:hover {
    /*moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);*/
}
body .footer_box .foot p {
    color: #000000 !important;
    padding: 5px 0;
    letter-spacing: 0;
    font-size: 95%;
    line-height: 120%;
}

body .footer_box .foot p.title {
    color: #29d1ea;
    border-bottom: 1px rgba(41, 209, 234, 0.47) solid;
    padding: 5px 10px 5px 0;
    width: max-content;
    margin: 0 0 10px 0;
    font-size: 110%;
}

body .footer_box .foot .right p a {
    color: #00ffde;
}
body .footer_box .foot .left ul li {
    color: #fff;
    font-size: 90%;
    letter-spacing: 0;
    line-height: 150%;
}

body .footer_box .foot .left ul li p {
    margin: 6px 0 0 0;
    font-size: 90%;
    font-weight: bold;
}
body .footer_box .txt_link a,
body .footer_box .txt_link span {
    color: #ffffff;
    margin: 0 5px;
    font-weight: bold;
    font-size: 105%;
}
body .footer_box .txt_link a:hover {
    color: #ccab00;
}

body .foot_bottom {
    background-color: #761c11;
    padding: 30px 10px;
    color:#FFF;
    text-align:center;
    margin-top: 40px;
}
body .foot_bottom ul li {
    display:inline-block;
    line-height:30px
}
body .foot_bottom li a {
    color:#FFEB3B;
}
body .foot_bottom .time {
    display:inline-block;
}

/*--------svg--------*/
@font-face {
      font-family: 'fontello';
      src: url('../js/font-awesome-4.7.0/fontello/font/fontello.eot?82933296');
      src: url('../js/font-awesome-4.7.0/fontello/font/fontello.eot?82933296#iefix') format('embedded-opentype'),
           url('../js/font-awesome-4.7.0/fontello/font/fontello.woff?82933296') format('woff'),
           url('../js/font-awesome-4.7.0/fontello/font/fontello.ttf?82933296') format('truetype'),
           url('../js/font-awesome-4.7.0/fontello/font/fontello.svg?82933296#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}


/*統計圖像專區*/
body.in .area_01, 
body.home .area_01 {
     margin: 40px 0 30px 0;
     position:relative;
     padding: 0 15px 10px 15px;
     text-align:center;
}
body.in .area_01 .title,
body.home .area_01 .title,
body.in .area_02 .title {
    display:inline-block;
    margin: auto;
    top: -10px;
    /* padding: 10px 15px; */
    font-size: 140%;
    color: #483d29;
    font-weight:600;
    position:relative;
}

body.in .area_01 .title,
body.home .area_01 .title {
    background-image: url(../images/svg/icon_chart.svg);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    background-size: 35px;
    padding: 5px 0 5px 45px;
}
body.in .area_02 .title {
    background-image: url(../images/svg/icon_list.svg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 30px;
    padding: 5px 0 5px 40px;
}
/*body.in .area_01 .title::before,
body.in .area_02 .title::before {
    content: "\f201";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#607f9e;
    font-size: 110%;
    margin-right:8px;
}*/
body.in .area_01 .chart .box .title::before,
body.home .area_01 .chart .box .title::before,
body.in .area_02 .listbox .title::before {
    content:"";
}
body.in .area_01 .chart .box,
body.home .area_01 .chart .box {
    background-color:#ebebeb;
    padding:15px;
    line-height:28px;
    margin: 0 0 0 0;
    text-align:left !important;
    height:300px;
}
body.in .area_01 .chart .box .txt,
body.home .area_01 .chart .box .txt {
    font-size: 100%;
    padding: 1px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    height: 200px;
}
body.in .area_01 .chart img,
body.home .area_01 .chart img {
    width: 100%;
    /*max-width:570px;*/
    height: 300px;
}
body.in .area_01 .chart .pic,
body.home .area_01 .chart .pic {
    height:300px;
}
body.in .area_01 .chart .box .title,
body.home .area_01 .chart .box .title {
    font-size:110%;
    padding:5px 0;
    top:0;
    display:block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-image:none;
}
body.in .area_01 .chart .box .title a,
body.home .area_01 .chart .box .title a {
    color:#ae2b34 !important;
}
body .slick-dots {
    bottom: -35px;
}

/*----統計資料----*/
body.in .area_02 {
     /* margin: 0px 0 80px 0; */
     position: relative;
     padding: 30px 0 42px 0;
     text-align:center;
     background-color: #f3f3f3;
}
body.in .area_02 .center{
    padding: 0 15px !important;
}
body.in .area_02 .title::before {
    /*content: "\f03a";*/
}
body.in .area_02 .listbox {
    font-family: "微軟正黑體" !important;
    text-align:left;
    top: 10px;
    position:  relative;
}
body.in .area_02 .listbox .title {
    font-size:110%;
    padding:0 30px 0 0;
    top:0px;
    display:  block;
    background-image:none;
}
body.in .area_02 .listbox ul li {
    background-image: url(../images/svg/arrow02.svg);
    background-repeat: no-repeat;
    background-position: 0px 10px;
    background-size:8px;
    padding: 5px 0 5px 20px;
}
body.in .area_02 .listbox li {
    padding:5px;
}
body.in .area_02 .listbox li a {
    font-size:95%;
}
body.in .area_02 .ui-state-default a,
body.in .area_02 .ui-state-default a:link,
body.in .area_02 .ui-state-default a:visited {
    color:#FFF;
}
body.in .area_02 .ui-accordion .ui-accordion-icons {
    padding: 10px;
}
body.in .area_02 .ui-state-active:first-child {
    /*border-top:1px #ffffff solid;*/
}

body.in .area_02 .ui-corner-all,
body.in .area_02 .ui-corner-top,
body.in .area_02 .ui-corner-right,
body.in .area_02 .ui-corner-tr {
    border-radius:0;
}
body.in .area_02 .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    /* display:inline-block; */
    right:10px;
    position:absolute;
}
body.in .area_02 .ui-accordion .ui-accordion-content {
    padding:15px;
    border:  none;
    background:  none;
    background-color:  #FFF;
}
body.in .area_02 .ui-state-default,
body.in .area_02 .ui-widget-content .ui-state-default,
body.in .area_02 .ui-widget-header .ui-state-default {
    background:none;
}
body.in .area_02 .ui-state-active {
    border: 1px solid #cccccc;
    background-color: #9b824f !important;
}
body.in .area_02 .ui-state-active .ui-icon {
    background-image:none;
}
body.in .area_02 .close {
    text-indent:-9999px;
}
body.in .area_02 .ui-accordion .ui-accordion-header {
    background-color: #777;
    margin-top: 4px;
}
body.in .area_02 .ui-accordion .ui-accordion-header::before {
    content: "▴";
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*font-size: inherit;*/
    /*text-rendering: auto;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    color:#ffffff;
    /* font-size:130%; */
    margin-right:8px;
    right:10px;
    position:absolute;
}
body.in .area_02 .ui-accordion .ui-accordion-header.ui-corner-all::before {
    content: "▾";
    /*font: normal normal normal 14px/1 FontAwesome;*/
    /*font-size: inherit;*/
    /*text-rendering: auto;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    color:#ffffff;
    /* font-size:130%; */
    margin-right:8px;
    right:10px;
    position:absolute;
}
body.in .area_02 .ui-state-active a,
body.in .area_02 .ui-state-active a:link,
body.in .area_02 .ui-state-active a:visited {
    color:#FFF;
}

body.in .area_01 .more a,
body.home .area_01 .more a,
body.in .area_02 .more a {
    background-color: #67bfbd;
    color: #fff;
    padding: 10px 20px;
    /* font-size: 90%; */
    text-decoration: none;
}

body.in .area_01 .more,
body.home .area_01 .more,
body.in .area_02 .more {
    margin: 20px 0 60px 0;
    top: 30px;
    position:  relative;
}

body.in .area_01 .more a:hover,
body.home .area_01 .more a:hover,
body.in .area_02 .more a:hover {
    background-color: #000;
}

/*-------形象區--------*/
body .carousel {
    height: 300px;
}

body .carousel-control .icon-next:before {
    font-size:400%;
    content:" >" !important;
}
body .carousel-control .icon-prev:before {
    font-size:400%;
    content:" <" !important;
}
body .carousel-control .icon-prev,
body .carousel-control .icon-next {
    margin:-30px 0 0 0 !important;
}

body .carousel .item a:focus {
    display: initial;
}

/*重要公告*/
body.in .news_list .im {
    margin-bottom:10px;
    padding:10px 15px;
    background-color:#fcf9f2;
    border-radius:5px;
}
body.in .news_list .im .title {
    font-size:125%;
    font-weight:bold;
    border-bottom:1px #cbba65 solid;
    color:#761c11;
    margin-bottom:10px;
    padding: 5px 0 5px 30px;
    background-image: url(../images/svg/icon_important.svg);
    background-size: 24px;
    background-repeat:no-repeat;
    background-position: 0 4px;
}
body.in .news_list .im li {
    padding:4px 0;
}
body.in .news_listXXXXXXX .im li::before {
    content:"❯";
    padding-right:5px;
}
body.in .news_list .im li a {
    color: #b91500;
    font-size:105%;
    font-weight:600;
}
/*------最新消息列表------*/
body.in .news_list .ui-tabs .ui-tabs-panel {
    padding:0;
    margin: 8px 0 0 0;
    border-top: 3px #90743c solid;
}
body.in .news_list .ui-widget-content {
    background-color:transparent;
    border:  none;
    background:  none;
}
body.in .news_list .ui-widget-header {
    background-color:transparent;
    background:none;
    border:none;
    padding: 0;
}
body.in .news_list .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background-color: #876D3B;
    color:#FFF;
    cursor: pointer;
}
body.in .news_list .ui-state-active,
body.in .news_list .ui-widget-content .ui-state-active,
body.in .news_list .ui-widget-header .ui-state-active {
    border:none;
}
body.in .news_list .ui-state-default,
body.in .news_list .ui-widget-content .ui-state-default,
body.in .news_list .ui-widget-header .ui-state-default {
    border:none;
    background:  none;
    margin: 2px 0;
    padding: 0;
}
body.in .news_list .ui-state-default a,
body.in .news_list .ui-state-default a:link,
body.in .news_list .ui-state-default a:visited {
    color:#000;
    font-family: "微軟正黑體" !important;
}
body.in .news_list .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 30px;
}
body.in .newsbox {
    padding: 30px 0;
    clear:both;
}

body.in .news_list .list ul li {
    position: relative;
    /*border-bottom: 2px rgba(0, 0, 0, 0.1) solid;*/
}
/*body.in .news_list .list li:nth-child(2n+2) {
    background-color:#f1f1f1;
}*/
body.in .news_list .list li a {
    position: relative;
    display:block;
    text-decoration: none;
    /*float:left;*/
    padding: 15px;
    color:  #000;
    font-size:90%;
    font-family: "微軟正黑體" !important;
    border-bottom:2px #ccc dotted;
}
body.in .news_list .list li a:hover {
    background-color: rgb(255, 242, 208) !important;
}
body.in .news_list .list .date,
body.in .news_list .list .txt {
    /*position:absolute;*/
}
body.in .news_list .list .txt {
    font-size: 105%;
    margin-top: 9px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*color: #ffffff;*/
    height: 50px;
    padding-left: 50px;
}
body.in .news_list .list .date {
    position:relative;
    background-color: #8A6F3D;
    padding:10px;
    border-radius:5px;
    color:#FFF;
    display:block;
    width: 100px;
    height: 40px;
    float:left;
    clear:both;
}
body.in .news_list .list .date .day,
body.in .news_list .list .date .month,
body.in .news_list .list .date .year {
    position:absolute;
    display:block;
}
body.in .news_list .list .date .day {
    font-size:200%;
    top: -2px;
}
body.in .news_list .list .date .month {
    font-size:85%;
    left:55px;
    top: 3px;
}
body.in .news_list .list .date .year {
    font-size:85%;
    left:55px;
    top: 19px;
}

body.in .news_list .list .playbox {
    left: 125px;
    z-index:99;
    border:none;
    top: 17px;
    position:absolute;
}
body.in .news_list .list .playbox li {
    display:inline-block;
}
body.in .news_list .list .playbox li a {
    text-indent:-9999px;
    display:block;
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px 15px;
    border-radius:3px;
    background-size:25px;
    opacity: 0.6;
    border:none;
}
body.in .news_list .list .playbox li.volume a {
    background-image: url(../images/svg/icon_volume_02.svg);
}
body.in .news_list .list .playbox li.play a {
    background-image: url(../images/svg/icon_play.svg);
}
body.in .news_list .list .playbox li.pause a {
    background-image: url(../images/svg/icon_pause.svg);
}
body.in .news_list .list .playbox li.stop a {
    background-image: url(../images/svg/icon_stop.svg);
}
body.in .news_list .list .playbox li a:hover {
    background-color:transparent !important;
    opacity:1;
}


body.in .fbbox {text-align: center;padding:  0;}
body.in .news_list .more {
    margin: 30px 0 0 0;
    text-align:center;
}
body.in .news_list .more a {
    color: #fff;
    padding: 8px 20px;
    font-size: 90%;
    text-decoration: none;
    font-family: "微軟正黑體" !important;
    border:2px #1c7dc1 solid;
    color: #1B7BC0;
    border-radius:5px;
    background-color:#FFF;
}
body.in .news_list .more a:hover {
    background-color: #1c7dc1;
    color:#FFF;
}

/*---------活動花絮---------*/
body.in .event_list {
    background-color: #fcf9f2;
    position:relative;
    padding-top: 60px;
}
body.in .event_list .title {
    color:#483d29;
    font-size:140%;
    font-weight:bold;
    position:  absolute;
    top: -30px;
    left: 20px;
    background-image: url(../images/svg/in_picture.svg);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    background-size: 35px;
    padding: 5px 0 5px 44px;
}
body.in .event_list .title i {
    color:#607f9e;
    font-size:140%;
    font-weight:normal;
    margin-right:5px;
    position:relative;
    top:3px;
}
body.in .event_list .more {
    text-align:center;
    position:absolute;
    right: 20px;
    z-index:1;
    top: -20px;
}
body.in .event_list .more a {
    color: #fff;
    padding: 8px 15px;
    font-size: 100%;
    text-decoration: none;
    font-family: "微軟正黑體" !important;
    border:2px #1c7dc1 solid;
    color: #1B7BC0;
    border-radius:5px;
    background-color:#FFF;
}
body.in .event_list .more a:hover {
    background-color: #1c7dc1;
    color:#FFF;
}
body.in .event_list .event {
    padding: 30px 0px 10px 0;
}
body.in .event_list .event div {
    position:relative;
}
body.in .event_list .event .list {
    border: 2px #FFF solid;
    margin:0 4px
}
body.in .event_list .event .pic img {
    max-width: 100%;
    /*max-height: 100%;*/
    margin: auto;
    width:  100%;

}
body.in .event_list .event .pic {
    height: 200px;
    width: 100%;
    background-color: #dedede;
    vertical-align: middle;
    display: inline-flex;
    align-items:center;
    text-align: center;
    overflow: hidden;
    display:block;

}
body.in .event_list .event .tt {
    font-size: 100%;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    /* display: block; */
    width:  100%;
    background-color: rgba(0, 0, 0, 0.8);
}
body.in .event_list .event .slick-dots {
    position:relative;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
/*民眾常用服務*/
body.in .service {
    padding:40px 0;
    position:relative;
    background-color:#e4dbcc;
    text-align:center;
}
body.in .service .title {
    color:#483d29;
    font-size:140%;
    font-weight:bold;
    position:relative;
    top:-20px;
    display:  inline-block;
    background-image: url(../images/svg/in_user.svg);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size:35px;
    padding: 5px 0 5px 44px;
}
body.in .service .title i {
    color:#90743c;
    font-size:140%;
    font-weight:normal;
    margin-right:5px;
    position:relative;
    top:3px;
}
body.in .service .ui-tabs .ui-tabs-panel {
    padding:0;
    margin: 8px 0 0 0;
    border-top: 3px #90743c solid;
}
body.in .service .ui-widget-content {
    background-color:transparent;
    border:  none;
    background:  none;
}
body.in .service .ui-widget-header {
    background-color:transparent;
    background:none;
    border:none;
    padding: 0;
}
body.in .service .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    background-color: #876D3B;
    color:#FFF;
    cursor: pointer;
}
body.in .service .ui-state-active,
body.in .service .ui-widget-content .ui-state-active,
body.in .service .ui-widget-header .ui-state-active {
    border:none;
}
body.in .service .ui-state-default,
body.in .service .ui-widget-content .ui-state-default,
body.in .service .ui-widget-header .ui-state-default {
    background:  none;
    border-radius: 0;
    padding:  0;
    border:  0;
    margin: 0 10px 0 0;
}
body.in .service .ui-state-default a,
body.in .service .ui-state-default a:link,
body.in .service .ui-state-default a:visited {
    color: #735C30;
    font-family: "微軟正黑體" !important;
    border: 3px #90743c solid;
}
body.in .service .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 10px 30px;
}
body.in .service .itembox {
    position:relative;
    font-size:100%;
    font-family: "微軟正黑體" !important;
    margin:10px 0;
}
body.in .service .itembox .item {
    float:left;
    background-color: #8E723E;
    padding: 12px 0px 13px 10px;
    color:#FFF;
    font-size:115%;
    width: 175px;
    text-align: left;
}
body.in .service .itembox .item img {
    display:inline-block;
    margin-right:10px;
    width:24px;
    height:24px;
    position:relative;
    top:-2px;
}
body.in .service .itembox .item i {
    margin-right:10px;
    font-size:115%;
}
body.in .service .itembox ul li {
    display:block;
    margin-bottom:5px;
}
body.in .service .itembox .link {
    padding: 12px 10px;
    background-color:#ffffff;
    margin-left: 180px;
}
body.in .service .itembox .link li {
    background-color:#ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align:left;
}
body.in .service .itembox .link li a {
    padding:0 10px;
    color:#22435c;
    font-size:95%;
    display:inline-block;
    border-left:  1px #6f6f6f solid;
}
body.in .service .itembox .link li a:nth-child(1) {
    border:none;
}

/*numberArea*/
body.in .numberArea {
  padding: 0;
  background-color:  #e4dbcc;
  text-align:center;
}
body.in .numberArea .title {
    text-align:left;
    padding:10px 0;
    font-size:110%;
    font-weight:600;
    color: #6D5F3C;
}
body.in .numberList ul li {
}
body.in .numberList li {
  text-align: center;
  display:inline-block;
  /*width:23.333%;*/
  margin:0;
  padding:0;
}
body.in .numberList li a {
    color:#FFF;
}
body.in .numberList li .wrap {
    padding: 0 0 0px 0;
    color:#b10202;
    margin:0 5px;
    display:block;
    background-color:#fcf9f2;
}
body.in .numberList li .wrap .numberCount {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 300%;
  display:inline-block;
}
body.in .numberList li .wrap .unt {
  display:inline-block;
  font-size: 150%;
}
body.in .numberList li .Txt {
  font-size: 100%;
  color: #ffffff;
  background-color: #8C703B;
  padding: 8px 0;
  margin:0 5px;
}

/**/
body.in .sbanner .slick-prev,
body.in .sbanner .slick-next {
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
}
body.in .sbanner .slick-prev,
body.in .sbanner .slick-next {
    width: 40px;
    height: 40px;
    background-color:#000;
    z-index:1;
}
body.in .sbanner .slick-prev:hover,
body.in .sbanner .slick-prev:focus,
body.in .sbanner .slick-next:hover,
body.in .sbanner .slick-next:focus {
    opacity: 1;
}
body.in .sbanner .slick-next {
    right: -5px;
    /* top: 65px; */
}
body.in .sbanner .slick-next::before {
    content:"❯";
    color:#ffffff;
    font-size:200%;
    right:12px;
    top:1px;
    position:absolute;
    opacity:  1;
}
body.in .sbanner .slick-prev {
    left: -5px;
    /* top: 65px; */
}
body.in .sbanner .slick-prev::before {
    content:"❮";
    color:#ffffff;
    font-size:200%;
    left:12px;
    top:1px;
    position:absolute;
    opacity:  1;
}
body.in .sbanner .slick-slide {
    text-align: center;
}
body.in .sbanner .slick-slide a {
    display:inline-block;
}

body.in .sbanner01 {
    padding: 50px 10px 30px 10px;
    text-align:center;
}
body.in .sbanner02 {
    padding: 10px 10px 80px 10px;
    text-align:center;
}
body.in .sbanner01 .title,
body.in .sbanner02 .title {
    color:#483d29;
    font-size:140%;
    font-weight:bold;
    position: relative;
    top: -20px;
    display:  inline-block;
}
body.in .sbanner01 .title:before {
    background-image: url(../images/svg/in_web01.svg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 30px;
    padding: 5px 0 5px 38px;
    content:"";
}
body.in .sbanner02 .title:before {
    background-image: url(../images/svg/in_web02.svg);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 30px;
    padding: 5px 0 5px 38px;
    content:"";
}
body.in .sbanner01 .title i,
body.in .sbanner02 .title i {
    color:#607f9e;
    font-size:140%;
    font-weight:normal;
    margin-right:5px;
    position:relative;
    top:3px;
}
body.in .sbanner01 .sbanner .pic {
    position:relative;
}
body.in .sbanner01 .sbanner .pic p {
    font-size: 100%;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width:  100%;
    text-align:left;
    background-color: rgba(0, 0, 0, 0.8);
}
/*20200612*/
body.in .sbanner01 ul,
body.in .sbanner02 ul {
    position:relative;
    padding:0 15px;
}
body.in .sbanner01 li,
body.in .sbanner02 li {
    display:block;
    text-align:left;
    padding:8px 8px 8px 30px;
}
body.in .sbanner01 li:before,
body.in .sbanner02 li:before {
    position:absolute;
    content:"❯";
    margin-left: -18px;
}
body.in .sbanner01 li a,
body.in .sbanner02 li a {
    color:#000;
}

/**/
body.in .lift-nav{
	position: fixed;
	top: 210px;
	right: 30px;
	display: none;
	z-index:9999;
}
body.in .lift-nav li{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	/* padding: 10px 10px; */
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.3);
	text-indent:  -9999px;
	border-radius: 10px;
	cursor: pointer;
	border:2px #FFF solid;
}
body.in .lift-nav li.current{
	background: black;
}

/*字級250*/
body.in .news_list .list .date01 {
    position:relative;
    background-color: #a9894a;
    padding: 0px 10px;
    border-radius:5px;
    color:#FFF;
    display:block;
    clear:both;
    width: auto;
    float:left;
    font-size:250%;
    height: 55px;
}
body.in .news_list .list .date01 .day,
body.in .news_list .list .date01 .month,
body.in .news_list .list .date01 .year {
    display:inline-block;
}
body.in .news_list .list .txt01 {
    font-size: 105%;
    margin-top: 9px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*color: #ffffff;*/
    height: 50px;
    padding-left: 20px;
}
@media (max-width: 992px) {
body.in .news_list .list .date01 {
    float:none;
}
body.in .news_list .list .date01 .day,
body.in .news_list .list .date01 .month,
body.in .news_list .list .date01 .year {
    display:inline-block;
}
body.in .news_list .list .txt01 {
    font-size: 105%;
    margin-top:  10px;
    line-height: 25px;
    -webkit-line-clamp: inherit;
    /*color: #ffffff;*/
    height: inherit;
    padding-left:0px;
}
}

.event_list .slider a, .sbanner01 .title a, .sbanner02 .title a, .rwd-table a {
    display: block;
}

/*委員專區使用*/
.withNumber li
{
	list-style-image: initial!important;
	list-style-type: decimal!important;
	margin-left: 20px;
}
	
.withIcon li
{
	list-style-image: initial!important;
	list-style-type: disc!important;
	margin-left: 20px;
}

/*委員專區使用 end*/

        .withIcon {
            list-style: disc!important;
        }
        .withIcon li {
            list-style-type: disc!important;
        }
        .withNumber {
            list-style: decimal!important;
        }
        .withNumber li {
            list-style-type: decimal!important;
        }

/*20210106社群分享*/
.btn-default {
	background-image: url(../images/svg/icon_share.svg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#ceb559;
	text-indent: -9999px;
	width:35px;
	height:35px;
	border-radius:inherit;
	border:none;
	background-size: 25px;
}
.btn-default:hover {
	background-color:#00b6be !important;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: url(../images/svg/icon_share.svg);
	background-color:#00b6be !important;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	background-color:#00b6be !important;
}
.btn-group .dropdown-menu > li {
	float:none !important;
	margin: 0;
}
.btn-group .dropdown-menu {
	min-width: inherit;
	border-radius: 0;
	border:0;
	width:35px;
	padding:0;
}
.btn-group .dropdown-menu > li > a {
	width: 35px;
	height:35px;
	background-size: 25px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center;
	padding: 0;
}
body.home .btn-group .dropdown-menu > li > a:hover {
    background-color:#000 !important;
}
.btn-group .dropdown-menu > li:nth-child(1) > a {
	background-image: url(../images/svg/icon_facebook.svg);
	background-color:#3c579e;
}
.btn-group .dropdown-menu > li:nth-child(2) > a {
	background-image: url(../images/svg/icon_twitter.svg);
	background-color:#00abf1;
}
.btn-group .dropdown-menu > li:nth-child(4) > a {
	background-image: url(../images/svg/icon_lineicon_google_plus_01.svg);
	background-color:#de4124;
}
.btn-group .dropdown-menu > li:nth-child(3) > a {
	background-image: url(../images/svg/icon_line.svg);
	background-color:#4dac2c;
}

body.home .plug {
	position: relative;
	right: 10px;
	float: right;
}
body.home .plug ul {
	padding:0;
	margin:0;
	list-style:none;
}
body.home .plug li {
	color: #666;
	margin-right: 6px;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	float:left;
}
body.home .plug li a {
	width: 35px;
	height: 35px;
	display: inline-block;
	background-repeat:no-repeat;
	background-position:center;
	text-indent: -9999px;
	background-size:25px;
}
body.home .plug li a:hover {
    background-color: #00b6be !important;
}
body.home .plug li.skip a {
	background: none;
	text-indent: inherit;
	width: auto;
	height: auto;
	color: transparent;
	border:none !important;
}
body.home .plug li.skip a:hover {
	background-color:transparent;
}
body.home .plug li.print a {
	background-color:#555555;
	background-image: url(../images/svg/icon_print.svg);
}
body.home .plug li.subscribe a {
	background-color: #4dac2c;
	background-image: url(../images/svg/icon_txt_sub.svg);
}
body.home .plug li.collect a {
	background-color: #db402c;
	background-image: url(../images/svg/icon_txt_ok.svg);
}
body.home .plug li.cancel a {
	background-color:#4aacc7;
	background-image: url(../images/svg/icon_txt_cancel.svg);
}
/*5GBN*/
body.home .subbn {
    margin-bottom:20px;
    padding:0 15px;
    display:block;
}
body.home .subbn a {
    display:block;
}
body.home .subbn img {
    width:100%;
    box-shadow:1px 1px 10px #aaa;
}

/*20210804數據牆調整*/
body.in .numberList .slick-prev,
body.in .numberList .slick-next {
    opacity: 0.7;
    background-repeat: no-repeat;
    background-position: center;
}

body.in .numberList .slick-prev,
body.in .numberList .slick-next {
    width: 40px;
    height: 40px;
    background-color: #000;
    z-index: 1;
}

    body.in .numberList .slick-prev:hover,
    body.in .numberList .slick-prev:focus,
    body.in .numberList .slick-next:hover,
    body.in .numberList .slick-next:focus {
        opacity: 1;
    }

body.in .numberList .slick-next {
    right: -8px;
    /* top: 65px; */
}

    body.in .numberList .slick-next::before {
        content: "❯";
        color: #ffffff;
        font-size: 200%;
        right: 12px;
        top: 1px;
        position: absolute;
        opacity: 1;
    }

body.in .numberList .slick-prev {
    left: -8px;
    /* top: 65px; */
}

    body.in .numberList .slick-prev::before {
        content: "❮";
        color: #ffffff;
        font-size: 200%;
        left: 12px;
        top: 1px;
        position: absolute;
        opacity: 1;
    }

body.in .numberList .slick-slide {
    text-align: center;
}

    body.in .numberList .slick-slide a {
        display: inline-block;
    }

.date_desc {
    display: none;
}