@charset "UTF-8";
/*思源黑體*/
/* @import url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://fonts.googleapis.com/earlyaccess/notosanstc.css); */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: local(''),
    url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-300.woff2')
      format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-300.woff')
      format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-regular - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-regular.woff2')
      format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-regular.woff')
      format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-500 - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  src: local(''),
    url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-500.woff2')
      format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-500.woff')
      format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-700 - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-700.woff2')
      format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-700.woff')
      format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/* noto-sans-tc-900 - latin_chinese-traditional */
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 900;
  src: local(''),
    url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-900.woff2')
      format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
      url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/fonts/noto-sans-tc-v11-latin_chinese-traditional-900.woff')
      format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  font-display: swap;
}
/*reset*/
html,
body {
  height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
iframe,
button,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  font: inherit;
  text-decoration: none;
  border: 0;
  letter-spacing: 0.1px;
}
input,
button,
textarea,
select,
optgroup,
option,
a {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  background: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1rem;
  line-height: 150%;
}
ol,
ul {
  list-style: none;
}
table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  width: 100%;
  display: block;
}
figure {
  display: block;
  margin: 0;
  padding: 0;
}
/*reset end*/

/*Input*/
input[type='text'],
input[type='password'] {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #b9b9b9;
  color: #000;
  border-radius: 40px;
  background-color: transparent;
  font-size: 1rem;
}

input[type='text']:disabled,
input[type='password']:disabled {
  color: #b8d4cd;
  background: #f9f9f9;
  border: none;
}
input::-webkit-input-placeholder {
  color: #535353;
  font-size: 1rem;
}
input::-moz-placeholder {
  color: #535353;
  font-size: 1rem;
}
input:-ms-input-placeholder {
  color: #535353;
  font-size: 1rem;
}
input:-moz-placeholder {
  color: #535353;
  font-size: 1rem;
}

/*文字相關設定*/
/*顏色*/
.colorBlue {
  color: #3f9cff;
}

.bgBlue {
  background-color: #3f9cff;
  color: #fff;
}

/*排列*/
.tL {
  text-align: left;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}

/*浮動設定*/
.fL {
  float: left;
}
.fR {
  float: right;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1; /*For IE 6&7 only*/
}

/*flex設定*/
.inline,
.inlinewrap {
  display: flex;
}
.inlinewrap {
  flex-wrap: wrap;
}
.j-conBetween {
  justify-content: space-between;
}
.alignItemC {
  align-items: center;
}
.alignItemE {
  align-items: flex-end;
}
.alignItemS {
  align-items: flex-start;
}

/*hr*/
hr {
  height: 2px;
  border: none;
  background-color: #e1e1e1;
  margin: 20px 0;
}

/*img*/
img {
  display: block;
  width: 100%;
}

/*a連結撐滿*/
.alink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

/*顯示隱藏*/
.show {
  display: block;
}
.hide {
  display: none;
}

/*寬度設定*/
.w-50 {
  width: 50%;
}
.w-80 {
  width: 80%;
}
.w-100 {
  width: 100%;
}
.w-auto {
  width: auto !important;
}

/*間距設定*/
.Mb-0 {
  margin-bottom: 0;
}
.Mb-s {
  margin-bottom: 10px;
}
.Mb-m {
  margin-bottom: 20px;
}
.Mb-lg {
  margin-bottom: 30px;
}
.Mb-xl {
  margin-bottom: 40px;
}

/*版面設定*/
.rowTwo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  align-items: flex-start;
}
.rowTwo .bigger {
  width: calc(76.9% - 30px);
  position: relative;
}
.rowTwo .smaller {
  margin-left: 30px;
  width: 23.1%;
  position: relative;
  flex: 0 0 auto;
}

