/*@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css);*/
@import url(rwd_r2.css);
/*@import url(font-awesome.min.css);*/
@import url(perfect-scrollbar.min.css);

html{
}

body{
    background: #e9e9e9;
    font: 12px/20px 'Arial' ,'微軟正黑體' , sans-serif;
    margin: 0;
    padding: 0;
}
/* reset */
h1, h2, h3, h4, h5, p{
    margin: 0;
    padding: 0;
}
br{
    display: block;
    margin: 0 0 5px;
}
ol, ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
#content ol, #content ul{    
    margin: 0;
    padding: 0 0 0 20px;
}
#content ol li{
    list-style: decimal;
}
#content ul li{
    list-style: disc;
}
#content {
	font-size: 17px;
}

body > img {
    display: none;
}
img{
    border: none;
}
/* reset end */

/*basic */

a:link{
    color: #333;
    text-decoration: none;
}
a:visited{
    color: #333;
    text-decoration: none;
}
/* highlight color #1b697c */
a:hover{
    color: #b32b31;
    text-decoration: none;
}
a:active{
    color: #b32b31;
    text-decoration: none;
}

#content p{
    clear: both;
    line-height: 1.8em;
    margin: 0 0 10px;
}

#container {
    width: 100%;
}
#pageheader2, #main2, #footer2, .block-container {
    margin: 0 auto;
    position: relative;
    max-width: 1270px;
    width: 90%;
}



/* basic end */

/* header */

#pageheader{
    background: url(cssimg/bg-header.jpg) no-repeat 50% 0 #fdfdfe;
    background-size: auto 180px;
    height: 180px;
}

#pageheader h1{
	background: url(cssimg/title.png) no-repeat 0 0;
	width: 336px;
	height: 101px;
	position: absolute;
	left: 0;
	top: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 120%;
}

#pageheader h1 a{
    display: block;
    height: 100%;
    width: 100%;
}
#pageheader2 > a {
    display: none;
}
#pageheader2 > a > img{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#ADB{
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
#ADB ul{
}
#ADB li{
    list-style: none;
}
#ADB img{
    position: static;
}

#corner{
    position: absolute;
    right: -5px;
    text-align: right;
    top: 20px;
}
#corner span {
    display: none;
}
#corner a{
    color: #222;
    font-size: 15px;
    padding: 0 5px;
}

#corner a:hover{
    color: #922d31;
}

.menu-guide {
    position: absolute;
    right: 210px;
    top: 100px;
    min-width: 200px;
}
.menu-guide a {
    color: #222;
    float: left;
    font-size: 18px;
    padding: 0 5px;
}
.menu-guide a:hover {
    color: #922d31;
}
/* header end */

/* menu */

#linklist{
    background: #7a1316 url(cssimg/bg-menu.png) no-repeat 0 0;
    background-size: 100% 100%;
    min-height: 60px;
    position: relative;
    z-index: 5000;
}
#linklist2 {
    position: static;
}
#menu1 {
}
#menu1 h3{
    display: none;
}
#menu1 ul{
    text-align: center;
}
#menu1 li{
    display: inline-block;
}
.menu-level1 a {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 300;
    line-height: 60px;
    padding: 0 15px;
}
.menu-level2 {
    display: none;
    position: absolute;
    background: #222;
    left: 0;
    width: 100%;
}
.menu-level2 li {
    position: relative;
}
.menu-level2 a {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    line-height: 60px;
    padding: 0 15px;
}

.menu-level2 li:last-child .menu-level3, .menu-level2 li:nth-last-child(2) .menu-level3 {
    right: 0;
    left: auto;
}
#menu1 li:hover {
    background: rgba(255,255,255,0.1);
}

.menu-level1 li:hover .menu-level2 {
    display: block;
}
.menu-level3 {
    background: #000;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 360px;
    padding: 10px;
    box-sizing: border-box;
    z-index: 600;
}
#menu1 .menu-level3 ul {
    text-align: left;
}
#menu1 .menu-level3 li {
    display: inline-block;
    width: calc(50% - 4px);
    vertical-align: top;
}
#menu1 .menu-level3 li:hover {
    background: rgba(255,255,255,0.2);
}
.menu-level3 a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    padding: 10px;
}
.menu-level2 li:hover .menu-level3 {
    display: block;
}
#menu2 {
    display: none;
}
#menu2 h3{}
#menu2 ul{}
#menu2 li{}
#menu2 a{}
#menu2 a:hover{}

