/* 縮小失敗。正在傳回未縮小的內容。
(1255,15): run-time error CSS1039: Token not allowed after unary operator: '-spacing-16'
(1256,20): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.75em'
 */
/*
==============================================================================================
    需求單號： 202303200873-00 	移除日盛天線等需求
        合併需求單：202303230825-00  合併相關需求調整
==============================================================================================
*/
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*reset*/
.hide {
  display: none;
}

html, body {
  font-family: Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
  color: #535353;
  width: 100%;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

a {
  text-decoration: none;
  font-family: Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
}

.over-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100%;
  content: '';
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

.open-animate > .over-menu {
  visibility: visible;
}

.open-animate .container {
  left: 80%;
  position: fixed;
}

.open-animate .container:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  background: #000;
  opacity: .35;
}

.container {
  left: 0;
  width: 100%;
  position: relative;
  -webkit-transition: margin-top .3s,left .3s;
  -o-transition: margin-top .3s,left .3s;
  transition: margin-top .3s,left .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  background: #ECECEC;
}

.container.open {
  margin-top: 148px;
}

.container .bg-ng-main {
  background-color: #fff;
  height: 0px;
  width: 100%;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  visibility: hidden;
  z-index: 1;
}

.container .bg-ng-main.open {
  visibility: visible;
  height: 40px;
}

header {
  background: #FFF;
  width: 100%;
}

header .header-block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 58px;
  max-width: 1000px;
  height: 107px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

header .header-block .header-logo {
  height: 100%;
  float: left;
  position: relative;
  z-index: 5;
}

