@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&family=Fira+Sans+Condensed:wght@300&display=swap');

@charset "utf-8";
/*Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess*/
@font-face {font-family: 'Noto Sans TC';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');font-display: fallback;}
@font-face {font-family: 'Noto Sans TC';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');font-display: fallback;}
@font-face {font-family: 'Noto Sans TC';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');font-display: fallback;}
@font-face {font-family: 'Noto Sans TC';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');font-display: fallback;}
@font-face {font-family: 'Noto Sans TC';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');font-display: fallback;}
@font-face {font-family: 'Noto Sans TC';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');font-display: fallback;}

body {
    /*font-family: Open Sans, "Noto Sans TC", sans-serif;*/
    font-family: "Noto Sans TC", sans-serif;
    color: #232323;
}


.label { font-weight: 500; }
div.selector { box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }
div.selector span { padding: 0px 32px 0px 2px; }
button, input[type=submit], input[type=button] { font-family: "Noto Sans TC", sans-serif; }
textarea, input, input[type=text], input[type=password] { font-family: "Noto Sans TC", sans-serif; font-size: 12px; }
.btn { padding: 7px 13px 8px 13px; }

a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.postfix_symbol_plus:after {
    content: '+';
    font-size: 12px;
    line-height: 12px;
    color: #ffffff;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    top: -2px;
    right: 1px;
}

.flip-container-wrapper {
    
}
.flip-container-wrapper > div {
    float: left; width: 162px;
}
.flip-container-wrapper > div:nth-of-type(6) + * { clear: both; }
.flip-container-wrapper > div:nth-of-type(6n) {
    float: right; 
}
.flip-container {
    perspective: 1000;
    transform-style: preserve-3d;
}
.flip-container:hover .back {
    transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
}
.flip-container .flipper {
    transition: 0.8s;
    transform-style: preserve-3d;
    position: relative;
    
    width: 162px; 
    height: 160px; 
    display: block;
}
.flip-container .front, .flip-container .back {
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
    
    
    transition: 0.8s;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.85;
    width: 162px; 
    height: 160px; 
    
    text-align: center; 
    color: #ffffff; 
    font-size: 15px; 
    line-height: 20px;
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.flip-container .front {
    width: 100%;
    z-index: 2;
    transform: rotateY(0deg);
}
.flip-container .front > img, .flip-container .back > img {
    width: 100%;
    height: auto;
}
.flip-container .front .container, .flip-container .back .container {
    padding-top: 20px; /*vertical-align png image offset*/
}
.flip-container .front .container { /*margin-top: 48px; padding:0 10px;*/ flex: 0 0 100%; font-size:24px; font-weight: 500; letter-spacing: -1.5px; }
.flip-container .front .container span { display: inline-block; }
.flip-container .back .container { /*margin-top: 48px; padding:0 10px;*/ flex: 0 0 100%; font-size:18px; font-weight: 500; font-family: 'Roboto', sans-serif; word-break: break-word; letter-spacing: -.5px; }
.flip-container .back .container span { display: inline-block; }
.flip-container .back .container img {
    width: 100%;
    height: auto;
    max-width: 72px;
}
.flip-container .back {
    transform: rotateY(-180deg);
}


/*#header_2 {
    margin: 10px auto;
}*/

#navigationQuick li:first-child {
    background: none;
}

#navigation li {
    padding: 0 12px;
}
#navigation li a:before {
    top: -9px;
}
#navigation.items-pd7 li {
    padding: 0 7px;
}
#navigation.items-pd10 li {
    padding: 0 10px;
}
#navigation.items-pd12 li {
    padding: 0 12px;
}
#navigation.items-pd14 li {
    padding: 0 14px;
}
#navigation li a {
    font-weight: 500;
    letter-spacing: -.5px;
}
#navigation li:first-child {
    border-left: 0;
}
#navigation li:last-child {
    border-right: 0;
}