#menu3 {}
#menu3 h3{}
#menu3 ul{}
#menu3 li{}
#menu3 a{}
#menu3 a:hover{}

#menu_service {
    left: 0;
    position: absolute;
    top: 34px;
    font-size: 15px;
}
#menu_service h3{
    display: none;
}
#menu_service ul{}
#menu_service li{
    float: left;
}
#menu_service a{
    color: #333;
    float: left;
    margin: 0 10px 0 0;
}
#menu_service a:hover{
}

#linklist .block-container2 {
    position: absolute;
    top: -70px;
    right: 0;
    width: 100%;
}
#menu_login{
    display: none;
}
#menu_search{
    background: url(cssimg/bg-search.png) no-repeat 0 0;
    height: 40px;
    right: 0;
    position: absolute;
    top: 0;
    width: 200px;
}
#menu_search form {
    height: 40px;
    width: 200px;
}
#menu_search #q{
    background: none;
    border: medium none;
    color: #333333;
    font: 15px/100% 'Arial','微軟正黑體' ,sans-serif;
    height: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 140px;
    outline: none;
}
#menu_search #sa{
    background: none;
    border: 0;
    width: 20px;
    height: 20px;
    color: #922d31;
    padding: 0;
    position: absolute;
    right: 17px;
    top: 11px;
}
#menu_search label{
    display: none;
}
#menu_search br {
    display: none;
}
#menu_search input[type=radio]{
    display: none;
}
/* menu end */

/* extralist */

#extralist10, #extralist{
    /*min-height: 400px;*/
    margin: 0 0 40px;
}
#extralist10 .page-banner {
    background: #f6f6f6 url(cssimg/bg-page0.jpg) no-repeat 50% 0;
    background-size: auto 150px;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 150px;
}
#extralist10 .page-banner img {
    display: block;
}
.page-banner-title {
}

.page-banner-title .page-title, .page-banner-title .page-title2 {
    font-size: 40px;
    color: #545454;
    line-height: 150px;
    margin: 0;
    height: 150px;
    overflow: hidden;
    display: block !important;
}
.page-bread {
    background: #fff;
    font-size: 15px;
    padding: 20px 0;
}
.page-bread span {
    padding: 0 10px;
}
.page-bread a {
    color: #333;
}
.page-bread a:hover {
    color: #b32b31;
}
.page-bread .now {
    color: #b32b31;
    padding: 0;
}
.home-banner {
    border-bottom: 5px solid #fff;
    display: none;
    height: 0;
    position: relative;
}
.home-banner img {
    display: block;
    height: auto;
    width: 100%;
}
.home-banner {}
.item-banner {
    width: 100%;
}
.item-text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.item-text2 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
}
.item-text3 {
    background: url(cssimg/bg-banner-text.png) repeat 0 0 rgba(255,255,255,0.7);
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    width: 31.5%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    height: 100% !important;
    left: 0;
}
.item-text .wrap {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 40px);
}
.item-text .wrap h2 {
    color: #b32b31;
    font-size: 36px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.item-text .wrap #ppp {
    font-size: 15px;
    line-height: 1.5;
}
.item-text .wrap br {
    display: block;
    margin: 0 0 5px;
}

.item-text .note {
    position: absolute;
    left: 20px;
    bottom: 18px;
}
.btn-next {
    background: url(cssimg/btn-banner.png) no-repeat 100% 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.btn-next:hover {
    background-position: 100% 100%;
}
.btn-prev {
    background: url(cssimg/btn-banner.png) no-repeat 0 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    right: 45px;
    bottom: 0;
    z-index: 1000;
}
.btn-prev:hover {
    background-position: 0 100%;
}
/* extralist end */
.col2 {
    float: right;
    width: calc(100% - 230px);
}
/* main */
#main1{
    margin: 40px 0;
}
#main2{
}
#main{
    position: relative;

    min-height:500px; 
    height:auto !important; 
    height:500px; 
}
#main:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}   

h2{
    font: 40px/1.5 'Arial','微軟正黑體' ,sans-serif;
    margin: 0;
}

