<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*------------------------------------*\ 
$網站地圖
\*------------------------------------*/
.sitemap__listGroup {
  padding: 0px;
  margin-bottom: 10px;
}

.sitemap__listGroup .sitemap__listGroup__title {
  font-size: 19px;
  color: #228d87;
  border-bottom: solid 1px #dcdcdc;
  font-weight: bold;
}

.sitemap__listGroup .sitemap__listGroup__ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.sitemap__listGroup .sitemap__listGroup__ul:after {
  display: block;
  content: "";
  clear: both;
}

.sitemap__listGroup .sitemap__listGroup__list {
  color: #316f6c;
  float: left;
  width: 24%;
  padding: 0px;
  margin-right: 1%;
  margin-bottom: 1%;
  box-shadow: 1px 1px 1px #c6c6c6;
  position: relative;
  /* padding-left: 43px; */
}

@media only screen and (max-width: 768px) {
  .sitemap__listGroup .sitemap__listGroup__list {
    width: 32%;
  }
}
@media only screen and (max-width: 620px) {
  .sitemap__listGroup .sitemap__listGroup__list {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .sitemap__listGroup .sitemap__listGroup__list {
    width: 99%;
  }
}
.sitemap__listGroup .sitemap__listGroup__list a {
  text-decoration: none;
  /* padding: 10px; */
  display: block;
  color: #228d87;
  background: #f0f0f0;
}

.sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #1b8e87;
  color: #fff;
  font-size: 16px;
  width: 43px;
  height: 43px;
  display: inline-block;
  text-align: center;
  line-height: 39px;
  /* position: absolute; */
  /* left: -1px; */
  border: solid 2px #0e837c;
  /* top: -1px; */
  margin-right: 10px;
}

.sitemap__listGroup .sitemap__listGroup__list a:hover {
  font-weight: 700px;
}

.sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #11615c;
}

.sitemap__listGroup .sitemap__listGroup__list a.onpenNewWeb:after {
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f08e";
  font-weight: 300;
  margin-right: 6px;
  float: right;
  position: relative;
  line-height: 42px;
}

.purple_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #4C2E97;
  border-bottom: solid 1px #dcdcdc;
}
.purple_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #7350BE;
  box-shadow: 1px 1px 1px #c6c6c6;
}
.purple_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #4C2E97;
  background: #f0f0f0;
}
.purple_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #7D59C7;
  color: #fff;
  border: solid 2px #5b4c7d;
}
.purple_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #7D59C7;
}

.pink_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #050832;
  border-bottom: solid 1px #FFE4E0;
}
.pink_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #904F4D;
  box-shadow: 1px 1px 1px #a0a0a0;
}
.pink_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #050832;
  background: #dedede;
}
.pink_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #CE5E86;
  color: #fff;
  border: solid 2px #9E5D93;
}
.pink_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #CE5E86;
}

.brown_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #050832;
  border-bottom: solid 1px #754E52;
}
.brown_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #795548;
  box-shadow: 1px 1px 1px #634f55;
}
.brown_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #050832;
  background: #e6e1df;
}
.brown_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #795548;
  color: #fff;
  border: solid 2px #754E52;
}
.brown_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #976278;
}

.green_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #050832;
  border-bottom: solid 1px #627675;
}
.green_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #3B6B5F;
  box-shadow: 1px 1px 1px #334645;
}
.green_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #050832;
  background: #DEEFE8;
}
.green_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #3B6B5F;
  color: #fff;
  border: solid 2px #627675;
}
.green_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #50916F;
}

.blue_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #050832;
  border-bottom: solid 1px #798BCE;
}
.blue_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #6F9DD8;
  box-shadow: 1px 1px 1px #3E4756;
}
.blue_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #050832;
  background: #DCF2FF;
}
.blue_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #6F9DD8;
  color: #fff;
  border: solid 2px #798BCE;
}
.blue_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #356AA1;
}

.lighting_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #402E32;
  border-bottom: solid 1px #A88C66;
}
.lighting_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #F1A802;
  box-shadow: 1px 1px 1px #402E32;
}
.lighting_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #402E32;
  background: #FFF8EC;
}
.lighting_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #F1A802;
  color: #fff;
  border: solid 2px #A88C66;
}
.lighting_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #C2554F;
}

.lighting_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #402E32;
  border-bottom: solid 1px #A25B7F;
}
.lighting_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #BE6070;
  box-shadow: 1px 1px 1px #5C567D;
}
.lighting_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #402E32;
  background: #FFF4F6;
}
.lighting_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #BE6070;
  color: #fff;
  border: solid 2px #A25B7F;
}
.lighting_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #7F5983;
}

.new_year_market_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #402E32;
  border-bottom: solid 1px #DC485D;
}
.new_year_market_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #E56622;
  box-shadow: 1px 1px 1px #41527A;
}
.new_year_market_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #402E32;
  background: #F3E5E3;
}
.new_year_market_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #E56622;
  color: #fff;
  border: solid 2px #DC485D;
}
.new_year_market_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #B14983;
}

.new_year_market_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #402E32;
  border-bottom: solid 1px #BFC050;
}
.new_year_market_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #FCCD5F;
  box-shadow: 1px 1px 1px #1C6874;
}
.new_year_market_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #402E32;
  background: #DFE0DF;
}
.new_year_market_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #FCCD5F;
  color: #fff;
  border: solid 2px #BFC050;
}
.new_year_market_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #84AF4F;
}

.xmas_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #402E32;
  border-bottom: solid 1px #628448;
}
.xmas_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #96B97A;
  box-shadow: 1px 1px 1px #4A7E92;
}
.xmas_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #402E32;
  background: #E4F7D2;
}
.xmas_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #96B97A;
  color: #fff;
  border: solid 2px #628448;
}
.xmas_1_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #3E8756;
}

.xmas_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__title {
  color: #402E32;
  border-bottom: solid 1px #8C3056;
}
.xmas_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list {
  color: #9A2E36;
  box-shadow: 1px 1px 1px #574240;
}
.xmas_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a {
  color: #402E32;
  background: #FFF4F2;
}
.xmas_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a .sitemap__listGroup__linkIcon {
  background: #9A2E36;
  color: #fff;
  border: solid 2px #8C3056;
}
.xmas_2_theme.main_container .sitemap__listGroup .sitemap__listGroup__list a:hover .sitemap__listGroup__linkIcon {
  background: #713B6A;
}
</pre></body></html>