/*頁面基本設定*/
body {
  font: 18px/120% Noto Sans TC, '微軟正黑體';
  /* font: 18px/120% 'Noto Sans TC', sans-serif; */
  font-weight: 400;
  letter-spacing: 0.7px;
  color: #000;
  background-color: #fff;
  line-height: 1.7;
}
p {
  margin-bottom: 10px;
  font-size: 1.125rem;
  color: #000;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
.pagesize {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.main {
  padding-top: 141px;
  /* padding-top: 411px; */
  position: relative;
  transition: 0.3s all ease-in-out;
}
.mainop {
  padding-top: 141px;
}

/*header*/
.header {
  position: relative;
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  transform: translateY(-0%);
}
.header-hide {
  transform: translateY(-100%);
}
.header::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 15%);
  background: #209cff;
  background: linear-gradient(
    to right,
    #209cff 0%,
    #44d186 32%,
    #eec516 75%,
    #fd884e 100%
  );
}
.header--fixed {
  position: absolute;
  top: 0;
  width: 100%;
}
.header--fixed.top {
  transition: none;
  transform: translateY(0);
}
.header--fixed.not-top {
  position: fixed;
  transform: translateY(-100%);
}
.header--fixed.slideDown.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
.header--fixed.slideDown.top {
  transition: transform 0.3s ease-in-out;
  position: fixed;
}
.header--fixed.slideUp.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
.header--fixed.slideUp.top {
  transform: translateY(-100%);
  position: absolute;
}
.hideUp .header {
  top: -148px;
}

/* 上方header - WiFi登入文字樣式 */
.topHeader p.wifi {
  color: #6b6a6a;
}

.topHeader p.wifi span {
  color: #e74f41;
  padding: 0 5px;
}