#navigation li:nth-child(1) a:before { border-top-color: #fa4251; }
#navigation li:nth-child(2) a:before { border-top-color: #ff8300; }
#navigation li:nth-child(3) a:before { border-top-color: #ffd965; }
#navigation li:nth-child(4) a:before { border-top-color: #57b846; }
#navigation li:nth-child(5) a:before { border-top-color: #2c6ed5; }
#navigation li:nth-child(6) a:before { border-top-color: #28cacc; }
#navigation li:nth-child(7) a:before { border-top-color: #8058bd; }
#navigation li:nth-child(8) a:before { border-top-color: #955542; }
#navigation li:nth-child(9) a:before { border-top-color: #2489b0; }
#navigation li:nth-child(10) a:before { border-top-color: #626262; }
#navigation li:nth-child(11) a:before { border-top-color: #d73765; }
#navigation li:nth-child(12) a:before { border-top-color: #47a0de; }
#navigation li:nth-child(13) a:before { border-top-color: #57b846; }
#navigation li:nth-child(14) a:before { border-top-color: #2c6ed5; }
#navigation li:nth-child(15) a:before { border-top-color: #28cacc; }

#navSidebar {
    margin-bottom: 42px;
    margin-top: 2px;
}
.navSidebar h3 {
    display: block;
    height: 25px;;
    text-decoration: none;
    text-indent: unset;
    background: none;
    background-position: unset;
    font-weight: 600;
    color: #404040;
    font-size: 16.5px;
    
    display: flex;
    padding: 0 0 4px 5px;
    border-bottom: 1px #cccccc solid;
    margin-bottom: 6px;
}
.navSidebar .navSidebar__en {
    font-size: 12px;
    opacity: 0.75;
    letter-spacing: -.1px;
    padding-left: 5px; 
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    line-height: 12px;
    padding-top: 8px;
}
.navSidebar ul {
    padding: 0;
}
.navSidebar ul li:last-child {
    margin-bottom: 18px;
}
.navSidebar:last-child ul li:last-child {
    margin-bottom: 0px;
}
.navSidebar > a {
    position: relative;
    display: block !important;
}
.navSidebar > a h3 {
    -webkit-transition: all 0.3s ease; transition: all 0.3s ease; 
}
.navSidebar > a:hover h3 {
    color: #0064AA;
}
.navSidebar > a:hover:after,
.navSidebar.active > a:after {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #0064AA;
    position: absolute;
    top: 3px;
    right: 5px;
}
.navSidebar > a:hover:before,
.navSidebar.active > a:before {
    content: "\f061";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    color: #000;
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 0.03;
    font-size: 30px;
}
.navSidebar.active .assist ul li:first-child {
    margin-top: -3px;
}
.navSidebar li a {
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    display: block!important; 
    width: 100%;
}
.navSidebar.active .assist ul li.active a,
.navSidebar.active li a:hover,
.navSidebar.active li a:focus
 {
    color: #0064aa;
}


.headerVisionTitle {
    padding-top: 30px; 
    padding-left:30px; 
    color: #000; 
    font-size: 26px; 
    line-height: 30px; 
    font-weight: 600;
    letter-spacing: -1px;
}



#tabs {
    background:url('./template/v2022/tabs_bg.png') 0 0 no-repeat!important;
}
#tabs .tabs-container {
    clear: both;
    padding: 15px 40px 0 23px;
}
#tabs .tabs-container table { }
#tabs .tabs-container table tbody tr td { background: url('./images/dotLine_b1b1b1.gif') bottom repeat-x; padding: 5px 5px 5px 5px; text-align: center; white-space: nowrap; width: 1%; }
#tabs .tabs-container table tbody tr td:first-child { text-align: left; white-space: normal; width: 100%; font-weight: 500; }
#tabs .tabs-container table tbody tr td.date { letter-spacing: -.5px; }

#tabs .tabs-container table tbody tr { }
#tabs .tabs-container table tbody tr:nth-of-type(2n) { background-color:#f9f9f9; }

#tabs .tabs-container table a {
    position: relative;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px; line-height: 20px;
}
#tabs .tabs-container .priority { padding-right:0; padding-left:36px; /*background:url('./custom/images/statusPriority.gif') right 0px no-repeat;*/ background: none!important; }
#tabs .tabs-container .new { padding-right:0; padding-left:36px; /*background:url('./custom/images/statusNew.gif') right 0px no-repeat;*/ background: none!important; }

@-webkit-keyframes blink { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0; } 100% { opacity: 0; } }
@-webkit-keyframes blink_70 { 0% { opacity: 1; } 50% { opacity: 1; } 50.01% { opacity: 0.7; } 100% { opacity: 0.7; } }

#tabs .tabs-container .new:after {
    content: '近期';
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
    
    animation: blink_70 1.4s infinite;
    -webkit-animation: blink_70 1.4s infinite;
}
#tabs .tabs-container .new:before {
    content: '　　';
    font-size: 12px;
    color: #ffffff;
    background-color: #eb6100;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
}