h3{
    color: #b32b31;
    font: 20px/1.5 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 0 10px;
}
#submenu{
    border-top: 3px solid #b32b31;
    background: #fff;
    border-radius: 0 0 3px 3px;
    float: left;
    width: 200px;
}
#submenu ul{
    padding: 10px 0;
}
#submenu li{}
#submenu a{
    color: #222;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 7px 20px;
    font-size: 15px;
    line-height: 1.5;
}
#submenu li:last-child a {
    border-bottom: 0;
}
#submenu a:hover{
    color: #b12b30;
}


#submenu2, #super_pages_list, #recruit_list {
  margin: 0 0 10px;
  overflow: hidden;
}

#submenu2 ul, #super_pages_list ul, #recruit_list ul{
  margin: 0;
  padding: 0;
}
#submenu2 li, #super_pages_list li, #recruit_list li{
  float: left;
  list-style: none !important;
}
#submenu2 a, #super_pages_list a, #recruit_list a{
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    display: block;
    float: left;
    font: 15px/1.5 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 10px 10px 0;
    padding: 7px 10px;
}
#submenu2 img, #super_pages_list img, #recruit_list img {
    vertical-align: sub;
    margin: 0 0 0 2px;
}
#submenu2 a:empty, #super_pages_list a:empty, #recruit_list a:empty {
    display: none;
}
#submenu2 a:hover, #super_pages_list a:hover, #recruit_list ul a:hover{
    border-bottom: 3px solid #b32b31;
    color: #333;
    padding: 7px 10px 4px;
}
.js-submenu {
    display: none;
}
.dep-list {
    list-style: none;
    padding: 0 !important;
}

.dep-list li {
    list-style: none !important;
    margin: 0 0 30px;
}

.dep-list li a {
    font-size: 22px;
    display: block;
    margin: 0 0 10px;
}

.dep-list li .info {
    font-size: 15px;
    color: #666;
}
.ts_styled, .ts_rowsonly{
    border-collapse: collapse;
    clear: both;
    font-size: 15px;
    margin: 0 0 10px;
    width: 100%;
}
.ts_styled caption, .ts_rowsonly caption{
    color: #b32b31;
    font: bold 15px/1.5 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 0 10px;
    text-align: left;
    width: 500px;
}
.ts_styled th, .ts_rowsonly th{
    border-bottom: 2px solid #b32b31;
    color: #b32b31;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
}
.ts_styled td, .ts_rowsonly td{
    border-bottom: 1px solid #C2C0B4;
    padding: 10px;
}
.ts_styled a, .ts_rowsonly a{
    color: #333;
}
.ts_styled a:hover, .ts_rowsonly a:hover{
    color: #b32b31;
}
.ts_styled .even, .ts_rowsonly .even{}
.
.webfeed_news{
    float: left: 
}
.PageDetails{
    float: right;
}
.PageDetails ol{
    float: right;
    padding: 0 0 0 10px !important;
}
.PageDetails ol li{
    float: left;
    list-style: none !important;    
    margin: 0 3px;
}
.PageDetails a{
    background: #b32b31;
    border-radius: 2px;
    color: #fff;
    padding: 0 4px;
}
.ts_vstyled{}
.ts_vstyled caption{
    color: #b32b31;
    font: bold 15px/20px 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 0 10px;
    text-align: left;
    width: 500px;
}
.ts_vstyled th{
    border-right: 2px solid #b32b31;
    color: #b32b31;
    padding: 1%;
    text-align: left;
    width: 13%;
}
.ts_vstyled td{
    padding: 1% 2%;
    text-align: left;
    width: 81%;
}
.ts_vstyled a{}
.ts_vstyled a:hover{}
.bio_pic{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C2C0B4;
    padding: 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}
/* main end */

.footer-menus {
    background: #b32b31;
    color: #fff;
    min-height: 50px;
}
.footer-menus2 {
    overflow: hidden;
}
.footer-menus a {
    color: #fff;
    font-size: 15px;
    line-height: 50px;
}

