@charset "UTF-8";
/*var*/
/*mixin*/
/*common.scss*/
a:link,
a:focus,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

a:link,
a:focus,
a:visited,
a:active {
  color: #0067b8;
  background: transparent;
}

a:hover {
  text-decoration: underline;
}

._d-b, .navitem .linkbox,
.navitem button.linkbox {
  display: block;
}

._d-ib, .site-title, .navitem {
  display: inline-block;
}

.clear_ul, .navitems, .nth2-navitems,
.nth3-navitems {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear_btn {
  border: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  outline-color: transparent !important;
  outline-style: none !important;
}

/*base*/
body,
html,
button,
input,
select,
textarea {
  font-family: SegoeUI, "微軟正黑體", Microsoft JhengHei, SegoeLight, Segoe, Arial, Verdana, sans-serif;
  font-size: 15px;
  color: #000000;
}

body,
html {
  margin: 0;
  padding: 0;
}

/*font*/
@font-face {
  font-family: "MSHPIconsRegular";
  src: url("//i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.eot");
  src: url("//i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("//i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.woff") format("woff"), url("//i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.ttf") format("truetype"), url("//i.s-microsoft.com/fonts/homepage/icons/mshpicons-regular-webfont.svg#web") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SegoeMDL2";
  src: url("/taiwan/about/0composition/fonts/segoe-mdl2-assets.eot");
  src: url("/taiwan/about/0composition/fonts/segoe-mdl2-assets.eot?#iefix") format("embedded-opentype"), url("/taiwan/about/0composition/fonts/segoe-mdl2-assets.woff") format("woff"), url("/taiwan/about/0composition/fonts/segoe-mdl2-assets.ttf") format("truetype"), url("/taiwan/about/0composition/fonts/segoe-mdl2-assets.svg#web") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MWF-MDL2";
  src: url("https://assets.onestore.ms/cdnfiles/external/mwf/long/v1/v1.30.0/fonts/MWFMDL2.woff") format("woff"), url("https://assets.onestore.ms/cdnfiles/external/mwf/long/v1/v1.30.0/fonts/MWFMDL2.ttf") format("truetype"), url("https://assets.onestore.ms/cdnfiles/external/mwf/long/v1/v1.30.0/fonts/MWFMDL2.svg") format("svg");
}

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf") format("ttf");
  font-weight: 400;
}

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Light/latest.ttf") format("ttf");
  font-weight: 100;
}

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semilight/latest.ttf") format("ttf");
  font-weight: 200;
}

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Semibold/latest.ttf") format("ttf");
  font-weight: 600;
}

@font-face {
  font-family: "SegoeUI";
  src: local("Segoe UI"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff2") format("woff2"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.woff") format("woff"), url("//c.s-microsoft.com/static/fonts/segoe-ui/west-european/Bold/latest.ttf") format("ttf");
  font-weight: 700;
}

/**/
.mwf-icon {
  font-family: "MWF-MDL2";
  vertical-align: middle;
  margin: auto 8px;
}

.mwf-icon.-left:before {
  content: "\E76B";
}

.mwf-icon.-right:before {
  content: "\E76C";
}

.mwf-icon.-search:before {
  content: "\E721";
}

.mwf-icon.-menu:before {
  content: "\E700";
}

.mwf-icon.-leftarrow:before {
  content: "\E0D5";
}

.theme-dark {
  color: #fff;
  background-color: #2f2f2f;
}

.theme-dark .navitems {
  background-color: #2f2f2f;
}

.theme-dark a:link,
.theme-dark a:focus,
.theme-dark a:visited,
.theme-dark a:active,
.theme-dark ._hasmenu > .linkbox {
  color: #fff;
}

.theme-dark .nth3-navbox,
.theme-dark .nth2-navbox,
.theme-dark .nth2-navitems,
.theme-dark .nth3-navitems,
.theme-dark .navitem._select,
.theme-dark .item-fullzone {
  background-color: #464646;
}

.theme-dark .linkbox:hover {
  background-color: #464646;
}