header .header-block .header-tool {
  position: relative;
  float: right;
  padding-top: 11px;
  margin-right: 43px;
  font-size: 15px;
  height: 100%;
  z-index: 6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-block .header-tool li {
  margin: 0 12px;
  height: 100%;
  float: left;
}

header .header-block .header-tool li a {
  color: #00B6AD;
}

header .header-block .header-tool .header-search {
  margin: 0;
  width: 132px;
  position: relative;
}

header .header-block .header-tool .header-search a.searchBtn {
  cursor: pointer;
}

header .header-block .header-tool .header-search a.searchBtn i.icon {
  width: 15px;
  height: 15px;
}

header .header-block .header-tool .header-search div.search-input {
  display: inline-block;
  position: absolute;
  width: 0;
  top: -5px;
  overflow: hidden;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-block .header-tool .header-search div.search-input button.icon {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  border: none;
  right: 0px;
  cursor: pointer;
}

header .header-block .header-tool .header-search div.search-input input {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #0089d1;
  padding: 5px 15px 4px 15px;
  outline: none;
  color: #2A2A2A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header .header-block .header-tool .header-search div.search-input.open {
  width: 132px;
}

@media (max-width: 1000px) {
  header::before {
    content: '';
    display: block;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #0089d1), color-stop(75%, #00B6AD));
    background: -webkit-linear-gradient(left, #0089d1 35%, #00B6AD 75%);
    background: -o-linear-gradient(left, #0089d1 35%, #00B6AD 75%);
    background: linear-gradient(90deg, #0089d1 35%, #00B6AD 75%);
  }
  header .header-block {
    height: 65px;
    padding-top: 0;
  }
  header .header-block .header-logo {
    height: auto;
    margin-top: 20px;
    margin-left: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .header-block .header-logo > a.burger {
    display: inline-block;
    cursor: pointer;
    margin-right: 8px;
    padding-bottom: 2px;
  }
  header .header-block .header-logo > a.burger i {
    width: 25px;
    height: 25px;
  }
  header .header-block .header-tool {
    margin-right: 8px;
    margin-top: 20px;
    height: auto;
    position: static;
  }
  header .header-block .header-tool .header-search {
    margin-left: 0;
    width: auto;
    position: static;
  }
  header .header-block .header-tool .header-search div.search-input {
    left: 0px;
    top: 65px;
    z-index: 2;
    background: #0089d1;
    height: 0px;
    padding: 0px;
    -webkit-filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.3));
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  header .header-block .header-tool .header-search div.search-input button {
    display: none;
  }
  header .header-block .header-tool .header-search div.search-input input {
    width: 100%;
    margin: 5px auto;
  }
  header .header-block .header-tool .header-search div.search-input.open {
    height: auto;
    width: 100%;
    padding: 0px 5px;
  }
  header header::before {
    content: '';
    display: block;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(35.37%, #0089d1), color-stop(74.15%, #00B6AD));
    background: -webkit-linear-gradient(left, #0089d1 35.37%, #00B6AD 74.15%);
    background: -o-linear-gradient(left, #0089d1 35.37%, #00B6AD 74.15%);
    background: linear-gradient(90deg, #0089d1 35.37%, #00B6AD 74.15%);
  }
}

/*---選單---*/
nav {
  width: 100%;
  min-width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: margin-top .3s,left .3s;
  -o-transition: margin-top .3s,left .3s;
  transition: margin-top .3s,left .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 2;
}

nav.open {
  margin-top: 148px;
}

.nav-block {
  padding-top: 37px;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: margin-top .3s;
  -o-transition: margin-top .3s;
  transition: margin-top .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* 主選單 */
.ng-main {
  padding: 30px 0px 0 350px;
  max-width: 1000px;
  height: 71px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ng-main > li.line {
  -webkit-transition: left .3s,width .3s;
  -o-transition: left .3s,width .3s;
  transition: left .3s,width .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  bottom: 1px;
  left: 0;
  height: 0px;
  pointer-events: none;
  border: 3px solid #D9D9D9;
  background: #D9D9D9;
  -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
       -o-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
          transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
  opacity: 0;
  display: block;
}

.ng-main > li.main-l1 {
  float: left;
  height: 100%;
}

.ng-main > li.main-l1.current a {
  color: #0089d1;
}

.ng-main > li.main-l1 > a {
  margin: 0 14px;
  font-size: 15px;
  color: #2a2a2a;
  position: relative;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
}

.ng-main > li.main-l1 > a > span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.ng-main > li.main-l1:hover .main-l2 {
  visibility: visible;
}

.ng-main > li.main-l1 > div.main-l2 {
  visibility: visible;
  top: 66px;
  margin-top: 5px;
  width: 100%;
  left: 0;
  visibility: hidden;
  position: absolute;
}

.ng-main > li.main-l1 > div.main-l2 > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li::after {
  content: ' ';
  border-right: 1px solid #CCCCCC;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li:last-child::after {
  display: none;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li > a {
  display: inline-block;
  padding: 13px 16px;
  color: #5A5A5A;
  font-size: 14px;
  cursor: pointer;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li > a:hover {
  color: #FFFFFF;
  background: #0089d1;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 {
  display: none;
  position: absolute;
  background: #F4F4F4;
  border-top: 3px solid #0089d1;
  padding: 40px 30px;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 > li {
  margin-bottom: 17px;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 > li a {
  font-size: 15px;
  color: #5A5A5A;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 > li a:hover {
  color: #0089d1;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 > li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 6px;
  background: #0089d1;
  margin-right: 10px;
  margin-bottom: 2px;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 > li:last-child {
  margin-bottom: 0px;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li:hover {
  color: #FFFFFF;
}

.ng-main > li.main-l1 > div.main-l2 > ul > li:hover .main-l3 {
  display: block;
}

/* 集團成員 */
.nav-subs {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 5;
  top: -150px;
  height: 180px;
  padding: 2px 0 0 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0089d1), color-stop(75%, #00B6AD));
  background: -webkit-linear-gradient(left, #0089d1 30%, #00B6AD 75%);
  background: -o-linear-gradient(left, #0089d1 30%, #00B6AD 75%);
  background: linear-gradient(90deg, #0089d1 30%, #00B6AD 75%);
}

.nav-subs > div {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.nav-subs > div > a.btn_subs {
  position: absolute;
  display: block;
  bottom: -59px;
  margin: 0 15px;
  padding: 0 20px;
  height: 25px;
  line-height: 22px;
  font-size: 12px;
  background: #00B6AD;
  border-radius: 0 0 20px 20px;
  cursor: pointer;
  right: 0;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav-subs > div .subs-list > div {
  width: 100%;
  margin: 0 auto;
}

.nav-subs > div .subs-list > div > ul > li {
  float: left;
}

.nav-subs > div .subs-list > div > ul > li > a {
  margin: 8px 8px;
  line-height: 1.5;
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.nav-subs > div .subs-list > div > ul > li > a:hover {
  border-bottom: 1px solid #fff;
}

.nav-subs > div .subs-list > div > ul > li > a i.icon {
  width: 6px;
  height: 10px;
  margin-right: 4px;
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-subs div a.btn_subs {
    bottom: -59px;
  }
}

@media (max-width: 1000px) {
  /*---選單---*/
  .bg-ng-main {
    display: none;
  }
  nav {
    position: relative;
    min-width: auto;
    width: 0;
    height: 100%;
    position: fixed;
    margin-left: -80%;
    background: #FFFFFF;
    -webkit-transition: margin-left .3s;
    -o-transition: margin-left .3s;
    transition: margin-left .3s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    z-index: 999;
    /* 主選單 */
  }
  nav::before {
    content: '';
    display: block;
    height: 5px;
    background: -webkit-gradient(linear, left top, right top, color-stop(35%, #0089d1), color-stop(75%, #00B6AD));
    background: -webkit-linear-gradient(left, #0089d1 35%, #00B6AD 75%);
    background: -o-linear-gradient(left, #0089d1 35%, #00B6AD 75%);
    background: linear-gradient(90deg, #0089d1 35%, #00B6AD 75%);
  }
  nav.nav-open {
    margin-left: 0;
    width: 80%;
    position: relative;
  }
  nav .nav-block {
    padding-top: 0;
  }
  nav .ng-main {
    padding: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  nav .ng-main > li.line {
    display: none;
  }
  nav .ng-main > li.main-l1 {
    float: none;
    height: 100%;
  }
  nav .ng-main > li.main-l1:nth-child(5) a {
    border-bottom: none;
  }
  nav .ng-main > li.main-l1 > a {
    margin: 0 15px;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CCCCCC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  nav .ng-main > li.main-l1 > a .icon {
    width: 6px;
    height: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  nav .ng-main > li.main-l1 > a .icon.open {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  nav .ng-main > li.main-l1 > div.main-l2 {
    top: 0;
    padding-top: 0;
    max-width: none;
    height: 0px;
    overflow: hidden;
    position: relative;
    visibility: visible;
    margin-top: 0;
  }
  nav .ng-main > li.main-l1 > div.main-l2.open {
    height: 100%;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul {
    padding: 8px 15px;
    background: #0089d1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li::after {
    border: none;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 2px 0;
    display: block;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li a .icon {
    width: 3px;
    height: 5px;
    margin-right: 10px;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 {
    display: none;
    height: 0px;
    padding: 0;
    margin: 0;
    position: relative;
    background: none;
    border: none;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 li {
    display: none;
    margin-bottom: 0;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 li a {
    display: none;
    color: #FFFFFF;
    font-size: 14px;
    height: auto;
    min-height: 20px;
  }
  nav .ng-main > li.main-l1 > div.main-l2 > ul > li ul.main-l3 li a:hover {
    color: #FFFFFF;
  }
  /* 集團成員 */
  .nav-subs {
    position: relative;
    top: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0089d1), to(#00B6AD));
    background: -webkit-linear-gradient(left, #0089d1 30%, #00B6AD 100%);
    background: -o-linear-gradient(left, #0089d1 30%, #00B6AD 100%);
    background: linear-gradient(90deg, #0089d1 30%, #00B6AD 100%);
  }
  .nav-subs > div {
    max-width: unset;
    margin: 0 auto;
    position: relative;
  }
  .nav-subs > div > a.btn_subs {
    position: relative;
    background: none;
    text-align: left;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin-left: 15px;
    padding: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-subs > div > a.btn_subs .icon {
    height: 15px;
    width: 6px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .nav-subs > div > a.btn_subs .icon.open {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .nav-subs > div .subs-list {
    height: 0;
    overflow: hidden;
  }
  .nav-subs > div .subs-list.open {
    height: 100%;
  }
  .nav-subs > div .subs-list div > ul {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #0089d1), to(#00B6AD));
    background: -webkit-linear-gradient(left, #0089d1 30%, #00B6AD 100%);
    background: -o-linear-gradient(left, #0089d1 30%, #00B6AD 100%);
    background: linear-gradient(90deg, #0089d1 30%, #00B6AD 100%);
  }
  .nav-subs > div .subs-list div > ul li {
    float: none;
  }
  .nav-subs > div .subs-list div > ul li a {
    color: #FFFFFF;
    font-size: 14px;
    min-height: 30px;
    margin: 0 15px;
    display: block;
    padding: 5px 0;
    border-bottom: none;
  }
  .nav-subs > div .subs-list div > ul li a:hover {
    border-bottom: none;
  }
}

/*=====浮動選單=====*/
.sidetool {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 5000;
}

.sidetool > li {
  position: relative;
  display: block;
  height: 60px;
  margin-bottom: 1px;
  text-align: center;
  font-size: 15px;
}

.sidetool > li::after {
  content: " ";
  display: table;
}

.sidetool > li a {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 60px;
  display: block;
  overflow: hidden;
  float: right;
  min-width: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
}

.sidetool > li a span {
  display: inline-block;
  max-width: 0;
  overflow: hidden;
  height: 60px;
  padding: 18px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  -webkit-transition: max-width ease 0.3s, padding ease 0.3s;
  -o-transition: max-width ease 0.3s, padding ease 0.3s;
  transition: max-width ease 0.3s, padding ease 0.3s;
}

.sidetool > li a i {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 60px;
  height: 60px;
}

.sidetool > li a:hover span {
  max-width: 250px;
  padding: 18px 20px;
}

/*=====main begin=====*/
main {
  color: #0089D1;
  position: relative;
  background: #ECECEC;
}

/*=====footer begin=====*/
footer {
  background: #7C7C7C;
  font-size: 13px;
  margin-top: 45px;
  padding-bottom: 22px;
  color: #FFF;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer-map {
  text-align: center;
  width: 100%;
  position: relative;
}

footer .footer-map .sitemap-button {
  margin-top: -18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

footer .footer-map .sitemap-button .btnsitemap {
  padding: 0 10px;
  color: #535353;
  height: 24px;
  border: 1px solid #A8A8A8;
  background: #EDEDED;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

footer .footer-map .sitemap-button .btnsitemap .icon {
  display: inline-block;
  width: 10px;
  height: 4px;
  margin-left: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

footer .footer-map .sitemap-button .btnsitemap .icon.open {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

footer .footer-map .sitemap {
  margin-top: -13px;
  max-height: 0;
  position: relative;
  background: #0089d1;
  overflow: hidden;
  -webkit-transition: max-height .3s;
  -o-transition: max-height .3s;
  transition: max-height .3s;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

footer .footer-map .sitemap .sitemap-list {
  padding: 40px 0;
  border-bottom: 1px solid #969696;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

footer .footer-map .sitemap .sitemap-list a {
  color: #FFFFFF;
  text-decoration: none;
}

footer .footer-map .sitemap .sitemap-list > ul > li {
  width: 16.66667%;
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 0 5px;
  line-height: 2;
}

footer .footer-map .sitemap .sitemap-list > ul > li ul > li:first-child {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.6;
}

footer .footer-map .sitemap .sitemap-list > ul > li ul > li a {
  line-height: 18px;
  padding: 8px 0px 0px 0px;
  display: inline-block;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  border-bottom: 1px solid transparent;
}

footer .footer-map .sitemap .sitemap-list > ul > li ul > li a:hover {
  border-bottom: 1px solid #fff;
}

footer .footer-map .sitemap.open {
  max-height: 999px;
}

footer .footer-content {
  max-width: 1000px;
  margin: 30px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-content .footer-lc {
  width: 100%;
  max-width: 800px;
}

footer .footer-content .footer-TWCA {
  width: 150px;
  text-align: center;
}

footer .footer-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer-link li {
  line-height: 18px;
  float: left;
  display: table;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer-link li::before {
  content: "|";
  padding: 0 5px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

footer .footer-link li a {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: table-cell;
  vertical-align: middle;
  float: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color .3s;
  -o-transition: border-color .3s;
  transition: border-color .3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

footer .footer-link li a:hover {
  border-bottom: 1px solid #fff;
}

footer .footer-link li:first-child::before {
  display: none;
}

footer .footer-copy {
  margin: 10px auto 0 auto;
  max-width: 1000px;
  line-height: 1.5;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1000px) {
  footer .footer-map .sitemap {
    margin-top: -12px;
    max-height: 0;
    overflow: hidden;
  }
  footer .footer-map .sitemap .sitemap-list {
    padding: 20px 0 0 0;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li {
    display: block;
    border-top: 1px solid #04A5FA;
    border-bottom: 1px solid #007CBD;
    width: 100%;
    padding: 8px 0;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li:first-child {
    border-top: none;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li ul > li {
    padding: 0 20px;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li ul > li:first-child {
    font-size: 16px;
    margin-bottom: 8px;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li ul > li a {
    padding: 7px 0px;
    display: block;
    border-bottom: none;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li ul > li a:hover {
    border-bottom: none;
  }
  footer .footer-map .sitemap .sitemap-list > ul > li:last-child {
    padding-bottom: 10px;
  }
  footer .footer-map .sitemap.open {
    margin-top: -12px;
  }
  footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0px;
  }
  footer .footer-content .footer-TWCA {
    margin: 0 auto;
  }
  footer .footer-link li {
    float: none;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
  }
  footer .footer-link li::before {
    content: none;
  }
  footer .footer-link li a {
    display: block;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    border-bottom: none;
  }
  footer .footer-link li a:hover {
    border-bottom: none;
  }
  footer .footer-copy {
    padding: 15px;
  }
}

.clearfix::after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}

.icon {
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
}

.icon-bread-arrow {
  background-image: url(../Content/images/icon-bread-arrow.svg);
}

.icon-bread-home {
  background-image: url(../Content/images/icon-bread-home.svg);
}

.icon-btnmap-arrow {
  background-image: url(../Content/images/icon-btnmap-arrow.svg);
}

.icon-nav-arrow {
  background-image: url(../Content/images/icon-nav-arrow.svg);
}

.icon-nav-arrow-white {
  background-image: url(../Content/images/icon-nav-arrow-white.svg);
}

.icon-nav-burger {
  background-image: url(../Content/images/icon-nav-burger.svg);
}

.icon-nav-cube {
  background-image: url(../Content/images/icon-nav-cube.svg);
}

.icon-navsub-arrow {
  background-image: url(../Content/images/icon-navsub-arrow.svg);
}

.icon-search {
  background-image: url(../Content/images/icon-search.svg);
}

.icon-search-open {
  background-image: url(../Content/images/icon-search-open.svg);
}

.icon-sidetool-60 {
  background-image: url(../Content/images/icon-sidetool-60.png);
  background-size: 90%;
}

.icon-sidetool-ai {
  background-image: url(../Content/images/icon-sidetool-ai.svg);
}

.icon-sidetool-top {
  background-image: url(../Content/images/icon-sidetool-top.svg);
}
.card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-16);
    padding: 2.5em;0.75em;
}

.card-info {
    width: 95%;
}

.dl-card-img-wrap {
    border-radius: 0.75em;
    overflow: hidden;
    margin-bottom: 0.75em;
    border: medium;
}

.dl-card-img {
    width: 100%;
    height: 198px;
    display: block;
    object-fit: cover;
}

.dl-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 21px;
    color: #050505
}

