@import url('/css/SeoJump.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
* {margin: 0;padding: 0;}

body { margin:0; }

div, h1, h2, h3, h4, h5, h6, hr, p, form, label, input, textarea, img, span, ul, li { text-align: left; vertical-align: middle; margin: 0; padding: 0; word-wrap: normal; word-break: normal; line-height: 170%; border-width: 0; font-family: "微軟正黑體", "蘋果儷中黑", "Lucida Grande", "Arial", "Arial Narrow"; font-size: 14px; word-wrap: break-word; word-break: break-all; transition: all 0.5s ease; }

:before , :after { -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }

ul, ol { list-style: none; }

fieldset { border: 0; }

input,button,select,textarea { outline:none }

img { max-width: 100%; }

a:link , a:visited , a:hover { text-decoration: none; vertical-align: initial; }

* html .clearfix { height: 1%; }

.clearfix { display: block; }

livedemo00.template-help:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.text-clamp {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}

/* a.photo */
a.photo {overflow: hidden;background-position: 50%;background-repeat: no-repeat;background-size: cover;display: block;border-radius: .5rem;}

/* wow */
.wow { animation-fill-mode: both; -webkit-animation-fill-mode: both; animation-duration: 1s; -webkit-animation-duration: 1s; }

/* col */
.col { overflow: hidden; width: 100%; }
.col-2 {float: left;margin-right: 30px;width: calc((100% - 30px) / 2);}
.col-3 { float: left; margin-right: 15px; width: calc((100% - 30px) / 3); }
.col-4 {float: left;margin-right: 30px;width: calc((100% - 90px) / 4);margin-bottom: 30px;}
.col-2:nth-child(2n) , .col-3:nth-child(3n) , .col-4:nth-child(4n) { margin-right: 0; }

/* selection */
body ::selection { background: #234164; color: #fff; }
body::-webkit-scrollbar { width: 7px; }
body::-webkit-scrollbar-track { background: #c5c5c5; }
body::-webkit-scrollbar-thumb { background: #004e63; }
body::-webkit-scrollbar-thumb:hover { background: #4e5656; }

/* webBox */
.webBox { position: relative; }
.webBox .pageh1 { position: absolute; top: 0; z-index: 1; }
.webBox .wrapper { position: relative; background: #fff; top: 0; left: 0; z-index: 2; transition: all linear 0.3s; }
.webBox .wrapper#openwrap { left: -300px; }

/* workframe */
.workframe {position: relative;margin: 0 auto;width: 1200px;}

/* Sitemap */
#Sitemap #jsonUL a { color: #000; }

/* header */
header #logoBox{}
header #topBox {background: #ebebec;}
header #topBox .workframe {padding: 10px 0 5px 0;display: flex;align-items: flex-start;}
header #topBox .workframe .col-2 {margin-bottom: 0;}
header .fb_iframe_widget {/* margin-top: 8px; */}
header #topBox #menuIcon { display: none; font-size: 20px; color: #fff; }
header #topBox #menuIcon img { height: 45px; }
header #topBox .btn { float: right; text-align: right; }
header #topBox font {position: relative;padding: 0 15px 0 15px;border-right: 1px #ccc solid;font-size: 14px;color: #848484;background-image: none;}
header #topBox font:nth-child(1) a i,header #topBox font:nth-child(2) a i{
    margin-left: 7px;
}
header #topBox font:last-child { border-right: 0; }
header #topBox font a {font-size: 16px;color: #848484;}
header #topBox font b { position: absolute; width: 15px; height: 15px; background: #ff0e00; display: block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; line-height: 15px; text-align: center; color: #fff; font-size: 12px; top: -2px; right: 3px; animation: blink 0.5s infinite alternate ease-in-out; -webkit-animation: blink 0.5s infinite alternate ease-in-out; -moz-animation: blink 0.5s infinite alternate ease-in-out; -ms-animation: blink 0.5s infinite alternate ease-in-out; -o-animation: blink 0.5s infinite alternate ease-in-out; }

/* blink */
@keyframes blink { 0% , 80% { opacity: 1; } 81% , 100% { opacity: 0; } }
@-webkit-keyframes blink { 0% , 80% { opacity: 1; } 81% , 100% { opacity: 0; } }
@-moz-keyframes blink { 0% , 80% { opacity: 1; } 81% , 100% { opacity: 0; } }
@-ms-keyframes blink { 0% , 80% { opacity: 1; } 81% , 100% { opacity: 0; } }
@-o-keyframes blink { 0% , 80% { opacity: 1; } 81% , 100% { opacity: 0; } }

header #logoBox {padding: 20px 0 15px;}
header #logoBox .workframe{
    display: flex;
    align-items: center;
    border-bottom: 4px solid #234164;
    padding-bottom: 20px;
    justify-content: space-between;
}
header #logoBox .col-3 {margin-right: 0;vertical-align: bottom;}
header #logoBox #external font {width: 35px;display: inline-block;float: right;margin: 4px;}
header #logoBox #cis a.photo {background-size: auto 100%;}
header #logoBox #cis{
    width: 170px;
    margin-right: 30px;
}
header #logoBox #search {width: 710px;}
header #logoBox #external{width: 340px;float: right;}
header #logoBox #search #hSearch {padding: 0 0px 0 10px;display: inline-block;border: 1px #BEBEBE solid;}
header #logoBox #search #hSearch input {width: 210px;background: #ffffff;color: #fff;}
header form[name="hSearch"] a#goSearch {
    padding: 5px 10px;
    background: #234164;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}
header #logoBox #search .trend {
    margin: 10px 0 0;
}
header #logoBox #search .trend p font a{
    display: inline-block;
    font-size: 13px;
    color: #39393e;
    margin-right: 14px;
    font-weight: 400;
}
header .workframe{position: relative;margin: 0 auto;width: 1366px;}
header #main-menu {margin: auto;display: block;height: 60px;border-bottom: 1px solid #b2b2b2;text-align: center;}
header #main-menu ul.pc { text-align: center; }
header #main-menu nav > ul.pc > li { position: relative; display: inline-block; }
header #main-menu nav ul.pc li a {padding: 10px 40px;display: block;text-align: center;font-size: 18px;color: #333;font-weight: bold;font-family: 'Noto Serif TC', serif;}
header #main-menu nav ul.pc li p { position: relative; }
header #main-menu nav ul.pc li p b { position: absolute; width: 20px; display: none; top: calc(50% - 12px); right: 0; color: #fff; }
header #main-menu nav ul.pc li p b i.fa-plus:before { content: "\f0d7" !important; }
header #main-menu nav ul.pc li p b i.fa-minus:before { content: "\f0d8" !important; }
header #main-menu ul.pc li .menu_body { overflow: hidden; position: absolute; width: 100%; height: 0; background: #fff; box-shadow: 0 0 10px #d8d8d8; opacity: 0; z-index: 999; }
header #main-menu ul.pc li:hover .menu_body { height: auto; opacity: 1; }
header #main-menu ul.pc li .menu_body ul li a { padding: 10px 0; }
header #main-menu ul.mb { overflow: hidden; display: none; }
header #main-menu ul.mb li { float: left; width: calc((100% - 4px) / 5); background: #f0f0f0; border: 1px #bebebe solid; border-top: 0; border-left: 0; text-align: center; }
header #main-menu ul.mb li:last-child { border-right: 0; }
header #main-menu ul.mb li img { width: 150px; }

/* idleBox */
#idleBox { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); top: 0; left: 0; z-index: 10000; }
#idleBox #idleInfo { position: relative; margin: 100px auto 0; width: 940px; min-height: 300px; background: #fff; z-index: 9999; }
#idleBox #idleInfo #backT { display: none; }
#idleBox #idleInfo p.top {padding: 5px 10px;background: #0d69c1;font-size: 16px;color: #fff;}
#idleBox #idleInfo h4.titbox {padding: 10px 20px 0 20px;font-size: 25px;font-family: 'Noto Serif TC', serif;color: #0d69c1;}
#idleBox #idleInfo ul.news { padding: 10px 20px; width: auto; }
#idleBox #idleInfo ul.news li p { margin-top: 10px; height: 45px; -webkit-line-clamp: 2; }
#idleBox #idleInfo ul.news li p a { font-size: 16px; color:  #000; }
#idleBox #idleInfo p.advB { padding: 10px 0 20px; text-align: center; }
#idleBox #idleBg { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 9998; }

/* gotop */
#gotop { position: fixed; right: 15px; bottom: 100px; z-index: 99;}

/* footer */
footer {margin-top: 60px;padding-top: 30px;background: #e9ecef;letter-spacing: .4px;color: #343a40;}
footer #footer-info > div , footer #footer-info p {font-size: 14px;}
footer a {letter-spacing: .4px;color: #343a40;font-weight: 600;font-size: 15px;}
footer #cis {width: 190px;margin-bottom: 30px;}
footer #cis a img:last-child { display: none; }
footer #footer-info {width: 100%;margin-right: 0px;}
footer #footer-info .footerNav font { margin-right: 10px; padding-right: 10px; border-right: 1px #fff solid; }
footer #footer-info .footerNav font:last-child { border-right: 0; }
footer #sitefooter .row {margin: 0 10px;width: calc(30% - 30px);display: inline-block;vertical-align: top;}
footer #sitefooter .row .tit {margin-bottom: 15px;font-family: 'Rubik', sans-serif;font-size: 27px;color: #1b4291;}
footer #sitefooter .row p, footer #sitefooter .row li {margin-bottom: 10px;}
footer #sitefooter #footerInfo #community a { margin: 0 5px; }
footer #sitefooter #fnav { width: calc(40% - 20px); }
footer #sitefooter #fnav li { margin-bottom: 10px; width: 40%; display: inline-block; }

footer #footer-fb { margin-right: 0; width: 350px; text-align: right;display: none; }
footer .bottomInfo {padding: 6px 0;background: #1b4291;border-top: 1px #fff solid;text-align: center;color: #fff;}

/* webSeo */
#webSeo { margin: 30px 0 5px; overflow: hidden; width: 100%; }
#webSeo .seo * , #webSeo .seo :before , #webSeo .seo :after , #webSeo .seo > div { -webkit-transition: none!important; -moz-transition: none!important; -ms-transition: none!important; -o-transition: none!important; transition: none!important; }


/* fix_btns */
#fix_btns { right: 15px; bottom: 195px; z-index: 999; }
#fix_btns a { overflow: hidden; margin-top: 12px; width: 76px; height: 76px; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
.pos_fix { position: fixed;}

@media screen and (max-width: 1360px) {
	 header .workframe {width: 95%;}
}
@media screen and (max-width: 1280px) {
	.workframe { width: 95%; }
header #main-menu nav ul.pc li a {padding: 10px 15px;}
}
@media screen and (max-width: 960px) {
	.col { margin-bottom: 0; }
	header #topBox .col-2 { margin-right: 0; width: 50px; }
	header #topBox .workframe { padding: 0; }
	header .fb_iframe_widget , header #main-menu ul.pc , #footer-fb , footer #footer-info .foot , footer #footer-info p.mail , footer #cis a img { display: none; }
	header #topBox .btn { width: calc(100% - 50px); line-height: 45px; }
	header #topBox #menuIcon , header #main-menu ul.mb , header #main-menu nav ul.pc li p b , footer #cis a img:last-child { display: block; }
	header #logoBox {padding-top: 10px;padding-bottom: 0;}
	header #logoBox .workframe {padding-top: 120px;text-align: center;}
	header #logoBox #cis {position: absolute;width: 100%;top: 0;left: 0;margin-right: 0px;}
	header #logoBox #cis a.photo{
    background-size: auto 50%;
    background-position: 50% 30%;
}
header #topBox font a{
    font-size: 13px;
}
	header #logoBox #external , header #logoBox #search { float: none; width: auto; display: inline-block; }
	header #logoBox #search {margin-left: 0px;}
	header #logoBox #search #hSearch {border-radius: 5px;}
	header #logoBox #search #hSearch #goSearch {}
	header #logoBox #search .trend p font a{
    margin-right: 4px;
}
	header #main-menu {margin: auto;height: auto;}
	header #main-menu ul.mb li{padding: 10px 0;margin-bottom: 0px;}
	header #main-menu ul.mb li img{width: 90px;}
	header #main-menu nav ul.pc { position: absolute; width: 100%; background: #3B9ABD; display: none; top: 45px; left: 0; z-index: 99; transition: none; }
	header #main-menu nav ul.pc li p a { padding: 10px 20px 10px 10px; border-top: 1px rgba(255, 255, 255, 0.2) solid; text-align: left; font-size: 14px; }
	header #main-menu nav > ul.pc > li { margin: 0 15px 2px; display: block; }
	header #main-menu nav > ul.pc > li > p a { color: #fff; }
	header #main-menu ul.pc li .menu_body { position: relative; margin: 0 10px; width: calc(100% - 20px); height: auto; display: none; opacity: 1; transition: none; }
	header #main-menu ul.pc li .menu_body ul li a { padding: 5px 20px; color: #3B9ABD; }
	#idleBox #idleInfo { width: 95%; }
	footer {}
	footer a {}
	footer #footer-info { margin-right: 0; width: 100%; }
	footer #footer-info #cis { margin: auto; } 
	footer #footer-info p.cop {margin: 5px 0;font-size: 12px;}
	footer #footer-info .footerNav { text-align: center; }
	footer #footer-info .footerNav font {border-color: #fff;}
	footer #sitefooter .row , footer #sitefooter #fnav {margin-bottom: 10px;width: calc(100% - 20px);}
	footer #sitefooter #footerInfo >div { display: inline-block; }
	footer #sitefooter #footerInfo #flogo , footer #sitefooter #footerInfo #community {display: block; }
	footer #sitefooter #footerInfo .foot {margin-left: 10px;color: #7575d1;display: none;}
	footer #sitefooter #fnav a { width: 20%; }
	footer #sitefooter #footercont p { margin-right: 35px; display: inline-block; }

}
@media screen and (max-width: 768px) {
	#idleBox #idleInfo p.advB { padding: 10px 10px 20px; }
}
@media screen and (max-width: 640px) {
	#idleBox { position: absolute; }
	#idleBox #idleInfo { margin-top: 50px; }
	#idleBox #idleInfo ul.news .col-4 { margin-bottom: 10px; width: calc((100% - 15px) / 2); }
	#idleBox #idleInfo ul.news .col-4:nth-child(2n) { margin-right: 0; }
	#idleBox #idleInfo p.advB { display: none; }
	#gotop img { width: 55px; }
	.fb_reset>div{
	bottom: 15pt!important;
	right: 6pt!important;
	}
	header #logoBox #external font{
    width: 27px;
}
	footer #sitefooter #fnav a { width: 30%; }
	#fix_btns a { width: 55px; height: 55px;}
	#fix_btns { bottom: 170px;}
}
@media screen and (max-width: 450px) {
	header #topBox .col-2 { width: 40px; }
	header #topBox #menuIcon img { height: 36px; }
	header #topBox .btn { width: calc(100% - 40px); line-height: 36px;}
	header #topBox font { padding: 0 10px; }
	header #topBox font b { right: -4px; }
	header #logoBox #cis a.photo{
    background-size: auto 50%;
    background-position: 50% 30%;
}
	header #logoBox .workframe {padding-top: 100px;}
header #logoBox #search #hSearch input{
    width: 140px;
}
	header #main-menu ul.mb li{padding: 10px 5px;margin-bottom: 0px;width: calc((100% - 55px) / 5);}

	header #main-menu ul.mb li img{width: 70px;}
	#idleBox #idleInfo ul.news .col-4 ,
	#idleBox #idleInfo ul.news .col-4:nth-child(2n) { float: none; margin: 0 auto 10px; width: 90%; }
	footer #sitefooter #fnav a { width: 40%; }

}