.n-cover {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1779px) {
  .n-cover {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 860px) and (max-width: 1599px) {
  .n-cover {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media (max-width: 767px) {
  .n-cover {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.site-title {
  font-size: 24px;
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
}

.site-title .txt {
  padding-left: 6px;
}

.mobilemenu {
  display: none;
  border: 0;
  background-color: transparent;
  color: #fff;
}

.mobilemenu:after {
  font-family: "MWF-MDL2";
  font-size: 8px;
  display: inline-block;
  padding-left: 0.5em;
  font-weight: 700;
  padding-top: 7px;
  margin-top: -0.25em;
  line-height: 0;
}

.mobilemenu[aria-expanded="false"]:after {
  content: "\E70D";
}

.mobilemenu[aria-expanded="true"]:after {
  content: "\E70E";
}

@media (max-width: 767px) {
  .mobilemenu {
    display: inline-block;
  }
  .site-title .txt {
    padding-left: 0px;
  }
}

.ms-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  overflow: hidden;
  overflow-x: auto;
  font-size: 0;
  z-index: 66;
}

.ms-nav._ov-h {
  overflow-x: hidden;
}

.ms-nav::-webkit-scrollbar {
  height: 10px;
}

.ms-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.ms-nav::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.ms-nav._hide {
  display: none;
}

.ms-nav > .flYBtn {
  background-color: #fff;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom-width: 0;
}

@media (max-width: 1399px) {
  .ms-nav {
    -webkit-box-flex: 8;
        -ms-flex: 8;
            flex: 8;
  }
}

@media (max-width: 767px) {
  .ms-nav {
    display: none;
  }
  .ms-nav._ov-h {
    overflow: visible;
  }
  .ms-nav._show {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .ms-nav._show .xs-full-ctrl {
    display: block;
  }
}

.navitems {
  white-space: nowrap;
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
  background-color: #fff;
}

.nth2-navitem._hasmenu > .linkbox {
  cursor: pointer;
}

.nth2-navitem._hasmenu > .linkbox:after {
  font-family: "MWF-MDL2";
  content: "";
  font-size: 8px;
  display: inline-block;
  padding-left: 0.5em;
  font-weight: 700;
  padding-top: 7px;
  margin-top: -0.25em;
  line-height: 0;
  -webkit-transform-origin: 60% 100%;
          transform-origin: 60% 100%;
  float: right;
  padding-top: 12px;
}

.nth2-navitem._hasmenu._select > .linkbox:after {
  content: "";
}

.nth2-navitem button.linkbox {
  pointer-events: none;
}

@media (max-width: 767px) {
  .navitems {
    white-space: normal;
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .nth2-navitem button.linkbox {
    pointer-events: auto;
  }
}

.nth2-navbox {
  display: none;
  position: absolute;
  z-index: 77;
  min-width: 200px;
}

.n-cover.nth2-navbox {
  left: 0;
  width: auto;
}

.nth3-navbox {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 200px;
}

.nth2-navitem._select .nth3-navbox {
  display: block;
}

@media (max-width: 767px) {
  .nth2-navbox {
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    overflow: auto;
  }
  .n-cover.nth2-navbox {
    width: 100%;
  }
}

._flex6col {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._flex6col > ._hasmenu > .linkbox {
  cursor: default;
}

._flex6col > ._hasmenu > .linkbox:after {
  display: none;
}

._flex6col > .nth2-navitem {
  display: block;
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

._flex6col .nth3-navbox {
  display: block;
  position: static;
  width: 100%;
}

@media (max-width: 1199px) {
  ._flex6col {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ._flex6col > .nth2-navitem {
    width: 200px;
  }
}

@media (max-width: 767px) {
  ._flex6col {
    display: block;
  }
  ._flex6col > .nth2-navitem {
    width: 100%;
  }
  ._flex6col .nth3-navbox {
    display: none;
    position: relative;
    left: 0;
  }
}

.navitem {
  font-size: 15px;
  border: 1px rgba(0, 0, 0, 0) solid;
  border-bottom-width: 0;
}

.navitem .linkbox,
.navitem button.linkbox {
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  color: #262626;
  border: 0;
  background-color: transparent;
}

.navitem button.linkbox {
  width: 100%;
  text-align: left;
}

.navitem._select {
  background-color: #f2f2f2;
  border-color: rgba(0, 0, 0, 0.05);
}

.navitem._select > .nth2-navbox {
  display: block;
}

.navitem._hasmenu > .linkbox {
  cursor: pointer;
}

.navitem._hasmenu > .linkbox:after {
  font-family: "MWF-MDL2";
  content: "";
  font-size: 8px;
  display: inline-block;
  padding-left: 0.5em;
  font-weight: 700;
  padding-top: 7px;
  margin-top: -0.25em;
  line-height: 0;
  -webkit-transform-origin: 60% 100%;
          transform-origin: 60% 100%;
}

.navitem._hasmenu._select > .linkbox:after {
  content: "";
}

@media (max-width: 767px) {
  .navitem {
    display: block;
    border-top: 1px #ccc solid;
  }
  .navitem._hasmenu .n-cover {
    padding-left: 0;
    padding-right: 0;
  }
  .navitem._hasmenu > .linkbox:after {
    float: right;
    padding-top: 12px;
  }
}

.nth2-navitems,
.nth3-navitems {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .nth2-navitem._hasmenu > .linkbox {
    cursor: pointer;
  }
  .nth2-navitem._hasmenu > .linkbox:after {
    font-family: "MWF-MDL2";
    content: "";
    font-size: 8px;
    display: inline-block;
    padding-left: 0.5em;
    font-weight: 700;
    padding-top: 7px;
    margin-top: -0.25em;
    line-height: 0;
    -webkit-transform-origin: 60% 100%;
            transform-origin: 60% 100%;
    float: right;
    padding-top: 12px;
  }
  .nth2-navitem._hasmenu._select > .linkbox:after {
    content: "";
  }
  .theme-dark .nth3-navitems {
    background-color: #565656;
  }
  .nth3-navbox {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .nth2-navitem._hasmenu._select > .nth3-navbox {
    display: block;
  }
}

/*#uhf-footer .c-uhff-base nav[aria-label] .c-list:after {
    content: '本站由 LongSun Network & Multimedia Co., Ltd. 為微軟託管';
    display: block;
    padding: 6px 0 0 0;
}
@media only screen and (max-width: 768px){
  #uhf-footer .c-uhff-base nav[aria-label] .c-list:after {
      padding: 6px 4px 0 6px;
  }
}*/
/*# sourceMappingURL=ms-nav.css.map */