.footer-menus a:hover{
    opacity: 0.7;
}
.box-links {
    float: left;
}
.box-links span {
    padding: 0 7px;
    position: relative;
    top: -2px;
}
.box-icons {
    float: right;
}
.box-icons a {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 26px;
    height: 26px;
    text-indent: 120%;
    margin: 12px 0 12px 20px;
}
.box-icons .link-fb {
    background: url(cssimg/icon-fb.png) no-repeat 0 0;
}
.box-icons .link-tw {
    background: url(cssimg/icon-tw.png) no-repeat 0 0;
}
.box-icons .link-ig {
    background: url(cssimg/icon-ig.png) no-repeat 0 0;
}
.box-icons .link-pod {
    background: url(cssimg/icon-pod.png) no-repeat 0 0;
}
.box-icons .link-yt {
    background: url(cssimg/icon-yt.png) no-repeat 0 0;
}
/* footer */
#footer{
    background: url(cssimg/bg-footer.png) no-repeat 50% bottom #322d2e;
    color: #fff;
    clear: both;
    position: relative;
    padding: 40px 0;
}
#footer a{
    color: #fff;
}
#footer a:hover{
    opacity: 0.7;
}
#footer_address{
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px;
}
#footer_address h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
}
.last-update {
    font-size: 15px;
    line-height: 1.5;
}
#footer_ruling {
    position: absolute;
    right: 0;
    bottom: -20px;
}
#footer_ruling a {
    background: url(cssimg/logo-ruling.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
    opacity: 0.15;
}
#counter{
    display: none;
}
/* footer end */

/* other */

#accesskey_menu, #accesskey_top, #accesskey_submenu, #accesskey_content{
    display: none;
}

#welcome_rss{
    display: none;
}
#loginstyle {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 20px;
    width: 240px;
}
#login_id, #login_pw{
    margin: 0 0 10px 15px;
    width: 150px;
}
.hide{
    display: none;
}
/* other end */


/* announce */

.new_title {

    font: 22px/100% 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 0 10px;
}

.up_area {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D8CA;
    border-radius: 5px 5px 5px 5px;
    margin: 0 0 10px;
    padding: 5px 10px;
}

.class {
    float: left;
}

.addthis_toolbox {
    float: right;
    margin: 0 0 10px;
}
.editor.content{
    clear: both;
}
.editor.content .pic{
    float: right;
    margin: 0 0 20px 20px;
}
.last_mod{
    color: #666;
}
/* announce end */


#banner_bar {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
#banner_bar_2, #banner_bar2{
    background: url(cssimg/bannerbar.png) repeat 0 0;
    left: 0;
    min-height: 40px;
    position: absolute;
    top: 360px;
    width: 1000px;
    z-index: 3;
}
#banner_bar ul{
    margin: 0;
    padding: 0 0 0 10px;
}
#banner_bar li{
    list-style: none outside none;
    padding: 8px 0;
}

#banner_bar a{
    border-left: 4px solid #FFFFFF;
    color: #FFFFFF !important;
    display: block;
    font: 18px/24px 'Arial','微軟正黑體' ,sans-serif;
    height: 24px;
    padding: 0 0 0 10px;
}


#page_url dt a:before {
    color: #333;
    content: "►";
    font: bold 15px/2 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 5px 0 0;
    position: relative;
    top: -3px;
}
#page_url dt a {
    color: #25a1ca !important;
    font: 22px/2 'Arial','微軟正黑體' ,sans-serif;
}
#page_url dt a:hover {
    opacity: 0.7;
}
#page_url dd {
    color: #666;
    font: 15px/2 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 0 10px  20px;
    text-align: justify;
}
#page_url dd:empty {
    display: none;
}
#page_url dl h4 {
    border: 1px solid #ccc;
    border-left: 6px solid #333;
    font: 18px/1.5 'Arial','微軟正黑體' ,sans-serif;
    margin: 0 0 20px;
    padding: 10px;
}

/*body {
    overflow: hidden;
}
body.loaded {
    overflow: auto;
}
#container {
}
#container.loaded {
    visibility: visible;
}
.item-text3 {
    opacity: 0;
    transition: 0.2s;
}
.item-text3.loaded {
    opacity: 1;
}*/
.loading_frame {
    background: #e9e9e9;
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}
.loading {
    color: #ccc;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
    background: url(cssimg/title_load.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 252px;
    height: 120px;
    opacity: 0.3;
}
.loading .fa {
    color: #888;
    font-size: 30px;
    position: absolute;
    bottom: 0;
    left: 110px;
}
.loading * {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
.loading span {
    display: none;
}