/* 上方header*/
.topHeader {
  background-color: #efefef;
  padding: 6px 0;
  font-size: 0.875rem;
  min-height: 36px;
}
.topHeader .pagesize {
  display: flex;
  justify-content: space-between;
}
.topHeader p {
  color: #e74f41;
  font-size: 0.875rem;
  margin-bottom: 0;
}
.topHeader ul {
  display: flex;
  color: #6b6a6a;
}
.topHeader a {
  color: #6b6a6a;
  padding: 0 5px;
  transition: 0.2s all ease-in-out;
}
.topHeader a:hover {
  opacity: 0.8;
}
.topHeader li::after {
  content: '｜';
}
.topHeader li:last-child::after {
  display: none;
}
.topHeader li:nth-last-child(2)::after {
  display: none;
}
.topHeader .btn {
  color: #fff;
  background-color: #aaaaaa;
  border-radius: 2px;
  padding: 2px 10px 4px 10px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

/* 主要header*/
.mainHeader {
  background-color: #fff;
  padding: 8px 0 12px 0;
}
.mainHeader .bigger {
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
}
.mainHeader h1 {
  max-width: 180px;
  min-width: 180px;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.mainHeader h1 .logofm {
  position: relative;
  padding-bottom: 47.23%;
}
.mainHeader h1 .logofm img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mainHeader .centerArea {
  display: flex;
  align-items: center;
  width: 100%;
  /* padding-top: 12px; */
}
.mainHeader .rowTwo {
  align-items: center;
}
.mainHeader input[type='text'],
.mainHeader input[type='password'] {
  height: 35px;
}

/* header_tab 切換 */
.mainHeader .tab {
  padding: 2px 5px;
  border: 1px solid #3f9cff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 170px;
  flex: 0 0 auto;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.mainHeader .tab .blueBlock {
  width: 53%;
  height: 100%;
  background-color: #3f9cff;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  border-radius: 30px;
  transition: 0.2s all ease-in-out;
}
.mainHeader .tab a {
  position: relative;
  z-index: 2;
  font-size: 0.875rem;
  color: #636363;
  display: inline-block;
  padding: 4px 0px;
  transition: 0.2s all ease-in-out;
  width: 85px;
  text-align: center;
}
.mainHeader .tab a:last-of-type {
  position: relative;
  left: 5px;
}
.mainHeader .tab a:first-of-type {
  /* position: relative;
  left: -2px; */
}
.mainHeader .tab .on {
  color: #fff;
}

/* header_主要_選單 */
.header_nav {
  position: relative;
  top: -2px;
  width: 100%;
}
.header_nav_first {
  display: flex;
}
.header_nav_first > li {
  margin-right: 25px;
}
.header_nav_first > li:nth-last-child(1) {
  margin: 0;
}
.header_nav_first > li > a {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #535353;
}
.header_nav_first > li > a:hover,
.header_nav_first > li > a.blue {
  color: #209cff;
}
.header_nav_first .hasSec {
  padding-right: 20px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/header_nav_01.png) right center no-repeat;
  background-size: auto 6px;
}
.header_nav_first .hasSec:hover,
.header_nav_first .hasSec.blue {
  color: #209cff;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/header_nav_02.png) right center no-repeat;
  background-size: auto 6px;
}
/* header_主要_選單第二層 */
.header_nav_sec {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 35px 25px 15px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(210, 210, 210, 0.7);
  border-radius: 20px;
}
.header_nav_sec ul {
  margin-top: -8px;
}
.header_nav_sec ul li {
  display: inline-block;
  margin: 0 15px 5px 0;
}
.header_nav_sec ul a {
  font-size: 17px;
  line-height: 18px;
  color: #010101;
}
.header_nav_sec ul a:hover,
.header_nav_sec ul a.blue {
  color: #209cff;
}
.header_nav_sec .inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.header_nav_sec .title {
  flex: 0 0 auto;
  width: 7em;
  line-height: 18px;
  margin-right: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  border-right: solid 3px #3f9cff;
}
.mainHeader .label {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: wrap;
  height: 30px;
}
.mainHeader .label a {
  font-size: 0.875rem;
  color: #2196c5;
  position: relative;
  top: -2px;
  transition: 0.2s all ease-in-out;
}
.mainHeader .label a:hover {
  opacity: 0.8;
}
.mainHeader .inputBx {
  margin-bottom: 5px;
}
.mainHeader .label li:first-child {
  background: linear-gradient(to right, #e8513f, #fe8703);
  font-size: 0.875rem;
  color: #fff;
  border-radius: 5px;
  padding: 1px 5px;
}
.mainHeader .inputBx {
  position: relative;
}
.mainHeader .inputBx a {
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 0 40px 40px 0;
  background-color: #fbfbfb;
  right: 0;
  top: 0;
  display: block;
  border: 1px solid #b9b9b9;
  border-left: none;
}
.mainHeader .inputBx a::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/search.png) no-repeat center center / contain;
}

/*fb_Ad*/
.fbArea {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 199;
  /* transition: 0.3s all ease-in-out; */
  transform: translateX(100%);
}
.fbArea_op {
  transform: translateX(0%);
}
.fbArea_ani {
  transition: 0.3s all ease-in-out;
}
.fbArea_onlyFb .fbCont .fb {
  display: block;
}
.fb_Ad {
  width: 40px;
  padding: 10px 0px;
  border-radius: 10px 0 0 10px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  background-color: #375794;
  transition: 0.3s all ease-in-out;
}
.fb_Ad_only {
  width: 40px;
  padding: 10px 0px;
  border-radius: 10px 0 0 10px;
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  background-color: #375794;
  transition: 0.3s all ease-in-out;
}

.fb_Ad.video {
  top: 105px;
  background-color: #fe526a;
  padding: 5px 0;
}
.fb_Ad.video span {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.2rem;
  position: relative;
  left: 6px;
  font-size: 1rem;
  top: 5px;
}
.fb_Ad.arrow {
  top: 160px;
  background-color: #b7b6b6;
  color: #fff;
  opacity: 0;
  width: 40px;
  height: 40px;
}
.fb_Ad.arrow::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 55%;
}
.fb_Ad.arrow::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  left: 30%;
  top: 55%;
}
.fbArea_op .fb_Ad.arrow {
  opacity: 1;
}
.fb_Ad:hover {
  /* transform: scale(1.1); */
  background-color: #4f74b8;
}
.fb_Ad.video:hover {
  background-color: #f7677a;
}
.fb_Ad.arrow:hover {
  background-color: #979696;
}
.fbCont {
  background-color: #f7f7f7;
  padding: 2px;
  width: 350px;
}
.fbCont .fb iframe {
  transform: scale(1.25);
  transform-origin: 0 0;
}
.fbCont .fb {
  display: none;
  width: 350px;
}

.fb_Ad img,
.fb_Ad_only img {
  width: 25px;
  position: relative;
  left: 5px;
}
.topAd {
  padding: 10px 20px;
  max-width: 1340px !important;
  box-sizing: border-box;
}
.topAd .Block {
  padding: 0;
}

