@charset "utf-8";
.tb-scroll{position: relative;}
.tb-scroll:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tb-scroll .mCSB_horizontal.mCSB_inside > .mCSB_container{margin-bottom: 0;}
.userBlk table{
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}
.userBlk table caption{
    padding: .75rem 0;
    font-size: 1.125em;
    color: #333333;
    font-weight: bold;
    caption-side: top;
}
.userBlk table thead th { white-space: nowrap;}
.userBlk table th, .userBlk table td{
    padding: .5rem .5rem;
    min-width: 54px;
    vertical-align: middle;
    line-height: 1.5;
}
.userBlk table thead th, .userBlk table thead td{
    color: rgba(255,255,255,1);
    background-color:#11375c;
    letter-spacing: 0.0625rem;
    vertical-align: middle;
    text-align: center;
}
.userBlk table thead tr th:nth-child(n+2) {border-left: 2px solid rgba(255,255,255,.75);}
.userBlk table tbody th, .userBlk table tbody td{min-height: 30px; border-bottom: 1px solid #dedede;}
.userBlk table tbody {background: rgba(255,255,255,1);}
.userBlk table tbody th{background: rgba(124,203,235,.125);}
.userBlk table tbody tr:nth-child(odd) th, .userBlk table tbody tr:nth-child(odd) td{background: rgba(124,203,235,.125);}
.userBlk table a{display: inline-block;}
.userBlk table a:hover{text-decoration: underline;}
.userBlk table b{color: #00479d;font-weight: bold;}

.titleBlk.match .title {
    padding-bottom: 0;
    width: 100%;
    height: inherit;
    line-height: inherit;
    margin: 0 0;
    background: transparent none no-repeat 0 0;
}
.titleBlk.match h2 {
    display: inline-block;
    position: relative;
    min-height: 50px;
    padding: 0px 0 0px 0;
    letter-spacing: 0.0625rem;
    font-size: 1.875rem;
    color: #333333;
}
.titleBlk.match .match {
    display: inline-block;
    float: right;
    height: 50px;
    line-height: 50px;
}
.titleBlk.match .match span {
    color: #e60012;
    padding: 0 5px;
}


.annexBlk{margin: 0 0 1.5rem 0; position: relative;}
.annexBlk:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.annexBlk>.title{
    display: block;
    color: #ffffff;
    background: #00846f;
    padding:.5rem 0 .5rem 1.5rem;
    position: relative;
    font-size: 1.75em;
    margin-bottom: 1.5rem;
}
.annexBlk>.title:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    bottom: -5px;
    left: 0;
    background: rgba(2,74,145,1);
}
.annexBlk ul{padding-left: 0; position: relative;}
.annexBlk .slider-grid{margin-left: -.875rem; margin-right: -.875rem; padding-bottom: 0;}
.annexBlk li{list-style-type: none;}
.annexBlk li a{
    display: block;
    color: #333333;
    transition: all 0.25s ease-in;
    border: 2px solid rgba(255,255,255,0);
    position: relative;
}
.annexBlk li a:hover{text-decoration: underline;}
.annexBlk li:hover p{ color: #cd2f2f;}
.annexBlk [class*="icon-file"]{
    display: inline-block;
    color: #fff;
    border-radius: .3rem;
}
.slider-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.5rem;
    margin-right: -.5rem;
}
.slider-grid>li{
    padding: 0 .5rem 2rem .5rem;
    width: 33.333%; 
    transition: all 0.25s ease-in;   
}
.slider-grid>li:hover{
    -webkit-transform: translateY(-.75rem) scale3d(1,1,1);
    -ms-transform: translateY(-.75rem) scale3d(1,1,1);
    transform: translateY(-.75rem) scale3d(1,1,1); 
}
.slider-grid .img{ height: 0; position: relative;}

.slider-grid.news>li{ width: 33.33%;}
.slider-grid.news>li>a{transition: all 0.25s ease-in;}
.slider-grid.news>li .tag {left: 0;}
.slider-grid.news>li:hover .tag{display: none;}
.slider-grid.news>li .img:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    transition: .25s ease;
    overflow: hidden;
    background: rgba(78,78,78,0.75);
    background: -moz-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,78,78,0.75)), color-stop(33%, rgba(78,78,78,0)));
    background: -webkit-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -o-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -ms-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: linear-gradient(to bottom, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#4e4e4e', GradientType=0 );
    top: 0;
    padding-bottom: 66.666%;
}
.slider-grid.news>li:hover .img:before{
    padding-bottom: 0;
    background: rgba(78,78,78,0);
}
.slider-grid.news>li>a:hover{text-decoration: none;}
.slider-grid.news>li .txt {
    padding: .5rem .875rem .75rem .875rem;
    height: 108px;
    background: rgba(255,255,255,1);
}
.slider-grid.news>li .title {
    display: block;
    font-weight: bold;
    color: #024a91;
    margin: 0 0 .75rem 0;
    overflow: hidden;
    max-height: 46px;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .0375rem; 
}
.slider-grid.news>li .time {
    display: block;
    padding: .25rem 0 .25rem 0;
    font-size: .75rem;
    color: #999999;
    font-family: Verdana;
    line-height: 1.5;
    position: relative;
}
.slider-grid.news>li:hover>a{
    -webkit-transform: translateY(-.75rem) scale3d(1,1,1);
    -ms-transform: translateY(-.75rem) scale3d(1,1,1);
    transform: translateY(-.75rem) scale3d(1,1,1);    
}
.slider-grid.news>li:hover .title{ color: #cd2f2f;}

.slider-grid.video .img:before {
    display: block;
    background: rgba(23,127,145,.5);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
.slider-grid.video .img:after{
    /*display: block;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 3rem;
    width: 46px;
    height: 46px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;*/
}
.slider-grid .img img{width: 100%; }
.slider-grid p{height: 42px; overflow: hidden; padding-bottom: 0;}
.slider-grid.video a:hover .img:before{ background: transparent;}
.slider-grid.video a:hover .img:after{ display: none;}

.containerBlk .annexBlk .owl-carousel{padding: 0; position: relative;}
.annexBlk .owl-theme .owl-nav [class*=owl-]:focus, .annexBlk .owl-theme .owl-nav [class*=owl-]:active{outline: none;}
.annexBlk .owl-theme:hover .owl-nav [class*=owl-]{/*display: block;*/}
.annexBlk .owl-theme .owl-nav [class*=owl-] span{ color: #222;font-size: 1.5rem; color: #ffffff; }
.annexBlk .img{padding-bottom: 66.666%; display: block; position: relative;}
.annexBlk img{ max-width: 100%; }
.annexBlk p{ 
    font-size: 1rem;
    color: #333333;
    padding-bottom: 0; 
    margin-bottom: 0;
    margin-top: .35em;
    height: 50px;
    overflow: hidden;
    line-height: 1.5rem;
}
.annexBlk li a:focus, .annexBlk .owl-theme .owl-nav .owl-prev:focus, .annexBlk .owl-theme .owl-nav .owl-next:focus{border:2px dotted orange;}
.slider-video .img{position: relative;}
.slider-video .img:before{
    display: block;
    background: rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
.slider-grid.video .img:after, .slider-video .img:after{
    display: block;
    color: #e61b14;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    font-size: 3rem;
    width: 46px;
    height: 46px;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    text-align: center;
    text-indent: -9999px;
    background: transparent url(../images/icon/icon-share-white.png) no-repeat -452px -2px;
    background-size: 634px 45px;
}
.slider-video a:hover .img:before, .slider-video a:focus .img:before{ background: transparent;}
.slider-video a:hover .img:after, .slider-video a:focus .img:after{ display: none;}
.slider-video a:hover p{color: rgba(2,74,145,1);}

.annexBlk .tag{
    font-size: .875rem;
    color: #fff;
    padding: 15px 0 0 23px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.annexBlk .tag:before{
    display: block;
    width: 7px;
    height: 18px;
    content: "";
    position: absolute;
    left: 8px;
    top: 17px;
    background: #ff3838;
}

.overlay li .blk .img:before{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    transition: .25s ease;
    overflow: hidden;
}
.overlay li .blk .img:before {    
    background: rgba(78,78,78,0.75);
    background: -moz-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,78,78,0.75)), color-stop(33%, rgba(78,78,78,0)));
    background: -webkit-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -o-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -ms-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: linear-gradient(to bottom, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#4e4e4e', GradientType=0 );    
    top: 0;
    padding-bottom: 66.666%;
}
.overlay li .blk:hover .img:before{padding-bottom: 0;background: rgba(78,78,78,0);}

.overlay .imgBlk{position: relative;}
.overlay .imgBlk:hover .tag{display: none;}

.sixInGrp{
    padding: 0 0;
    margin: 0 -.875rem;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sixInGrp>li{
    list-style-type: none;
    width: 33.333%;
    padding: 0 .75rem 1rem .75rem;
}
.sixInGrp>li .blk{
    display: block;
    position: relative;
    transition: all 0.25s ease-in;
}
.sixInGrp>li .blk p{
    margin: .5rem 0 .625rem 0;
    max-height: 42px;
    overflow: hidden;
    color: #024a91;
    font-size: 1em;
    line-height: 1.33rem;
    letter-spacing: .0625rem;
    font-weight: bold;
    height: inherit;
}
.sixInGrp>li .blk:hover p{color: #e61b14;}
.sixInGrp>li:hover .blk{
    -webkit-transform: translateY(-.75rem) scale3d(1,1,1);
    -ms-transform: translateY(-.75rem) scale3d(1,1,1);
    transform: translateY(-.75rem) scale3d(1,1,1);  
}

.annexBlk.link li{padding: .25rem .5rem .5rem .5rem;background: #f0f0f0;}
.annexBlk.link li:nth-child(odd) {background: #ffffff;}
.annexBlk.link li a{padding-left: 1.65rem;position: relative;}
.annexBlk.link li a .summary{ display: block; color: #696969; font-size: .813em;}
.annexBlk.link li a:before {
    content: "\f0c1";
    display: inline-block;
    font: normal normal normal .875rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .65rem;
    color: #00479d;
    position: absolute;
    left: 0;
    top: 2px;
}
.annexBlk.link li a:hover, .annexBlk.link li a:hover span{text-decoration: underline;color: #00479d;}
.annexBlk.download ul{padding: 0 0;}
.annexBlk.download ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .25rem .5rem .25rem .5rem;
    background: #f0f0f0;
}
.annexBlk.download ul>li:nth-child(odd){background: #ffffff;}
.annexBlk.download ul>li:nth-child(odd) [class*="icon-file"]:before {border-color: transparent #ffffff transparent transparent;}
.annexBlk.download .col:nth-child(1){padding-left: 1.5rem;}
.annexBlk.download .col .summary{ display: block; color: #696969; font-size: .875em;}
.annexBlk.download .col:nth-child(1):before {
    content: "\f019";
    display: inline-block;
    font: normal normal normal .875rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #00479d;
    position: absolute;
    left: 3px;
    top: 5px;
}
.annexBlk.download [class*="icon-file"]{ border: 2px solid #f5f5f5; color: #ffffff;}
.annexBlk.download ul li:nth-child(odd) [class*="icon-file"]{border: 2px solid #ffffff;}
.annexBlk.download [class*="icon-file"]:focus, .annexBlk.download ul li:nth-child(odd) [class*="icon-file"]:focus{border: 2px dotted orange;}


ul.sitemap{
    margin-bottom:30px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;    
}
.sitemap li{list-style-type:none; background: #ffffff;}
.sitemap:after, .sitemap li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.sitemap>li{
    width: 33.333%;
    border: 1px solid #e5e5e5;
    margin-left: -1px;
    margin-bottom: -1px;
}
.sitemap>li>a{
    color: #ffffff;
    padding: .5rem .5rem .5rem .75rem;
    display: block;
    background: #00846f;
}
.sitemap li ul{padding:5px 10px 10px 2rem;}
.sitemap>li>ul{padding:5px 10px 10px 1.75rem;}
.sitemap li ul li { padding-bottom:0.25rem;}
.sitemap li ul li a{color: #00846f;}
.sitemap li ul li a:hover{text-decoration:underline;}


[class*="icon-file"]{
    display: inline-block;
    font-size: .75rem;
    padding: .25rem .875rem .25rem .5rem;
    border-radius: .2rem;
    color: #fff;
    position: relative;
    line-height: 1;
    vertical-align: text-top;
    margin-top: -4px;
}
.annexBlk [class*="icon-file"]{margin: 0 0;}
[class*="icon-file"]>i{margin-right: .25rem;font: normal normal normal .875rem/1 FontAwesome;}
[class*="icon-file"]:before{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 0;
}
[class*="icon-file"]:before{border-color: transparent #ffffff transparent transparent;}
.annexBlk [class*="icon-file"]:before{border-color: transparent #f0f0f0 transparent transparent;}
[class*="icon-file"]:after{
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent rgba(0,0,0,.35);
}
.icon-file{background:#00479d;}
.icon-file-pdf{background: #d53036;}
.icon-file-jpg{background: #9f5506;}
.icon-file-ppt{background: #de7d2f;}
.icon-file-zip{background: #985dc1;}
.icon-file-doc{background: #006aa3;}
.icon-file-odt{background: #368ca2;}
.icon-file-xls{background: #006943;}
.icon-file-ods{background: rgba(130,160,50,1);}
.icon-file-audio{background: #01b3be;}
.icon-file-video{background: #da2c8e;}
.icon-file-other{background: #656565;}
.icon-file-web{background: #4c95e8;}
.icon-file-code{background: #14406d;}
[class*="icon-file"]:hover, [class*="icon-file"]:focus{color: #fff;}
[class*="icon-file"]:before:hover, [class*="icon-file"]:hover:before, [class*="icon-file"]:after:hover, [class*="icon-file"]:hover:after{display: none;}


.table.download{}
.table.download tbody, .table.download tr, .table.download td{ display: block; }
.table.download tr{display: -ms-flexbox;display: flex;background: rgba(255,255,255,1);margin-bottom: 5px; }
.table.download td{
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1rem;
    border-top: none;
}
.table.download tbody td, .table.download tbody tr:nth-child(even) td, .table.download tbody tr:hover td{background: transparent;}
.table.download [class*="icon-file-"]{padding: .5rem .875rem .5rem .5rem;}
.table.download .content{ display: block; }


ul.url{padding: 0 0 0 0; margin-bottom: 2rem;}
ul.url>li{
    list-style-type: none; 
    padding-bottom: 0;
    margin-bottom: .5rem;
    line-height: 1.5em !important;
    transition: background 0.2s, color 0.2s;   
}
ul.url>li a{
    color: #0B3177;
    display: block;
    padding: .5rem .75rem; 
    background: rgba(255,255,255,1);
    position: relative;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -moz-transition: -moz-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
ul.url>li a:before{
display: block;
    width: 4px;
    height: 16px;
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    background: #0B3177;
}
ul.url>li a:after{
    display: block;
    content: ' ' attr(href);
    font-style:italic;
    color:#707070;
    font-size: .75rem;
    margin-top: -.25rem;
    word-break: break-word;
}
ul.url>li>a:hover{
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.35);
    transform: scale(1.025, 1.025);
    -webkit-transform: translateY(10px) translateX(-10px);
    -moz-transform: translateY(10px) translateX(-10px);
    transform: translateY(10px) translateX(-10px);
    z-index: 2;
    background: #e4f7f4;
}
ul.url>li a:hover{text-decoration: none;}


.listBlk {display: block; padding-bottom: 2rem;}
.listBlk .alert{margin-bottom: 1rem;}
.listBlk>ul{padding: 0 0 0 0;}
.listBlk li{list-style-type: none;}
.listBlk>ul>li {    
    background: #ffffff;
    position: relative;
    width: 100%;
    padding: .875rem;
    margin: 0 0 1rem 0;
    transition: all 0.25s ease-in;
}
.listBlk>ul>li .blk{ display: flex;}
.listBlk>ul>li .blk>a{border:2px solid rgba(255,255,255,0); display: block;}
.listBlk>ul>li .blk>a:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.listBlk>ul>li .img{
    padding-bottom: 66.666%;
    display: block;
    position: relative;
    width: 200px;
}
.listBlk>ul>li .img:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 0;
    transition: .25s ease;
    overflow: hidden;
    background: rgba(78,78,78,0.75);
    background: -moz-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(78,78,78,0.75)), color-stop(33%, rgba(78,78,78,0)));
    background: -webkit-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -o-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: -ms-linear-gradient(top, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    background: linear-gradient(to bottom, rgba(78,78,78,0.75) 0%, rgba(78,78,78,0) 33%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e4e4e', endColorstr='#4e4e4e', GradientType=0 );
    top: 0;
    padding-bottom: 66.666%;
}
.listBlk>ul>li a:hover .img:before, .listBlk>ul>li a:focus .img:before{padding-bottom: 0; background: rgba(78,78,78,0);}
.listBlk>ul>li .video .img:after {
    display: block;
    width: 36px;
    height: 36px;
    content: "";
    position: absolute;
    left: .35rem;
    bottom: 0;
    background: transparent url(../images/icon/icon-share-white.png) no-repeat -444px 0;
    text-indent: -9999px;
    border-radius: 2px;
    background-size: 478px 32px;
}
.listBlk>ul>li .video a:hover .img:after, .listBlk>ul>li .video a:focus .img:after{ display: none;}
.listBlk>ul>li .video .img:before {
    display: block;
    background: rgba(0,0,0,.25);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -o-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
.listBlk>ul>li .txt{
    display: block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
}
.listBlk>ul>li a+.txt{margin: 0 0 0 1rem;}
.listBlk>ul>li .tag {
    font-size: .875rem;
    margin: 0 0;
    padding: 1px 0 0 1.25rem;
    display: block;
}
.listBlk>ul>li .tag:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.listBlk>ul>li .tag:before {
    display: block;
    width: 8px;
    height: 17px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: #ff3838;
}
.listBlk>ul>li .tag>li {
    float: left;
    display: inline-block;
    margin: 0 1rem 0 0;
    line-height: 1.25rem;
}
.listBlk>ul>li .tag.file {padding: 0 0 0 0;}
.listBlk>ul>li .tag.file:before {display: none;}
.listBlk>ul>li .title {
    display: block;
    padding: 0 0;
    margin: 0 0 .5rem 0;
    font-size: 1.25rem;
    height: 24px;
    overflow-y: hidden;
}
.listBlk>ul>li .title a{
    font-weight: bold;
    color: #024a91;
    font-size: 1.125rem;
}
.listBlk>ul>li .title:hover{
    color: inherit;
    text-decoration: underline;
}
.listBlk>ul>li .txt p{
    padding: 0 0;
    margin: 0 0;
    font-size: .875rem;
}
.listBlk>ul>li .summary {
    padding: 0 1rem 0 10px;
    color: #666666;
    line-height: 1.5rem;
    max-height: 48px;
    overflow-y: hidden;
}
.listBlk>ul>li .link {
    color: #008000;
    padding: 0 1rem 1rem 10px;
    font-size: 0.938rem;
    word-break: break-all;
    margin: 0 0;
}

.userBlk .modal table{margin: 0 auto 1rem auto; width: auto;}
.userBlk .modal table caption{font-size: 1.125em;color: #00479d;}
.userBlk .modal table thead th, .userBlk .modal table thead td { padding: .25rem; font-size: .875rem; }
.userBlk .modal table tbody th, .userBlk .modal table tbody td {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    vertical-align: middle;
    padding: .25rem;
}
.userBlk .modal table thead th{
    width: inherit;
    min-width: inherit;
    color: #fff;
    background: #177f91;
}
.userBlk .modal table tbody th{background: #f5f5f5;}
.userBlk .modal table tbody tr th:nth-child(1), .userBlk .modal table tbody td:nth-child(1) {border-left: 1px solid #dedede;}
.userBlk .modal table tfoot td{font-size: .875rem;}

.txtC, .table .txtC, .table th.txtC, .table .th.txtC, .table td.txtC, .table .td.txtC{text-align: center;}
.txtR, .table .txtR, .table th.txtR, .table .th.txtR, .table td.txtR, .table .td.txtR{text-align: right;}
.txtL, .table .txtL, .table th.txtL, .table .th.txtL, .table td.txtL, .table .td.txtL{text-align: left;}


.faqBlk>ul{padding-left: 0;}
.faqBlk>ul>li{
    list-style-type: none;
    padding: 0 .875rem;
    background: #f0f0f0;
    counter-increment: rank;
    counter-reset: section;
}
.faqBlk>ul>li:nth-child(odd){background: #ffffff;}
.faqBlk>ul>li>.que, .faqBlk>ul>li>.ans{
    display: block;
    position: relative;
    font-size: 1rem;
    min-height: 3em;
    line-height: 1.5em;
    padding-right: 0;
    padding-left: 4rem;
}
.faqBlk>ul>li>.que:before, .faqBlk ul>li>.ans:before{
    font-size: 1.25rem;
    font-weight: bold;
    position: absolute; 
}
.faqBlk>ul>li>.que{    
    padding-top: 16px;
    padding-bottom: 11px;
}
.faqBlk .match{color: #e61b14;}
.faqBlk>ul>li>.que, .faqBlk>ul>li>.que:before{ color: #024a91;}
.faqBlk>ul>li>.que:before{
    content: "問" counter(rank) "：";
    top: 13px;
    left: 1px;
}
.faqBlk>ul>li>a.que:before{left: -1px;}
.faqBlk>ul>li>.que:before, .faqBlk>ul>li>.ans:before{text-align: right;}
.faqBlk>ul>li>.ans{    
    padding-top: 0;    
    padding-bottom: 24px;
}
.faqBlk>ul>li>.ans, .faqBlk>ul>li>.ans:before{ color: #333333;}
.faqBlk>ul>li>.ans:before{
    content: "答" counter(rank) "：";
    top: -2px;
    left: 1px;
}
.faqBlk>ul>li>a{
    display: block;
    padding: 11px 0 11px 4.5rem;
    position: relative;
    font-size: .875rem;
    color: #333;
    border: 2px solid rgba(255,255,255,0)
}
.faqBlk>ul>li>a:focus{ border: 2px dotted orange; }
.faqBlk>ul>li>.ans a{color: #2f79c4;}
.faqBlk>ul>li>.ans a[class*="icon-file"]{color: #ffffff;}
.faqBlk>ul>li>.ans ul{ list-style-type: disc }
.faqBlk>ul>li>.ans table{ border: 1px solid #dedede!important; width: 100% !important;}
.faqBlk .links{ 
    position: relative;
    padding: .25rem 0 0 5rem;
    margin: .75rem 0 0 0;
    border-top: 1px dashed #dfe4ec;
}
.faqBlk .links:before{
    content: "相關連結：";
    padding: 0.25rem 0;
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: bold;
}
.faqBlk .links>ul { padding: 0;}
.faqBlk .links>ul>li{
    list-style-type: none;
    padding: 0.25rem 0 0.25rem .75rem;
}
.faqBlk .links>ul>li>a{
    text-decoration: none; 
    position: relative;
    display: block;
    padding-left: 1.5rem;
    word-break: break-all;
}
.faqBlk .links>ul>li>a, .faqBlk .links>ul>li>a:before{color: #2f79c4;}
.faqBlk .links>ul>li>a:before {
    content: "\f0c1";
    display: inline-block;
    font: normal normal normal .875rem/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .5rem;
    position: absolute;
    left: 0;
    top: 1px;
}
.faqBlk .links>ul>li>.summary {
    display: block;
    padding-left: 1.5rem;
}
.faqBlk .links>ul>li>a:hover{text-decoration: underline;}
.faqBlk.download .ans {padding: 0.75rem .75rem 0.75rem .75rem;}
.faqBlk.download .ans p{padding-bottom: 0;}
.faqBlk.download .blk {
    display: block;
    border: 1px solid #ddd;
    padding: 0 0 0 0;
    margin: -1px 0 0 0;
    position: relative;
    counter-increment: rank;
    counter-reset: section;
}
.faqBlk.download>ul>li:before {
    display: block;
    width: 46px;
    height: 28px;
    line-height: 28px;
    content: "";
    position: absolute;
    left: 12px;
    top: 6px;
    color: #333333;
    content: "問" counter(rank) ".";
    font-size: 1rem;
    text-align: right;
    z-index: 1;
    color: #fff;
}
.faqBlk.download>ul>li:before{
    content: counter(rank) ".";
    left: 0;
    top: 8px;
    width: 32px;
}
.faqBlk.download .que {
    display: block;
    padding: 0.5rem 0.5rem 0.5rem 0;
    position: relative;
    color: #333333;
    overflow: hidden;
    border: 2px solid #fff;
    background: #177f91;
    color: #ffffff;
    border: 2px solid #177f91;
}
.faqBlk.download.blk.active .que {
    background: #0B3177;
    color: #ffffff;
    border: 2px solid #0B3177;
}
.faqBlk.download .que:before{display: none;}
.faqBlk.download .que p{padding: 0 0 0 2.25rem; margin: 0 0;}
.faqBlk.download>ul>li>.ans [class*="icon-file"]{text-decoration: none;}
.faqBlk.download>ul>li>.ans [class*="icon-file"]:hover{text-decoration: underline;}
.faqBlk.download>ul>li>.ans:before { display: none;}
.faqBlk.download .download{margin: 0 0 0 0;}
.faqBlk.download .download ul>li{
    color: #666;
    counter-increment: sno;
    counter-reset: section;
}
.faqBlk.download .download ul{list-style-type: none;}
.faqBlk.download .download ul>li:nth-child(odd){ background: #f0f0f0;}
.faqBlk.download .download .col:nth-child(1) {padding-left: 2.5rem;}
.faqBlk.download .download .col:nth-child(1):before {
    content: counter(rank) "-" counter(sno)  ".";
    margin-right: 0;
    left: 0;
    top: 4px;
    font-family: Arial, '微軟正黑體', Microsoft JhengHei, '新細明體', MingLiU, sans-serif;
}

/*.btn-subGroup{
    margin-bottom: 1.5rem;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-subGroup li{list-style-type: none;}
.btn-subGroup li+li{margin-left: -1px;}
.btn-subGroup .btn{min-width: 8.75em;}*/


body.login:after, .login .frame:after, .login .box:after, .loginTabs:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body.login .mainBlk{ padding-bottom: 3rem;}
body.login .mainBlk>.wrapper{ background: transparent; padding: 24px 0 0 0;}
body.login .breadCrumbBlk ul li{ color: #ffffff;}
body.login .breadCrumbBlk ul li a{ color: #eeeeee;}
body.login .titleBlk h2 {color: #ffffff;}
.login .frame{
    margin:2.5rem auto 5rem auto;
    width: 525px;
}
.login .box{
    width: 445px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
}
.loginTabs{
    display: block;
    width: 100%;
    padding: .75rem 0;
    background: #13406c;
}
.loginTabs h2{
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
}
.loginPanel{
    display: block;
    background: #f3f3f3;
    padding: 2rem 2.25rem 1rem 2.25rem;
}
.login .form-group, .login .form-row{
    margin-bottom: .25rem;
    min-height: 40px;
    display: -ms-flexbox;
    display: flex;
}
.login .blk{
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.login .form-label{
    width: 100px;
    min-width: 100px;
    display: block;
    font-size: 1rem; 
    font-weight: bold;
    color: rgba(0,0,0,.75);
    margin: .35rem 0 0 0;
}
.login .form-label .required{
    color: #e61b41;
    font-size: .875rem;
}
.login input[type="text"], .login input[type="number"], .login input[type="password"], .login input[type="email"], .login select{
    width: 100%;
    min-height: 32px;
    border: 1px solid #bfbfbf;
    margin-right: 0;
}
.login input[type="text"].required, .login input[type="number"].required, .login input[type="password"].required, .login input[type="email"].required{color: rgba(0,0,0,1);}
.login .display{
    display: block;
    font-size: 1em;
    color: rgba(0,0,0,.75);
    margin: .35rem 0 0 0;
    white-space: normal;
}
.login label.error{
    display: block;
    clear: both;
    margin: 0.125rem 0 0.25rem 0 !important;
}
.login .field-code{ width: 100%; margin-bottom: .25rem;}
.relative{ position: relative;  display: block;}
.icon-refresh, .icon-replay{
    display: inline-block;
    cursor: pointer;
    background: transparent;
    border: 2px solid rgba(255,255,255,0);
    padding: .125rem .375rem;
    vertical-align: middle;
    font-size: .813rem;
    text-align: center;    
}
.icon-refresh .fa, .icon-replay .fa{font-size: 1.25rem;}
.icon-refresh:hover, .icon-replay:hover, 
.icon-refresh:focus, .icon-replay:focus{border: 2px solid rgba(255,255,255,0);}
.captchaImg, .modal .captchaImg, .captchaImgForget{
    width: 92px;
    height: 32px;
}
.loginBlk {
    display: block;
    padding: 21px 0;
}
.btn-login{
    display: block;
    width: 100%;
    padding: .75rem 0;
    background: rgba(31,116,200,1);
    color: #fff;
    text-align: center;
    font-family: Verdana, Arial, Microsoft JhengHei, "微軟正黑體","Microsoft JhengHei", "新細明體";
    font-size: 1.125rem;
    cursor: pointer;    
    transition: all 0.25s;
    border: 2px solid rgba(255,255,255,0);
    border-radius: 3rem;
}
.btn-login:hover, .btn-login:focus{-webkit-box-shadow: inset 0px 2px 10px 0px rgba(0,0,0,0.5);color: #fff;}
.login p{
    margin-bottom: .5rem;
    font-size: .875rem; 
    color: #757575; 
    line-height: 1.25rem;
}
.login .blk p{margin-bottom: 0;}
.login .txt a{
    display: inline-block;
    margin: 0 .35rem 0 auto;
    color: #1152ab;
}
.login .txt a:hover, .login .txt a:focus{text-decoration: underline; color: #e61b14;}
.login .modal p{font-size: 1rem; color: #333333; }
.login.modal-open{padding-right: 0 !important;}
.forget .loginPanel{background: transparent;padding: 2rem 2.25rem 2rem 2.25rem;}
.forget .modal-dialog{width: 540px; margin: 0 auto;}
.forget .modal-content{ 
    background: transparent;
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.forget .modal-header{background: #13406c;}
.forget .modal-header .modal-title{color: #fff;}
.forget .modal-header .close{
    display: inline-block;
    padding: 0 0;
    margin: 0 0;
    position: absolute;
    right: 16px;
    top: 12px;
    width: 27px;
    height: 28px;
    background: transparent url(../images/icon/icon-close.png) no-repeat 0 0;
    border: 2px solid rgba(255,255,255,0);
    text-indent: -9999px;
}
.forget .modal-body{background: #f3f3f3; }

.eng .faqBlk>ul>li>.que:before{content: "Q" counter(rank) "：";}
.eng .faqBlk>ul>li>.ans:before {content: "A" counter(rank) "：";}



@media (max-width: 1023px){
.sitemap>li {width: 33.33%;}
}

@media (max-width: 960px){
.faqBlk>ul>li>.que:before{top: 18px;}
.faqBlk>ul>li>.ans:before{top: 2px;}
.slider-grid>li, .slider-grid.news>li {width: 33.33%;}
.sitemap>li {width: 50%;}
body.login .mainBlk>.wrapper{padding: 0 1rem;}
body.login .mainBlk {
    background: #05172e url(../images/bg.jpg) no-repeat center top;
    background-size: 100% auto;
    background-attachment: fixed;
}
.forget .modal-dialog{ width: 100%; }
}



@media (max-width: 768px){
.slider-grid>li {width: 50%;}
.sixInGrp>li {width: 50%;}
}


@media (max-width: 640px){
.tb-scroll{padding-top: 1.5em;}
.tb-scroll:before {
    content: "Swipe right to learn more ➨";
    display: inline-block;
    padding: .35em .875rem;
    text-align: right;
    font-size: .875rem;
    color: #757575;
    position: absolute;
    right: 0;
    top: 12px;
}
.slider-grid.news>li {width: 50%;}
}


@media (max-width: 600px){
.typeBlk>ul{display: block;}
.typeBlk>ul>li {width: 100%;}
.annexBlk.download ul>li{display: block;padding: .25rem .5rem .5rem .5rem;}
.annexBlk.download .col:nth-child(2) {padding-left: 1.75rem;}
.faqBlk>ul>li>.ans{line-height: 2em;}
.faqBlk .links {padding: 2.25rem 0 0 0;}
.faqBlk .links>ul>li {padding: 0.25rem 0 0.25rem 0;}
/*.faqBlk.download .annexBlk.download .col:nth-child(2) {padding-left: 2.5rem;}*/
.listBlk>ul>li .blk {display: block;}
.listBlk>ul>li .img {width: 100%;}
.listBlk>ul>li a+.txt {margin: 1rem 0 0 0;}
}

@media (max-width: 540px){
.login .frame, .login .box{width: 100%;}
.login .frame{margin: 2rem auto;}
.loginPanel{padding: 1.5rem 1.5rem 1.5rem 1.5rem;}
.login .form-group{display: block; margin-bottom: 1rem;}
.login .form-label{margin: .5rem 0 .5rem 0; width: inherit; min-width: inherit;}
.login .blk{display: block;}
}

@media (max-width: 480px){
.slider-grid.news>li {width: 100%;}
.sitemap>li {width: 100%;margin-left:0;}
}

@media print {
    .userBlk table{page-break-inside: avoid;}
    .userBlk table th, .userBlk table td{page-break-inside: avoid;white-space: nowrap;}
    .annexBlk{page-break-after:always;break-inside: avoid;}
    .annexBlk ul{padding: 0 0;}
    .owl-stage{width: 100% !important;}
    .owl-theme .owl-dots, .owl-theme .owl-nav{display: none;}
    .owl-carousel .owl-item{width: 50% !important;  margin: 0 0 !important;padding: 0 .5rem;}
    .kdBlk{page-break-before:always;break-inside: avoid;}
    .faqBlk>ul>li{page-break-after:inherit;break-inside: avoid;}
    ul.sitemap{display: block;}
    .sitemap>li{width: 100%;}
} 