#tabs .tabs-container .priority:after {
    content: '置頂';
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
    
    animation: blink_70 1.4s infinite;
    -webkit-animation: blink_70 1.4s infinite;
}
#tabs .tabs-container .priority:before {
    content: '　　';
    font-size: 12px;
    color: #ffffff;
    background-color: #00aad9;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
}



.tabs-nav a span {
    width: unset;
    min-width: unset;
}
.tabs-nav > li {
    min-width: unset;
}
.tabs-nav > li a span {
    background-image: none!important;
}
.tabs-nav > li {
    background-color: #999999;
    border-radius: 3px 3px 0 0;
    position: relative;
    
    -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.tabs-nav > li:hover {
    background-color: #ea4a26;
}
.tabs-nav > li.tabs-selected {
    background-color: #ea4a26;
}
.tabs-nav > li:before {
    content: '';
    display: block;
    height: 20px;
    width: 31px;
    position: absolute;
    top: 1px;
    left: 1.5px;
    border-radius: 3px;
    background-image: linear-gradient(142deg, #ffffff 0%, transparent 40%);
    opacity: 0.55;
}
.tabs-nav > li span {
    width: unset!important;
}
.tabs-nav > li a {
    padding: 0 13px 0 14px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.5px;
}
.tabs-nav > li:last-child a {
    padding-right: 18px;
}
.tabs-nav > li:last-child:after {
    content: '';
    display: block;
    height: 32px;
    width: 94px;
    position: absolute;
    top: 5px;
    right: -83px;
    background: transparent url("./template/v2022/tabs_postfix.png") 0 0 no-repeat;
}


.pageTitle {
    border-bottom: 1px #cccccc solid!important;
}
.pageTitle h3 {
    font-family: inherit !important;
    font-size: 18px!important;
    font-weight: 600;
    padding: 0 0 2px 6px!important;
    line-height: inherit!important;
    color: #232323!important;
}
.pageTitle h3:after {
    color: inherit !important;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: -.1px;
    opacity: 0.75;
}
.pathway {
    padding: 0 5px 0 0;
}

.imageLinkBlockItem a {
    display: block!important;
}


.lds-spinner-wrapper {
    display: block;
    margin: 0 auto;
    width: 80px;
    padding: 40px 0;
    text-align: center;
}
.lds-spinner {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.lds-spinner div {
  transform-origin: 20px 20px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 18.5px;
  width: 3px;
  height: 8px;
  border-radius: 20%;
  background: #cccccc;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


#notice #entryListTable thead tr th,
#notice #entryListTable tbody tr td {
    white-space: nowrap;
    padding: 7px 12px;
}
#notice #entryListTable thead tr th.text-center,
#notice #entryListTable tbody tr td.text-center {
    text-align: center!important;
}
#notice #entryListTable tbody tr td:first-child a {
    position: relative;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 13px; line-height: 20px; font-weight: 500;
}
#notice #entryListTable tbody tr td:first-child .priority { padding-right:0; padding-left:36px; /*background:url('./custom/images/statusPriority.gif') right 0px no-repeat;*/ background: none!important; }
#notice #entryListTable tbody tr td:first-child .new { padding-right:0; padding-left:36px; /*background:url('./custom/images/statusNew.gif') right 0px no-repeat;*/ background: none!important; }

#notice #entryListTable tbody tr td:first-child .new:after {
    content: '近期';
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
    
    animation: blink_70 1.4s infinite;
    -webkit-animation: blink_70 1.4s infinite;
}
#notice #entryListTable tbody tr td:first-child .new:before {
    content: '　　';
    font-size: 12px;
    color: #ffffff;
    background-color: #eb6100;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
}

#notice #entryListTable tbody tr td:first-child .priority:after {
    content: '置頂';
    font-size: 12px;
    color: #ffffff;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
    
    animation: blink_70 1.4s infinite;
    -webkit-animation: blink_70 1.4s infinite;
}
#notice #entryListTable tbody tr td:first-child .priority:before {
    content: '　　';
    font-size: 12px;
    color: #ffffff;
    background-color: #00aad9;
    padding: 3px;
    display: block;
    position: absolute;
    line-height: 13px;
    top: 1px;
    left: 0;
    border-radius: 2px;
}
#notice #entryListTable tbody tr td:nth-child(3) {
    letter-spacing: -.5px;
}


.pagination ul > li > a, .pagination ul > li > span {
    font-weight: 500;
    font-size: 12px;
    color: #454545;
}