/*ad 絕對定位 */
.adabsolute {
  position: absolute;
  top: 141px;
  width: 100%;
}
/*footer*/
footer {
  position: relative;
  border-top: 2px solid #02a7f0;
  padding: 60px 0 0 0;
}
footer .topArea {
  padding-bottom: 10px;
  position: relative;
  height: 262px;
  overflow: hidden;
  transition: 0.8s all ease-in-out;
}
footer .topArea_op {
  height: auto;
}
footer .control {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background: #02a7f0 url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/controlFooter.png) no-repeat 12% 48%;
  background-size: auto 19px;
  padding: 8px 20px 10px 35px;
  top: -2px;
  display: block;
  font-size: 1rem;
  border-radius: 0 0 10px 10px;
  transition: 0.2s all ease-in-out;
}
footer .controlOn {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/controlFooter_close.png);
}
footer .control:hover {
  opacity: 0.8;
}
footer .topArea .pagesize {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer .topArea li {
  width: 14.1%;
  margin-bottom: 25px;
  margin-right: 3%;
}
footer .topArea li:nth-child(6n) {
  margin-right: 0;
}
footer .topArea li ul {
  padding-left: 10px;
}
footer .topArea li li {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
}
footer .topArea a {
  font-size: 0.93rem;
  color: #424242;
  line-height: 1.3;
  transition: 0.2s all ease-in-out;
}
footer .topArea a:hover {
  color: #02a7f0;
}
footer .topArea .tit {
  border-left: 5px solid #02a7f0;
  font-size: 1.25rem;
  color: #000;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
  min-height: auto;
}
footer .centArea {
  background-color: #eeeeee;
  padding: 15px 0;
}
footer .centArea ul {
  position: relative;
  top: 5px;
}
footer .centArea ul,
footer .centArea ul li {
  display: flex;
  justify-content: center;
}
footer .centArea ul li {
  margin-bottom: 5px;
}
footer .centArea ul li li {
  margin-bottom: 0px;
}
footer .centArea a {
  font-size: 0.875rem;
  color: #626262;
  margin-right: 10px;
  display: block;
  transition: 0.2s all ease-in-out;
}
footer .centArea a:hover {
  opacity: 0.8;
}
footer .centArea a::after {
  content: '｜';
  position: relative;
  left: 5px;
  color: #b7b7b7;
  font-size: 0.4rem;
}
footer .centArea li li:last-child a::after {
  display: none;
}
footer .centArea .imgbx {
  width: 85px;
  margin-right: 15px;
}
footer .centArea .imgbx::after {
  display: none;
}
footer .centArea li:nth-child(3) {
  margin-right: 25px;
}
footer .centArea li li:nth-child(3) {
  margin-right: 0;
}
footer .botArea {
  background-color: #626262;
  padding: 15px 0;
}
footer .botArea .pagesize {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .botArea p,
footer .botArea a {
  font-size: 0.93rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: 300;
}
footer .botArea a {
  transition: 0.2s all ease-in-out;
}
footer .botArea a:hover {
  opacity: 0.8;
}
footer .botArea p span {
  font-size: 1.125rem;
  font-weight: bold;
}

/*相容性*/
/* .browser {
  text-align: center;
  width: 109px;
  height: 22px;
  position: absolute;
  background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/browser.jpg) no-repeat;
  right: 15px;
} */
.browser-open {
  color: #02a7f0 !important;
}
.change {
  height: 65px;
  width: 140px;
  border-left: 1px solid #e1e1e1;
  text-align: center;
  line-height: 65px;
  position: absolute;
  right: 0;
  top: 50px;
}

/*browser*/
.browser-info a {
  color: #015593 !important;
  display: inline-block !important;
}
.browser-info a:hover {
  color: #cc0000;
}
.browser-info {
  display: none;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cbcbcb;
  height: 200px;
  position: absolute;
  right: 0;
  top: -220px;
  width: 415px;
  z-index: 500;
}
.browser-info h6.browser-title {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/sprites-bg.png') repeat-x scroll 0 0 transparent;
  height: 40px;
  margin: 0 0 12px;
  padding: 13px 0 0 15px;
}
.browser-info h6.browser-title span {
  color: #333333;
  display: block;
  font: 14px/10px '微軟正黑體', 'Microsoft JhengHei', Arial;
  height: 14px;
  text-align: left;
}
.browser-version {
  list-style: none outside none;
  margin: 0;
  padding: 0 15px;
  display: block !important;
}
.browser-version li {
  background: none no-repeat scroll 5px top transparent;
  color: #000;
  float: left;
  line-height: 1.4em;
  margin: 0 0 15px;
  min-height: 40px;
  padding: 5px 0 0 14%;
  text-align: left;
  width: 49%;
  font-size: 13px;
}
.browser-version li:nth-child(1),
.browser-version li:nth-child(3) {
  margin-right: 1%;
}
.browser-version li {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/ico-browser.png') no-repeat scroll 0 0 transparent;
  margin-bottom: 10px !important;
  min-height: 45px;
}
.browser-version li.ie {
  background-position: 0 0;
  display: block !important;
}
.browser-version li.chrome {
  background-position: 0 -100px;
  display: block !important;
}
.browser-version li.firefox {
  background-position: 0 -200px;
  display: block !important;
}
.browser-version li.safari {
  background-position: 0 -300px;
  display: block !important;
}
span.browser-icon {
  background: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/browser-icon.png') no-repeat scroll 0 0 transparent;
  bottom: -10px;
  display: block;
  height: 10px;
  position: absolute;
  right: 73px;
  width: 17px;
  z-index: 501;
}
.browser-info a.browser-close {
  background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/popup-btn-close.png');
  background-repeat: no-repeat;
  display: block;
  height: 14px;
  margin-top: 18px;
  position: absolute;
  right: 5px;
  text-align: left;
  text-indent: -9999px;
  top: -6px;
  width: 50px;
}
/* cookie */
.cookie {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(220, 220, 220, 0.9);
  text-align: center;
  padding: 15px 15px;
}
.cookie .bt_close {
  position: absolute;
  top: -35px;
  right: 0px;
  height: 35px;
  line-height: 35px;
  padding: 0 15px 0 25px;
  color: #fff;
  background: #000 url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170510170621/https://www.hinet.net/resources2021/web/images/close.png') 5px center no-repeat;
  background-size: 15px auto;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 300;
}
.cookie .bt_close::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 20px;
  border-color: transparent transparent #000000 transparent;
}
.cookie a {
  color: #f18d01;
  text-decoration: underline;
}
.cookie p {
  color: #444;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 300;
}
a.bt_accept {
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  width: 100px;
  line-height: 30px;
  margin: 10px 10px 0;
}

/*padAlert*/
.padAlertpop {
  display: none;
}
.padAlert {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #eee;
  border-radius: 10px;
  padding: 10px 25px;
  z-index: 10;
  z-index: 1000;
  box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.15);
}
.padAlert p {
  margin-bottom: 0;
}
.padAlert .close {
  position: absolute;
  right: 0px;
  top: -20px;
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.padAlert .close img {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.padAlertpop .popbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
}

/*影音區塊縮小版*/
.videoBx.minVideo {
  width: 350px;
  height: 196px;
  z-index: 99;
  display: none;
}
.videoBx.minVideo .film {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
/*小於1250*/
@media screen and (max-width: 1250px) {
  footer .botArea p,
  footer .botArea a {
    font-size: 0.875rem;
  }
  footer .botArea p span {
    font-size: 1rem;
  }
  footer .centArea ul {
    flex-wrap: wrap;
  }
  footer .centArea a {
    min-width: 70px;
  }
  footer .centArea a {
    font-size: 0.9rem;
  }
  footer .botArea .pagesize {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .centArea .imgbx {
    width: 70px;
  }
  footer .centArea li:nth-child(3) {
    margin-right: 10px;
  }
}

/*r小於1170*/
@media screen and (max-width: 1170px) {
  .mainHeader h1 {
    margin-right: 20px;
    width: 100px;
  }
  .header_nav_first > li {
    margin-right: 15px;
    font-size: 1rem;
  }
}

/*---forie 微調樣式--*/
@media screen and (min-width: 0\0) {
  /* .header {
    position: relative;
  } */
}






/*
     FILE ARCHIVED ON 17:06:21 五月 10, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 15:47:49 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
